#masthead 
{
	background: #ffffff;
	background-image: url(http://blogs.msdn.com/photos/atwork/images/6665591/original.aspx);
}
#title
{
	position: relative;
	left: 35px;
	top: 32px;
	width: 450px;
	height: 60px;
	overflow: hidden;
	text-align: left; /*center;*/
	font-size: 14px;
	font-weight: bold;
	color: #C47835; /*D88C0D*/
	line-height: 1.5;
	/*border: solid 1px #ff0000; */
}

#title h1
{
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-align: left; /* center;*/
	color: #C47835;  /* #735c35 */
}

#title a:link, #title a:visited, #title a:active, #title a:hover
{
	color: #C47835;
}
#welcome
{
	background-color: #FFFFFF;
	color: #000000;
}
#welcome a:link, #welcome a:visited, #welcome a:active, #welcome a:hover
{
	color: #000000;
}