﻿body
{
	font-family: Verdana, Tahoma, Arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 75%;
	background-color: #003E00;
}


#PageWrapper
{
	 min-width:974px;
     width:974px;
	margin:0px auto;
     background-image: url(Images/Site/PageBkg.gif);
	background-repeat: repeat-Y;

}

#PageHeaderArea
{
	width:100%;
	border: solid 0px green;
	background-image: url(Images/Site/Header/HeaderBkg.gif);
	height:224px;
}


#PageFooterArea
{
	width:100%;
	height: 91px;
}

#PageContentArea
{
	padding:0px 0px 0px 0px;
}


#PageContentTop
{
	background-image: url(Images/Site/ContentTop.gif);
	height:13px;
}

#PageContentMiddle
{
	background-image: url(Images/Site/ContentMiddle.gif);
	background-repeat:repeat-y;
	padding-top:20px;
	padding-left:25px;
	padding-right:27px;
}

#PageContentBottom
{
	background-image: url(Images/Site/ContentBottom.gif);
	height:9px;
}

