/* THIS CSS PAGE SETS UP BASIC LAYOUT */

html {
	overflow-y: 		scroll;
} 

body {
	background: 		url(../images/bkg.jpg) fixed top center;
	margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	vertical-align: 	top;
	text-align: 		left;
	color: 			#000000;
	font-family: 		Arial,Helvetica,Tahoma,Sans-serif;
	font-size: 		15px;
	width: 			auto;
}

table {
	width:			100%;
	vertical-align: 	top;
}

div {
	width:			100%;
	vertical-align: 	top;
}

#border {
	width:			750px;
	position: 		relative;
	padding: 		0px 0px 0px 0px;
	margin-left: 		auto;
	margin-right: 		auto;
	margin-top: 		0px;
	border-left:		2px solid #696969;
	border-right:		2px solid #696969;
}

#header {
	background: 		#FFFFFF no-repeat top center;
	width:			750px;
	height: 		110px;
	vertical-align: 	top;
	position: 		relative;
	margin-left: 		auto;
	margin-right: 		auto;
	margin-top:		0px;
	border-top:		2px solid #696969;
}

a#headercrest { 
	background:		url(../images/logo.jpg) no-repeat;
	position:		absolute;
	left:			-55px;
	top:			0;
	width:			150px;
	height:			210px;
	z-index:		300;
}


#main {
	background-color: 	#FFFFFF;
	width: 			750px;
	vertical-align: 	top;
	position: 		relative;
	margin-left: 		auto;
	margin-right: 		auto;
	border-top:		2px solid #696969;
}

#footer {
	background-color: 	#FFFFFF;
	color:			#656565;
	text-align: 		center;
	font-size: 		13px;
	position: 		relative;
	margin-left: 		auto;
	margin-right: 		auto;
	padding-bottom:		8px;
	width:			750px;
	border-bottom:		2px solid #696969;
}


/*******************************************************/
/*                  Nav Bar Settings                   */
/*******************************************************/


