body
{
	padding: 0px;
	margin: 0px;
	background: #49542b;
}

#contentBg
{
	background: #d8cb8a url(../images/bgTile.gif) top left repeat-x;
	width: 100%;
	text-align: center;
}

#mainDiv
{
	width: 800px;
	background: #ffffff url(../mainDivTile.gif) top left repeat;
	margin: auto;
	padding: 0px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
}

#topDiv
{
	background: #5e6a3b;
	height: 6px;
	width: 100%;
}

#headerDiv
{
	background: #5f2b1e;
	width: 100%;
	height: 117px;
	text-align: center;
}

#headerImg
{
	background: #5f2b1e url(../images/topHeader.jpg) top right no-repeat;
	width: 965px;
	height: 117px;
	margin: auto;
}

#menuBg
{
	background: url(../images/menuBg.gif) top left repeat-x;
	width: 100%;
	height: 36px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
}

#menuContainer
{
	width: 800px;
	position: relative;
	z-index: 10;
	margin: 0px;
	height: 36px;
	margin: auto;
	text-align: center;
}

#menuContainer td
{
	text-align: center;
	border-left: 1px solid #535d35;
	border-right: 1px solid #283209;
}

#homepageContent
{
	width: 295px;
	height: 268px;
	background: url(../images/homepageContentBg.jpg) top left no-repeat;
}

#homepageImage
{
	width: 554px;
	height: 252px;
	background: url(../images/homepageImg1.jpg) top left no-repeat;
}

.greenBg
{
	background: #b0c093;	
	height: 16px;
}

#homepageText
{
	margin: 10px;
	line-height: 22px;
	text-align: left;
}

#mainText
{
	margin: 10px;
}

#footer
{
	width: 100%;
	height: 49px;
	background: url(../images/footerBg.gif) top left repeat-x;
	text-align: center;
}

#subMenu
{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #f7f2dc;
	border: 1px solid #5f2b1e;
	margin: 10px;
	padding: 5px;
}