﻿body 
{
	margin: auto;
	padding: 0px;
	text-align: center;
	background: #F2F2E6;	
	height: 100%;
}

div
{
	margin: 0px;
	padding: 0px;
}

#wrapper
{
	width: 100%;
	margin: auto;		
}

#headerImage
{
	margin: auto;
	background-image: url(images/headerImage.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height: 130px;
	background-color: #F5C607;
	width: 100%;	
}

#wrapperInner
{
	background: url(images/wrapperInnerBorder.jpg);	
	background-repeat: repeat-x;
	width: 100%;
	padding: 0px 0px 0px 1px;
	background-color: #F2F2E6;		
	text-align: center;		
}

#contentWrap
{
	background: url(images/contentWrapBG.jpg);	
	background-repeat: repeat-y;		
	width: 815px;
	margin: auto;	
	text-align: center;
	padding-left: 1px;
		
}

#midBar
{	
	background-image: url(images/midBar.jpg);	
	height: 36px;	
	margin-left: -1px;
	width: 815px;		
}

#midBarSecondary
{
	background-image: url(images/midBarSecondary.jpg);	
	margin-left: -1px;
	height: 36px;
	width: 815px;
}

#menuAndPic
{
	background: url(images/menuAndPic.jpg);	
	height: 240px;
	width: 798px;	
	text-align: left;					
	margin: auto;	
	padding-top: 10px;	
}

#menu
{
	background-color: #1F482C;		
	width: 798px;	
	margin: auto;
	padding: 5px 0 5px 0;
}

#content
{
	margin: 1px 0px 0 0px;	
	padding: 20px;
	text-align: left;	
}

#footerWrap
{
	background: url(images/footerWrapBorder.jpg);	
	background-repeat: repeat-x;
	width: 100%;	
	height: 100%;
	background-color: #F5C607;	
	text-align: center;		
}

#footerCurve
{
	background: url(images/footerCurve.jpg);
	height: 61px;
	width: 815px;	
	background-repeat: no-repeat;	
	padding-top: 8px;
	margin: auto;
}

#footer
{
	padding-bottom: 10%;
}

#validated
{	
	margin: 10px 0 0 0;
}
