@charset "utf-8";
/* CSS Document */
body {
	font-family:Constantia,Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	margin:0 0 0 0;	
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#92b653;
}
p {
	text-align:justify;
	font-size:16px;
}
#wrapper {
	text-align:center;
	width:100%;
	height:auto;
}
#mainContent {
	height:auto;
	width:953px;
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#mainNav {
	height:auto;
	width:953px;
}
#content {
	height:auto;
	width:740px;
	overflow:hidden;
	float:none;
}
#mainContent-home {
	height:auto;
	width:953px;
	background-image:url(../images/content-home-bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#content-home {
	height:auto;
	width:570px;
	overflow:hidden;
	float:none;
}
#footer {
	text-align:center;
	width:953px;
	height:auto;
	overflow:hidden;
	float:none;
	margin-top:-20px;
	font-size:14px;
}
.footer-small {
	text-align:center;
	font-size:12px;
}
.slideshow {
	margin-top:10px;
	text-align:center;
	height:auto;
	width:auto;
	border:thick #FFFFFF outset ;
}
.heading, h2 {
	color: #92B653;
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
a {
	text-decoration:none;
	color:#716144;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#716144;
	font-weight:bold;
}