/* body and main content area formatting */
html, body, #container {
	height:100%;
}


html {
	/*scrollbar-base-color: #130b06;
	scrollbar-track-color: #130b06;
	scrollbar-face-color: #3b332a;
	scrollbar-highlight-color: #5d5042;
	scrollbar-3dlight-color: #5d5042;
	scrollbar-darkshadow-color: #130B06;
	scrollbar-shadow-color: #130b06;
	scrollbar-arrow-color: #130b06;*/
	scrollbar-base-color: #191919;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #5d5042;
	scrollbar-3dlight-color: #5d5042;
	scrollbar-darkshadow-color: #191919;
	scrollbar-shadow-color: #191919;
	scrollbar-arrow-color: #191919;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #191919;
	background-image: url(../img/bk2.gif);
	background-repeat: repeat;
	/* hack to force scrollbars in Mozilla */
	min-height: 101%;

}

#container {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	position: relative;
	background-color: #333333;
}

#header {
	margin: 0 auto;
	width: 700px;
	height: 100px;
	text-align: left;
	position: relative;
	background-color: #9B2C10;
	background-image: url(../img/header.gif);
	left: 0px;
}

/* navigation formatting */

#navigation { 
	float: left; 
	width: 100%; 
	clear: both; 
	background: #505127;
	border-top: 2px solid #F0A412;
	border-bottom: 2px solid #000000;
	margin: 0 ; padding:  0;
}

#navigation ul, #navigation li {margin: 0; padding: 0;}

#navigation ul { 
	width: 100%;
	clear: both; 
	list-style-type: none; 
	height: 2.5em;
}
#navigation li { 
	float: left;
	text-align: center; 
	border-left: 1px solid #6d6e47; 
	border-right: 1px solid #383915; 
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
#navigation a { 
	display: block; 
	float: left; 
	width: 100%; 
	padding: 0.3em 0; 
	font-size: 11px; /*0.8em; */
	font-weight: bold; 
	text-decoration: none;
}

#navigation a:link, #navigation a:visited { color: #dbd7a6;}
#navigation a:hover, #navigation a:active, #navigation a:focus { color: #F0A412;}

#navigation #navhome { width: 9%; border-left: none;}
#navigation #navabout { width: 9%;}
#navigation #navcontact { width: 10%;}
#navigation #navresources { width: 12%;}
#navigation #navacknowledge { width: 20%;}
#navigation #navsendfriend { width: 18%; border-right: none;}

/*  Content area */
#content_holder {
	background-color: #333333;
}

#content_top_spacer {
	width: 100%;
	font-size: 10px;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
}

#content p {
	margin-top: 0px;
}

#content .heading {
	font-weight: bold;
	color: #999999;
}

#content a:link, #content a:visited { color: #F0A412; text-decoration:none;}
#content a:hover, #content a:active, #content a:focus { color: #F0A412; text-decoration:underline;}



/* Footer Area */
#footer {
	margin-left: 10px;
	margin-right: 10px;
}

#footer p {
	margin-top: 0px;
	font-size: 9px;
	text-align:center;
	color: #dbd7a6;
}

#footer a { 
	text-decoration: none;
}

#footer a:link, #footer a:visited { color: #dbd7a6;}
#footer a:hover, #footer a:active, #footer a:focus { color: #F0A412;}
