/* The masthead sits at the top of the page.*/
#masthead 
{
	background: #ffffff;
	background-image: url(/photos/roberthorvick/images/1004442/original.aspx);
}

#title
{
	position: relative;
	left: 10px;
	top: 10px;
	width: 251px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	color: white;
	/*border: solid 1px #ff0000;*/
	background-color: #6374AB
}

#title h1
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: white;
}

#title a:link, #title a:visited, #title a:active, #title a:hover
{
	color: white;
}