@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 500px;
	color:#999999; 
	font: 85%/150% Arial, Helvetica, sans-serif, "Lucida Grande";
}

#content {
	width:100%;
	height:100%;
	float:left;
	}

#top {
height:auto;

}

#left {
width:auto;
float:left;

}

#header {

	height: 100px; 
	margin: 20% 0 0 40%;
	
	background:#ffffff;
	
	color: #cc0000; 
}



#header h1{


	font-size: 42px;
	
	
}

#header h2{

	margin-top: -15px; 
	margin-left: 50px; 

	font-size: 18px;
	font-style:italic;
	color:#666666;
}

#header h4{

	margin-top: -5px; 
	font-size: 18px;
	color:#999999
}

#entrez {
background:#CC0000;
color:#FFFFFF;
font-size: 16px;
width:60px;
height:20px;
margin-left:235px;
padding: 5px 5px 5px 7px;
}

#entrez a {
color:#FFFFFF;
text-decoration:none;
}

#entrez a:hover {
color:#999999;
text-decoration:none;
}




