﻿#Wrapper
{
	width: 820px;
	text-align: left;
	margin: 0 auto;
}

#ShadowBoarderLeft
{
	width: 820px;
	margin: 0 auto;
	background: url(Images/SiteShadowLeftRepeat.jpg) repeat-y;
	background-position: left;
}

#ShadowBoarderRight
{
	width: 820px;
	margin: 0 auto;
	background: url(Images/SiteShadowRightRepeat.jpg) repeat-y;
	background-position: right;
}

#Site
{
	float:left;
	width: 780px;
	margin-left:20px;
	background-color: White;
}

#Header
{
	height: 238px;
	background: url(Images/Header.gif) no-repeat;
}

#Navigation
{
	height: 45px;
}

#PrimaryContent
{
	background-color: White;
	text-align: left;
}

#Footer
{
	clear:both;
	height: 54px;
	padding-top: 20px;
	padding-left: 20px;
	color: White;
	font-size: 80%;
	background: url(Images/Footer.jpg) no-repeat;
}

#FooterShadow
{
	height: 19px;
	width: 800px;
	background: url(Images/SiteShadowBottomLeftRepeat.jpg) repeat-x;
}