/* CSS Document */


body	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:center;
	background-color: #ECE3D9;
	}

*	{
	margin:0px;
	padding:0px;
	}

p	{
	font-size:.95em;
	}
	
h1	{
	font-size:1.4em;
	font-weight:bold;
	color: #7E6345;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #905B0F;
	margin-right: 40px;
	}
	
h2	{
	font-size:1.1em;
	font-weight:bold;
	}

/* -------------- Site Layout ---------------------------------- */

#wrapper	{
	width:801px;
	margin:10px auto;
	text-align:left;
	}
	
#header	{
	width:801px;
	height:81px;
	background-color: #FFFFFF;
	}
#menu	{
	width:801px;
	height:36px;
	background-image:url(../images/m-left.gif);
	text-align:right;
	}

#menuTable	{
	width:647px;
	margin:0px;
	padding:0px;
	text-align:right;
	float:right;
	}

	
#contWrap	{
	width:801px;
	background-image:url(../images/contentback.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#dae9f0;
	vertical-align:top;
	}

#contwrapLbar	{
	background-image:url(../images/leftfill.gif);
	background-repeat:repeat-y;
	float:left;
	}
	
#leftbar	{
	width:189px;
	height:auto;
	background-color:#dae9f0;
	vertical-align:top;
	background-image:url(../images/leftfill.gif);
	background-repeat:repeat-y;
	float:left;
	}
#content	{
	width:587px;
	float:left;
	margin-top: 25px;
	margin-right:25px;
	text-align:left;
	}
	
#footer	{
	width:801px;
	height:27px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	}
.clearfix	{
	clear:both;
	height:0px;
	}
