/* CSS Document */
body{margin:0px; padding:0px; background:#301603;  font:14px/18px Georgia, "Arial, Helvetica, sans-serif", Times, serif;}
div, p, ul, h2, img{margin:0px; padding:0px;}
ul{list-style-type:none;}

/*----Menu Panel----*/
#menuPan{width:700px; height:40px;  position:relative; margin:0 auto;}
#menuPan ul{
	width:854px;
	height:28px;
	position:absolute;
	top:7px;
	left:0px;
}
#menuPan ul li{width:110px; height:28px; float:left;}
#menuPan ul li a{width:109px; height:28px; display:block; background:#301603; color:#ffffff; border-right:1px dashed #ffffff; font:13px/28px Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;}
#menuPan ul li a:hover{width:110px; height:28px; background:#2F2A28; color:#8EBBD1; border:none; text-decoration:none;}

#menuPan ul li.home{width:110px; height:28px; background:#2F2A28; color:#301603; font:13px/28px Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; border:none; text-decoration:none;}

#menuPan ul li.contact a{width:110px; height:28px; display:block; background:#301603; color:#ffffff; border:none; font:13px/28px Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;}
#menuPan ul li.contact a:hover{width:110px; height:28px; background:#2F2A28; color:#8EBBD1; border:none; text-decoration:none;}

/*----/Menu Panel----*/
#headerbodyPan{
	width:686px;
	height:184px;
	position:absolute;
	top:101px;
	left:auto;
	background:#301603;
	color:#8EBBD1;
	border-bottom:1px solid #CDCAA3;
	border-top:1px solid #CDCAA3;
}
