/* CSS Document */

body {
	margin-top: 15px;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	background-image: url(../images/web-bkgd3.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	background-color:#cfeab3;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 848px;
	margin-right: auto;
	margin-left: auto;
background-image:url(../images/wrapper-bkgd2.jpg);
background-repeat:repeat-x;
background-position:right bottom;
background-color: #ebdd92;
border: 1px solid #819d64;
}

/* Header */

#header {
margin: 8px;
height: 300px;
background-color: #transparent;
position:relative;
border: 1px solid #4A6A2A;
padding:0;
font-family: Georgia, Times New Roman, Times, serif;
font-size: .85em;
font-style: italic;
color: #663333;
}

#nav {
margin: 8px;
text-align: center;
background-color: #ffcc33;
border: 1px solid #487517;
}

#contentright {
float: right;
width: 200px;
margin-right: 8px;
padding: 15px;
border: 1px solid #999;
margin-bottom: 6px;
background-color: #fbfbe2;
font-size: .85em;
color: #666;
text-align: left;
line-height: 140%;
}

ul {
	margin: 5px;
	line-height: 140%
}



#contentleft h3 {
	font-weight: normal;
	color: #559520;
	text-align: center;
}

#contentleft h2 {
color: #559520;
font-weight: normal;
}


#contentleft a {
color: #336600;
text-decoration: underline;
}

#contentleft a:hover {
color: #333;
text-decoration: none;
}

#contentleft {
float: left;
padding: 15px;
width: 560px;
margin-left: 8px;
margin-bottom: 8px;
border: 1px solid #999;
font-size: .85em;
line-height: 130%;
font-family: Georgia, Times New Roman, Times, serif;
color: #666;
background-color: #fff;
}

#contentright a {
color: #79a24e;
text-decoration: underline;
}

#contentright a:hover {
color: #725575;
text-decoration: none;
}

#contentright h2 {
color: #559520;
font-weight: normal;
}

#contentright h3 {
color: #ff9900;
font-weight: normal;
}


#footer {
clear: both;
text-align: center;
border-top: 1px solid #819d64;
margin-top: 6px;
background-color: #faf682;
padding: 11px;
color: #6b894d;
font-size: .75em;
}

#footer a {
color: #375218;
text-decoration: none;
}

#footer a:hover {
color: #559520;
text-decoration: underline;
}

