@import url("default.css");

#page{
padding-top:0px;
}
body{
background-color:#F8EFEF;
}

#header{
	background-image:url(biography-back.png);
	background-repeat: repeat-x;
	background-position: top;
	border:none;
	border-bottom:5px solid black;
	height:58px;
}

#header h1{
	top:26px;
	left:170px;
	font-size:17pt;
	color:white;
	z-index: 10;
	display:inline;
	font-weight:bold;
	border-left:none;	
	padding-left:0px;
}

#header h2{
	top:10px;
	left:160px;
	font-size:10pt;
	color:white;
	z-index: 10;
	border-left:none;	
	padding-left:0px;	
}

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

#hlogo {
	position:absolute;
	width:164px;
	height:64px;
	left:-13px;
	top:7px;
	background-image:url(biography-logo.png);
	background-repeat:no-repeat;
}


#navigation{
	font-size:10pt;
	color:#8a8a8a;
	padding:8px;
	line-height: normal;
	border:1px solid #c8c8c8;
	background-color:#F5F5F3;
	margin:1px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}


#hsearch {
	top:5px;
	color:black;
}

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

