div#container
{
   width: 840px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   background:url(../images/contentbg.jpg);
   background-position:center center;
   background-repeat:repeat-y;
}
body
{
   background-color: #9B8879;
   background:url(../images/bg.jpg);
   background-position:left top;
   background-repeat:repeat;
   background-attachment: fixed;
}
div#header
{
   position: relative;
   margin-top: 0px;
   width: 840px;
   height: 478px;
     background:url(../images/headerbg.jpg);
   background-position:left top;
}
div#logo
{
   position: relative;
   margin-left: 55px;
   margin-top: 0px;
   width: 225px;
   height:230px;
}
div#logo a
{
	display:block;
   width: 225px;
   height:230px;

}

div#menu
{
   position: relative;
   margin-left: 320px;
   padding-top: 0px;
   z-index: 100;
}
div#menu a {
	color: 000000;
}
div#contentcontainer
{
   position: relative;
   width: 850px;
}
div#slideshow
{
   position: relative;
   float: right;
   margin-right: 46px;
   margin-top: -185px;
}
div#leftheader
{
   position: relative;
   margin-left: 55px;
   margin-top: 10px;
   width: 185px;
   padding-left: 20px;
   padding-right: 20px;
   float: left;
}
div#leftheader h3{
	font-size:	12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	color:			#FFFFFF;
	margin-bottom: 10px;
}

div#content
{
   position: relative;
   float: right;
   margin-right: 62px;
   width: 435px;
   padding-left: 20px;
   padding-right: 20px;
   z-index: 50;
   margin-top: -100px;
}
div#content .contentheading {
	padding-left: 10px;
}
div#left
{
   position: relative;
   margin-left: 55px;
   margin-top: -100px;
   width: 195px;
   padding-left: 20px;
   padding-right: 10px;
   float: left;
}
div#footer
{
   position: relative;
   width: 840px;
   height: 110px;
   clear: both;
   background:url(../images/footerbg.jpg);
   background-position:center top;
}
div#copyright {
   width: 840px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-size: 12px;
}
div#copyright a:link, div#copyright a:visited, div#copyright a:hover {
	text-decoration: underline;
	color: #000000;
}