#page
{
	
}

/*
 * Header style Definitions
 */
#header
{
	height: 99px;
	background: url(../cmsimages/bg_header.gif) left top repeat-x;
}
#headerbody
{
	margin: auto;
	width: 851px; 
	height: 99px;
	overflow: hidden;
}
#logo
{
	width: 208px;
	float: left;
}
#headernav
{
	width: 640px;
	float: right;
	background:  url(../cmsimages/bg_headernav.gif) right 20px no-repeat;
	padding: 75px 0 0 0;
}

/*
 * Body style Definitions
 */
#body
{
	clear: both;
	margin: auto;
	width: 871px; 
}
/* home page */
#top
{
	padding: 8px 10px;
	background: url(../cmsimages/bg_top.gif) top center no-repeat;
}
#slideshow
{
	float: left;
	width: 538px;
	background: #ffffff;
	padding: 7px;
}
#pillars
{
	float: right;
	width: 289px;
	background: #939d5e;
	padding: 6px 0 0 0;
}


#bottom
{
	padding: 0 10px 8px 10px;
	background: url(../cmsimages/bg_bottom.gif) bottom center no-repeat;
}
#brown
{
	float: left;
	width: 217px;
	padding: 20px;
	color: #ded5be;
}
#white
{
	float: right;
	width: 547px;
	padding: 20px;
}

/* sub page */
#left
{
	width: 200px;
	float: left;
	padding: 8px 0 8px 10px;
}
#photo
{
	background: #ffffff;
	padding: 7px;
	margin: 0 0 10px 0;
}
#subnav
{
	background: #91764a;
	min-height: 120px;
	color: #ffffff;
	padding: 15px;
}
#right
{
	width: 602px;
	float: left;
	background: #ffffff;
	margin: 8px 0 8px 10px;
	padding: 20px;
        min-height: 285px;
}
/*
 * Footer style Definitions
 */
#footer
{
	clear: both;
	margin: auto;
	width: 851px; 
	padding: 0 0 20px 0;
}
