@charset "utf-8";
body{
	padding:0px;
	margin:0px;
	background:url(images/bodyTop.gif) no-repeat center 380px;
	font-family:Verdana, Geneva, sans-serif;
}
a:link, a:visited{
	color:#C30;
}
#mastheadBG{
	width:100%;
	background:url(images/masthead.jpg) no-repeat top center;
	min-height:380px;
}
#masthead {
	width:900px;
	margin:0px auto;
}
#bodyArea{
	width: 912px;
	margin: 0px auto;
/*	background:url(images/bodyBot.gif) no-repeat bottom center;*/
}
ul{
	padding:0px;
}
.bodyItem{
	float:left;
	display:inline;
	text-align:center;
}
.bodyItem.first{
	margin-right:18px;
}
.bodyItem.last{
	margin-left:18px;
}