@charset "UTF-8";
/* CSS Document */
html, body{
	margin:0;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	
}

body{
	background:#000 url(../images/shadow-background.png) center top no-repeat;


}



#container{
	width:960px;
	margin:0 auto;

}


#header{
	height:95px;
	background:#000;
	color:#fff;
	position:relative;
	clear:both;
	
}
#header .header-image{
	margin:20px 0 0 50px;	
	padding:20px 0 0 0;
	float:left;
	background:url(../images/logos/nav_logo.png) 0 0 no-repeat;
	height:90px;
	width:178px;
	cursor:pointer;
}

#header .top-buttons{
	position:absolute;
	top:10px;
	right:45px;
	
}


#content{
	padding:0px 0 60px 0;
	clear:both;

}

#content #left,
#content #middle,
#content #right{
	float: left;
	position: relative;
	z-index: 1;
}


#content #middle{
	/* Margin left is pusing jeff down
	margin:0 0 0 20px;	*/
	width: 50px;
}
/*temp*/

#content #left{
	padding: 0;
	bottom: -40px;
}

#content #right{
	padding: 0;	
	float: right;
	bottom: -40px;
}
/*temp*/

#footer{
	margin:30px 0 0 0;
	height:550px;
	width:100%;
}
#footer .footer-inner{
	/*background:#000;*/
	padding:0 0 30px 0;
	margin:0 auto;
	width:960px;
	
}


#footer .bottom-footer-links{
	margin:-110px auto;	
	width:960px;
	text-align:center;
	
}