/*
Content
	1 - Text
	2 - Images
	3 - Links
	4 - Layout
*/

/***** Text ******/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font-size:2em;
	font-weight:bold;
}

h3 {
	font-size:14px;
	margin:10px 0px 2px 0px;
}

.newsdate {
	font-style:italic;
}

/***** Images *****/

img {
	border:none;
}

/***** Links *****/
a, a:visited, a:active, a:hover {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/***** Layout *****/
.main {
	width:870px;
	background-image:url(../images/backgrounds/mainbg.png);
	background-repeat:repeat-y;
	margin:60px auto 0px auto;
}

.burneroff {
	width:183px;
	height:213px;
	float:left;
	background-image:url(../images/backgrounds/burneroff.png);
	background-repeat:no-repeat;
}

.burner {
	width:74px;
	height:36px;
	background-image:url(../images/backgrounds/burneron2.png);
	background-repeat:no-repeat;
	position:relative;
	top:148px;
	left:34px;
	display:none;
}

.title {
	width:687px;
	height:213px;
	float:right;
	background-image:url(../images/backgrounds/titlebg.png);
	background-repeat:no-repeat;
	cursor: pointer;
}

.balooncage {
	width:183px;
	height:149px;
	background-image:url(../images/backgrounds/balooncage.png);
	background-repeat:no-repeat;
}

.menu {
	width:183px;
	float:left;
	color:#f2b590;
}

.menu ul{
	margin:0px;
	padding:0px 0px 0px 10px;
}

.menu li{
	list-style:none;
}

.menu li .arrow{
	margin:0px 5px 0px 10px;
}

.menu a {
	text-decoration:none;
}

.content {
 	float:left;
	width:464px;
	padding:30px 20px 0px 20px;
}

.sidebar {
	width:163px;
	float:left;
	padding:30px 10px 10px 10px;
}

.bottomborder {
	height:3px;
	background-image:url(../images/backgrounds/bottomborder.png);
	background-repeat:no-repeat;
}

.bottom .left{
	width:183px;
	float:left;
	background-image:none;
	height:130px;
}

.bottom .center{
	float:left;
	width:464px;
	padding:30px 20px 0px 20px;
}

.bottom .right{
	width:183px;
	float:left;
	background-image:none;
	height:130px;
}


.seaurchin {
	position:relative;
	left:75px;
	top:15px;
	width:125px;
	height:130px;
	background-image:url(../images/backgrounds/sea_urchin.png);
}

.copyright {
	width:870px;
	margin:10px auto 0px auto;
}

.clearfix {
	float:none;
	clear:both;
	height:0px;
}
