@import url("default.css");

#page{
	padding-top:0px;
}
body{
	background-color: #EBEACE;
	background-image: url(back-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#body{
	border-left:1px solid #9E9481;
	border-right:1px solid #DBD7CF;
}
#header{
	background-image:url('presidents-back.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color:#304876;
	border:none;
	height:90px;
	border-top:2px solid #1F2849;
}

#header h1{
	top:59px;
	left:65px;
	font-size:14pt;
	color:white;
	z-index: 10;
	display:inline;
	font-weight:normal;
	border-left:none;	
	padding:1px 10px 0 4px;
	background-color:black;
	opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);	
}

#header h2{
	top:15px;
	left:110px;
	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:400px;
	height:90px;
	left:0px;
	top:0px;
	background-image:url('presidents-logo.jpg');
	background-repeat:no-repeat;
}


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

#navigation a {
	text-decoration:none;
}

#hsearch {
	top:8px;
	color:white;
}
#hsearch span a {
	color:white;
}

#hsearch input {
	border:1px solid white;
	color:white;
	background-color:#463D2C;
}

#footer{
	border-top:2px solid #463D2C;
	background-color:black;
}

