body{
	margin-top:50px;
	background-color:#1A1801;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

td, p, div{
	font-family:Arial, Helvetica, sans-serif;
	color:#4D4A2A;
	font-size:10pt;
}

h1{
	margin-left:75px;
	margin-right:75px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	font-style:italic;
	font-weight:500;
	color:#5A492E;
}

h2{
	margin-left:75px;
	margin-right:75px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	font-style:italic;
	font-weight:500;
	color:#5A492E;
}

a{
	color:#888800;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

hr{
	height:1px;
	width:400px;
	color:#666666;
	background-color:#666666;
	border:0;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:862px;
}

#navtop{
	width:862px;
	height:29px;
}

#banner{
	width:862px;
	height:192px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

#content{
	width:862px;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	padding-top:25px;
	padding-bottom:25px;
	vertical-align:top;
	background-color:#FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

#content p{
	margin-left:75px;
	margin-right:75px;
	text-align:justify;
}

#content ul{
	margin-left:50px;
	margin-right:50px;
}

#content li{
	margin-bottom:8px;	
}

#bottom{
	width:862px;
	height:92px;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#bottom_message{
	width:598px;
	height:92px;
	background-image:url(images/bottom_bg.gif);
	background-repeat:no-repeat;
	float:left;
}

#bottom_message p{
	color:#666666; /*#5A492E;*/
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:40px 12px 5px 20px;
	text-align:justify;
	letter-spacing:3px;
	font-weight:800;
}

#footer{
	padding-top:8px;
	padding-bottom:8px;
	width:100%; 
	color:#908D67;
	background-color:#484526;
	border:1px solid #484526;
}

#footer p{
	text-align:center;
	color:#908D67;
}

#footer a{
	color:#908D67;
}

#footer a:hover{
	color:#908D67;
	text-decoration:none;
}

#homepage{
	width:862px;
	height:398px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

#layout_aid {
	margin-left:75px;
	margin-right:75px;
}

#layout_aid p, h2, ul, li{
	margin-left:0px;
	margin-right:0px;
	
}

.asterisk{
	color:#990000;
	font-weight:bold;
	font-size:14pt;
}

.small_text{
	font-size:8pt;
}

.error{
	padding:10px;
	border:1px solid #888800;
	color:#888800;
}

.error_row{
	background-color:#CCCC99; /*#FFCCCC;*/
}

.success_row{
	background-color:transparent;
}

.gallery_caption{
	background-color:#484526; /*#555555;*/ 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	text-align:center;
	color:#FFFFFF;
	font-style:italic
}

.photo_right{
	border:1px solid #000000;
	float:right;
	margin:0px 0px 0px 15px;
}

.photo_left{
	border:1px solid #000000;
	float:left;
	margin:0px 15px 0px 0px;
}

#btnArrival{
	cursor:pointer;
}

/*------- Sub Menu ------------ */

.sub_menu{
	position:absolute; 
	z-index:3; 
	display:none;
	padding-top:15px;
	border-bottom:1px solid #FFFFFF;
}

#sub_menu_inner div{
	 background-color:#222200;
	 font-size:14px;
	 padding:4px;
	 border-right:1px solid #FFFFFF; 
	 border-left:1px solid #FFFFFF;
}

#sub_menu_inner a{
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#sub_menu_inner a:hover{
	color:#FFFFFF;
	text-decoration:none;
}