body{
	height:auto;
	background-color:black;
	text-align:justify;
}

a:link{
	color:#cccccc;
}


/*=========================================================================================
=================  Header Div =============================================================
=========================================================================================*/


#header{
	background:url(img/header.png) top left no-repeat;
	width:800px;
	height:140px;
	margin-left:50%;
	position:absolute;
	left:-400px;
	padding-top:85px;
	padding-left:80px;
}

#header h1{
	display:none;
}

#nav{
	display:inline;
}

#nav li{
	display:inline;
	margin-right:10px;
}

#nav img{
	border:none;
}

/*=========================================================================================
=================  Content Div ============================================================
=========================================================================================*/

#content{
	position:absolute;
	width:800px;
	top:160px;
	margin-left:50%;
	left:-400px;
	background:url(img/contentmiddle.png) top left repeat-y;
	color:white;
	padding-left:40px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
}

#content h2{
	margin-left:-40px;
	margin-top:0px;
	padding-left:50px;
	padding-top:20px;
	width:800px;
	background:url(img/contenttop.png) top left no-repeat;
	font-size:30px;
	color:#ff5681;
}

/*=========================================================================================
=================  News Stories ===========================================================
=========================================================================================*/

div.news{
	border-left:5px solid white;
	padding-left:5px;
	width:500px;
	margin-bottom:50px;
}

div.news h3{
	margin-bottom:0px;
}

div.news h4{
	margin-top:5px;
	font-size:12px;
}

div.paging{
	margin-bottom:100px;
}

div.paging a{
	color:#cccccc;
}

/*=========================================================================================
=================  Footer Div =============================================================
=========================================================================================*/

#footer{
	background:url(img/contentbottom.png) bottom left no-repeat;
	width:800px;
	position:absolute;
	bottom:-1px; !important
	bottom:0px;
	left:0px;
	padding-left:40px;
	padding-bottom:10px;
	font-size:10px;
}

/*=========================================================================================
=================  About Div ==============================================================
=========================================================================================*/

#about{
	width:700px;
	margin-bottom:50px;
}

#headshot{
	margin-right:30px;
	margin-bottom:20px;
}
