@charset "utf-8";
/* CSS Document */
body {
	margin: 10px 0;
	padding: 0;
	font: 100%/1.5em Georgia, serif;
	background-color: #38672f;
}

#content {
	width:934px;
	background-color: #f2f3e0;
	margin:10px auto;
	background-image:url(img/back.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#main {
	width: 870px;
	height:auto;
	margin: 0 auto;
}
#main p {
	margin:5px;
}
#header {
	background-image:url(img/back_top2.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:100%;
	height:100px;
	background-color:#38672f;
	color:#FFFFFF;
}
#footer {
	float:left;
	margin:0 auto;
	background-image:url(img/back_bot2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:100%;
	height:100px;
	background-color:#f2f3e0;
	color:#fff;
}
#slideshow {
	width: 900px;
	margin:0 auto;
	height:160px;
}
#footer p {
	margin:15px 30px;
	}
#footer a:link		{font-weight:bold; color: #fff;  }
#footer a:visited	{font-weight:bold;  color: #fff;}
#title {
	font-size:200%;
	padding-top:45px;
	padding-left:30px;
	}
.subtitle {
	font-size: 180%;
	color:#38672f;
	padding:10px 0px ;
}	
.logo {
	margin: -30px 30px 0 0;
	text-align:right;
}

.logo2 {
	float:left;
	margin: -40px 0 0 380px;
}

.leftimg {
	float:left;
}

a:link		{font-weight:bold; color: #38672f;  }
a:visited	{font-weight:bold;  color: #38672f;}
a:hover {text-decoration:none; background-color:#669900;color:#fff;}
a:active {text-decoration:none; background-color:#fff;color:#ff2700;}

