/*
 * Header Stylesheed Silvestrum
 ******************************
 * Created October 28th 2008
 * header.css
 * 
 * 
 */

#topspace {
	clear: both;
	width: 100%;
}

#header {
	background: url("img/header.png") no-repeat;
	height: 196px;
	width: 100%;
}

#subheader {
	background: url("img/subheader.png") no-repeat;
	height: 73px;
	width: 100%;
}

#topspace div.copy {
	font-size: 8pt;
	padding: .2em;
}
#topspace div.copy a {
	color: #0066b3;
	text-decoration: none;
}
#topspace div.copy a:hover {
	background: #0066b3;
	color: #e8f5ff;
}

#header div.info {
	color: white;
	font-size: 8pt;
	position: relative;
}
#header div.info {
	float: right;
	top: 1px;
}
#header div.info a {
	color: #e8f5ff;
	padding: .2em;
	text-decoration: none;
}
#header div.info a:hover {
	background: #e8f5ff;
	color: #0066b3;
}