body{
	background-color:black;
	font: 11px Verdana, Arial, Helvetica, sans-serif;

}

#top{
	position:absolute;
	top:15px;
	left:25px;
	height:36px;
	width:781px;
	background:url('top.jpg') left bottom no-repeat;
	line-height:15px;
	font-size:10px;
	font-weight:bold;
	text-align:left;
}

#top ul{
	margin:2px;
}

#top li{
	float:left;
	list-style: none;
	margin:0px;
}

#top a{
	text-decoration:none;
	color:white;
	margin-left:5px;
	margin-right:5px;
}

#top a:hover{
	text-decoration:none;
	color:RGB(255,204,102);
}
#content{
	position:absolute;
	top:100px;
	left:30px;
	width:771px;
	height:441px;
	border:3px solid RGB(255,204,102);
	padding:4px;
}

#content2{
	position:relative;
	width:760px;
	height:430px;
	background-color:RGB(142,106,35);
	padding:4px;
	border:2px solid RGB(153,153,153);
	overflow:auto;
	
}

#content2 h1{
	font-size:18px;
	color:white;
}

#content2 p{
	color:black;
	text-align:justify;
}

#content2 a{
	font-size:16px;
	color:white;
	text-decoration:none;
}

#content2 a:hover{
	font-size:16px;
	color:white;
	text-decoration:underline;
}

.plus{
	color:RGB(102,51,0);
}

#footer{
	position:absolute;
	top:561px;
	left:25px;
	width:770px;
	text-align:center
}

#footer a,#plan a{
	font-size:10px;
	color:RGB(102,51,0);
	text-decoration:none;
}

#footer a:hover,#plan a:hover{
	font-size:10px;
	color:RGB(102,51,0);
	text-decoration:underline;
}

#contact{
	position:absolute;
	top:591px;
	width:760px;
	text-align:center;
	color:white;
	font-size:12px;
}


#contact a{
	color:white;
	text-decoration:none;
}

#contact a:hover{
	color:white;
	text-decoration:underline;
}



