body img
{
	border: 0px;
}
body a
{
	text-decoration: none;
	color: #000000;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:url(../images/tile.jpg) repeat-x #E9DAAF;

}

#bkgContainer {
	height:100%;
	width:100%;
	margin:auto;
	}

#siteContainer {
	width:1000px;
	height:auto;
	margin:auto;
}

/* *******************
Header
******************** */ 

#headerContainer {
	width:1000px;
	height:182px;
	background:url(../images/header.jpg) no-repeat;
}

/* *******************
Nav
******************** */ 

#navContainer {
	width:1000px;
	height:44px;
	float:left;
}

#navLeftImage {
	width:9px;
	height:44px;
	float:left;
	background:url(../images/leftnav.jpg) no-repeat;
}

#navCenterImage {
	width:982px;
	height:44px;
	float:left;
	background:url(../images/nav.jpg) no-repeat;
	text-transform: uppercase;
	font-size: 16px;
	font-family: Myriad Pro, Helvetica;
	color: #424580;
}
.navDivider
{
	float: left;
	background: url(../images/divider.png) no-repeat;
	width: 1px;
	height: 37px;
}

#navRightImage {
	width:9px;
	height:44px;
	float:left;
	background:url(../images/rightnav.jpg) no-repeat;
}

/* *******************
Content
******************** */

#contentContainer {
	width:1000px;
	height:403px;
	background:url(../images/contentpage/contentbg.jpg) no-repeat;
	float:left;
}
#contentTop
{
	float:left;
	width: 1000px;
	height: 67px;
	background: url(../images/contentbg_01.jpg) no-repeat;
}
#contentCenter
{
	float:left;
	width: 970px;
	height: 100%;
	background: url(../images/contentbg_04.jpg) repeat-y;
	padding-left: 35px;
}

/* *******************
Footer
******************** */

#footerContainer {
	width:1000px;
	height:151px;
	float:left;
	background:url(../images/footer1.jpg) no-repeat;
	margin-bottom:30px;
}
#footerText
{
	width: 500px;
	height: 50px;
	font-size: 13px;
	font-family: Verdana;
	color: #929497;
	text-transform: uppercase;
	padding-left: 250px;
	padding-top: 95px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
#footerText a
{
	color: #929497;
}
#mailinglist
{
	width: 110px;
	height: 110px;
	background: url(../images/mailinglist.png) no-repeat;
	margin-top: 10px;
	margin-left: 90px;
	float:left;
}