div#header{
	width:100%;
	background:#238AD3 url(images/masthead.jpg) no-repeat left center;
	height:34px;
	border-bottom: 4px solid #000000;
	left: 0px;
	top: 0px;
	color: #CCCCCC;
}
div.headertab{
	margin:0 2px;
	padding:1;
	width:auto;
	text-align:center;
	color:#CCCCCC;
	background-color: #000000;
	font-size:small;	
	
}
div.headertab a{
	color:#CCCCCC;
	text-decoration:none;
}
div.headertab a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
body {
	margin: 0px;
}

