/**
 * header.css
 */

#header
{
	position:relative;
	width: 850px;
	height: 237px;
	margin: 0 auto;
}

#header h1
{
	margin: 0;
}

#header .logo
{
	width: 850px;
	position: absolute;
	text-align: right;
	top: 160px;
	right: 10px;
	font-size: 80%;
	
}

