@charset "utf-8";
/* CSS Document */

/*  Set border of images to none so a hyperlink won't show a blue/red border around it */
img {
	border: none;
}
/*---------------------------------- Html & Body ----------------------------------*/
html {
	height: 100%;
}
body {
	background-color: #736357;
	background-image: url(../images/bgBody.jpg);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-width: 786px;
}
/*---------------------------------- Main ----------------------------------*/
#main {
	width: 786px;
	min-height: 100%;
    height: auto;
	clear: both;
	margin: 0 auto;
}
#header {
	padding-top: 6px;
	margin: 0px;
}
/*---------------------------------- Body Background Fill ----------------------------------*/
#bodyFill {
	background-image: url(../images/bodyFill.gif);
	background-repeat: repeat-y;
}
/*---------------------------------- Navigation ----------------------------------*/
#navHolder {
	width: 236px;
	float: left;
}
#nav {
	width: 200px;
	background-color: #710708;
	background-image: url(../images/bgNav.jpg);
	background-repeat: no-repeat;
	margin-left: 36px;
	padding-top: 35px;
	padding-bottom: 10px;
}
#infoBar {
	width: 185px;
	background-color: #c7b299;
	background-image: url(../images/bgInfo.jpg);
	background-repeat: no-repeat;
	margin-left: 36px;
	padding: 10px 5px 10px 10px;
}
/*---------------------------------- Content ----------------------------------*/
#contentHolder {
	width: 550px;
	padding: 0px;
	margin: 0px;
	float: right;
	background-color: #FFFFFF;
}

#flashHolder {
	width: 550px;
	height: auto;
}
#content {
	width: 500px;
	margin: 20px 25px;
}
/*---------------------------------- Footer ----------------------------------*/
#footerHolder {
	height: 45px;
	margin-left: 236px;
	clear: both;
}
#footer {
	background-color: #710708;
	position: relative;
	float: right;
	width: 470px;
	height: 35px;
	background-image: url(../images/bgFooterCompasses.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px 40px 0px;
}
#footerRound {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 10px;
	background-image: url(../images/roundedBottom.gif);
	background-repeat: no-repeat;
	width: 100%;
}

/*---------------------------------- End ----------------------------------*/
.underline {
	margin: 0px 0px 25px;
	padding: 0px 0px 10px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}
