/* The masthead sits at the top of the page.*/

#title {
	left: 10px;
	margin-top: -150px;
}

#title h1 {
	color: #095976;
	text-align: left;
}

#title h1 a:link, #title h1 a:visited, #title h1 a:active, #title h1 a:hover {
	color: #095976;
}

#masthead 
{
	margin-top: 8px;
	background: #ffffff;
	background-image: url(http://blogs.technet.com/photos/port25j/images/3214569/original.aspx);
	width: 804px;
	height: 221px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#masthead ul {
	color: #333;
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#masthead ul li {
	display: inline;
}

#masthead ul li a {
	padding: 0 0.5em;
	text-decoration: none;
	margin: 0;
}

#welcome {
	margin-right:3px;
}

#welcome a:link, #welcome a:visited, #welcome a:active, #welcome a:hover {
	color: #00F;
	text-decoration: none;
}

