/* The masthead sits at the top of the page.*/
#masthead 
{
	background: #ffffff;
	background-image: url(http://blogs.msdn.com/photos/ericgriffin/images/2991015/original.aspx);
}

#title
{
	position: relative;
	left: 20px;
	top: 10px;
	width: 151px;
	height: 74px;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	/*border: solid 1px #ff0000;*/
}

#title h1
{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #735c35
}
