body {
	background-color: #1B400B;
}


#container {
	position:absolute;
	left:50%;
	width:776px;
	margin-left:-378px;
	margin-top: 12px;
	/*padding:15px;
	border:1px dashed #E2E2E2;
	background-color:#fff;
	overflow: visible;*/
	height:auto;
	z-index: 1;	
	clear: both;
	
}
#wrap {
	position: relative;
	/*padding:15px;*/
	/*border:1px dashed #E2E2E2;*/
	background-color:#CA281E;
	overflow: visible;
	width:760px;
	z-index: 1;	
	padding: 18px;
	clear: both;
}
#wrap #main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#wrap #main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#wrap #main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-bottom: 12px;
}
#wrap #main a:link {
	font-weight: bold;
	color: #A83530;
}
#wrap #main a:visited {
	color:#003300;
	}
#wrap #main a:hover {
	text-decoration:none;
	}
#wrap #main a:active {
	text-decoration: underline;	
	}
#banner {
	/*background:#00FF00;*/
}
#nav {
	background: #000000;
	margin: 8px 0px 8px 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#main {
	background: #FDF5E6 url(assets/background-main.jpg) no-repeat center 80px;
	float:right;
	width: 528px;
	min-height: 540px;
	border: 1px solid #000000;
}
#sidebar {
	/*background: #00FFFF;*/
	float:left;
	width:208px;
}
#sidebar img {
	border: 1px solid #000000;
}
#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-right: 8px;
	margin-left: 8px;
}
#sidebar a{
	color: #000000;
}

#footer {
	clear:both;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #E6AC24;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}
#container #footer a {
	color: #E6AC24;
}


div.clearer {clear: both; line-height: 0; height: 0;}


/*****************************************/
/* Styles for dropdown menu */
/*****************************************/
.chromestyle{
	width: 99%;
	font-weight: bold;
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 13px;
	text-transform: uppercase;
	color: #E7AE29;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB; */
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #E7AE29;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(assets/droparrow.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #000;
	width: 200px;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
}



.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #E7AE29;
	
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FDF5E6;
color:#000000;
}
#main table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#rates td {
	background-color: #FBECD0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDF5E6;
}
#main ul {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
}
