/* The masthead sits at the top of the page.*/
#masthead 
{
	margin-top: 8px;
	background: #ffffff;
	/* background-image: url(../images/summer-title.jpg); */
background-image: url(original.jpg);
	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;
}

.headermaintitle {
                display:none;
}

#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
                color: #fff;
	text-decoration: none;
}

#TagSideBar {
                display:none;
}