﻿#wrapper
{
	background-color: White;
	margin: auto;
	width: 804px;
}

#banner
{
	background: url(images/banner.jpg);
	height: 149px;
	width: 804px;
}

#nav
{
	background-color: #257CAD;			
	height: 35px;
	/*padding-top: 4px;
	padding-bottom: 4px;	*/
	text-align: center;
	width: 804px;
}

#content
{
	min-height: 500px;
	padding: 15px;	
}

#footer
{
	font-weight: bold;
	padding: 20px;
	text-align: center;	
}