/* CSS Document */

#logo {
	position:absolute;
	left:62px;
	top:71px;
	width:230px;
	height:73px;
	z-index:1;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:190px;
	z-index:2;
	background-color: #221F1F;
}
#nav {
	position:absolute;
	left:38px;
	top:242px;
	width:199px;
	height:117px;
	z-index:3;
}




body{
background-color:#EFEFEF;

	background-image:url(images/backgnd_hack.gif);
	background-repeat:repeat-x;


}

body,p, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
	color: #595959;

}



h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;


}


#container {
	background-color:#FFFFFF;
	position:absolute;
	left:0px;
	top:254px;
	width:100%;
	z-index:0;
}

#content{
	margin-left:305px;
	float:none;
	width:345px;
	z-index:4;
	height: 454px;
	_margin-top:13px; /* MSIE BASTARD HACK */
}

#footer{
clear:both;
}



* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px; /* the bottom margin is the negative value of the footer's height */
}
.footercredit, .push {
	height: 85px; /* .push must be the same height as .footer */
	padding-left:66px;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
