@import url("default.css");

#page{
	padding-top:0px;
}
body{
	background-color: #ebfae2;
	background-image: url(back-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header{
	background-image:url('biology-back.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color:#71A204;
	border:none;
	height:78px;
}

#header h1{
	top:32px;
	left:80px;
	font-size:17pt;
	color:white;
	z-index: 10;
	display:inline;
	font-weight:normal;
	border-left:none;	
	padding-left:0px;
	background-color:black;
	padding:2px 16px 3px 3px;
	opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);		
}


#header a {
	color:white;
	text-decoration: none;
}
#header a:hover {
	color:white;
	text-decoration: underline;
}

#hlogo {
	position:absolute;
	width:276px;
	height:78px;
	left:0px;
	top:0px;
	background-image:url('biology-logo.jpg');
	background-repeat:no-repeat;
}


#navigation{
	font-size:10pt;
	color:#8a8a8a;
	padding:0 3px 6px 3px;
	margin: 1px 10px;
	line-height: normal;
	border:none;
	border-bottom:1px solid #c8c8c8;
}


#hsearch {
	top:8px;
	color:white;
	opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);	
}


#hsearch input {
	border:1px solid black;
	color:black;
}

#footer{
	background-color:#304876;
}


