/* CSS Document */

body 

{

	background:#fff;

	padding:0;

	margin:0;

	font-family:"Goudy Old Style","Times New Roman", Times, Georgia, serif;

}



h1 {font-size:42px;margin-top:5px;}

#wrapper

{

	position:relative;

	margin:auto;

	width:952px;
}

#footer
{
    position:relative;

	margin:auto;

    margin-top:50px;

	width:952px;

    font-size:20px;

    text-align:center;

    border-style:solid;

    border-width:thin;

    border-color:#7d7b3a;

    border-width:inherit;
}



#wrapper.home {width:918px;}

#headerimg

{

	 height:200px;

	 margin-left:10px;

	 width:241px;

}

#mainimg

{

	 height:200px;

	 width:700px;

}



* html #nav li 

{

	behavior: expression(

	this.onmouseover = new Function("this.className += ' current'"),

	this.onmouseout = new Function("this.className = this.className.replace(' current','')"),

	this.style.behavior = null

	);

} 



#nav

{

	float:left;

	padding:0;

	margin:10px 20px 10px 0;

	width:230px;

}

#nav li

{

	background:#004b24;

	color:#fff;

	width:200px;

	padding:5px;

	list-style:none;

	margin:0 0 7px 0;

	font-size:26px;

	text-align:center;

}

#nav li.current, #nav li:hover {background:#058e46;}



#nav li a {color:#fff;text-decoration:none !important;}



#home

{

	width:420px;

	float:left;

	font-size:20px;

	font-style:italic;

	line-height:35px;

	margin:5px 0 0 0;

	text-align:justify;

}

#maincontent

{

	position:relative;

	float:left;

	font-size:16px;

	margin:0 10px 0 10px;

	padding:0;

	text-align:justify;

	width:670px;

}

.bod {font-size:20px;font-weight:normal;}

.leftimg,.rightimg  {color:#69621B;font:11px;}

.leftimg {float:left;padding:0 15px 5px 0;}

.rightimg {float:right;padding:0 0 5px 15px;}



/* Clear Fix */

#wrapper:after 

{

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}

#wrapper {display:inline-block;}

/* hides from ie-mac \*/

* html #wrapper {height:1%;}

#wrapper {display:block;}

/* end hide from ie-mac */