﻿body 
{
	margin: auto;
	padding: 0px;
	background: #0F396D;
	text-align: center;
}

div
{
	margin: 0px;
	padding: 0px;
}

#header
{
	background: url(images/header.jpg);
	width: 798px;
	height: 78px;
}

#links
{
	background: url(images/buttons.jpg);
	width: 798px;
	height: 59px;
}

#wrapper
{
	width: 798px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

#newsBox
{
	background-image: url(images/newsBoxTop.jpg);
	background-repeat: no-repeat;
	background-color: #EBEBEB;
	width: 207px;
	float:left;
	margin: 0 0px 0 5px;
}

#newsBoxInner
{
	margin: 20px 0 15px 12px;
	width: 140px;
	background-color: White;
	padding: 10px 20px 10px 20px;
	border-bottom: 2px solid #0F396D;
	border-top: 2px solid #0F396D;
}

#newsBoxBottom
{
	background: url(images/newsBoxBottom.jpg);
	height: 16px;
	width: 207px;
}

#homeImage
{
	background: url(images/mainstreet.jpg);
	height: 302px;
	width: 550px;	
	float: right;
	margin: 0 3px 0 0;
}

#homePageContent
{	
	clear: left;
	float: none;
	background-color: White;	
	margin: 20px 5px 0px 5px;
	padding: 1px 15px 15px 15px;
}

#bottomCurve
{
	background: url(images/bottom.jpg);
	background-position: top;
	background-repeat:no-repeat;
	padding-top: 20px;
	height: 70px;
	width: 798px;		
	color: White;
}

#validated
{
	margin-top: 5px;
}


#content
{
	width:778px;
	text-align: left;
	margin-bottom: 10px;
}




