body {
	background: #e6e8e7;
	background-image: url(../img/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	overflow-x: hidden;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
}

a:hover {
	color: #d7c500;
	letter-spacing: 0px;
}

#header{
	margin:0px auto;
	height:50px;
	width:100%;
	z-index: 3;
	background-image: url(../img/content.bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	position:absolute;
	
}


#featured{
	float: right;
	margin-top: 45px;
	height: 240px;
	width:880px;
}

#bio {
	float: left;
	margin-left: 400px;
	margin-top:15px;
	height: auto;
	background-color: white;
	position:relative;
    display: none;
    z-index: 3;
    text-align: left;
	width: 240px;
	font:11px "Helvetica Neue", Arial, sans-serif;
	font-weight:normal;
	letter-spacing: -.4px;
	padding-top:30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

#headbutton {
	position:relative;
	height:auto;
	float: left;
	width: 880px;
	text-align: center;
	margin-bottom: -80px;
	margin-left:115px;
	z-index: 3;
	
}

#featureimage {
	position: absolute;
	z-index:1;
	float: left;
	overflow:hidden;
	
	}
	
#headlogo {
	width: 597px;
	float: left;
	text-align: right;
	}