/* CSS Document */

body {
	margin-top: 15px;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #778c65;
	background-image: url(../images/winter-bkgd.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/* Header */

#header {
width: 760px;
border: 1px solid #003300;
padding:0;
font-family: Georgia, Times New Roman, Times, serif;
font-size: .85em;
font-style: italic;
color: #663333;
}

img
{  border-style: none;
}

#nav {
background-color: #778c65;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #003300;
margin-top: 6px;
width: 760px;
text-align: center;
font-size: .80em;
color: #003300;
}

#nav a {
color: #fff;
text-decoration: none;
}

#nav a:hover {
color: #003300;
text-decoration: underline;
}

#content {
margin-top: 6px;
margin-bottom: 6px;
padding: 6px;
border: 1px solid #985e32;
background-color: #FFFFFF;
}

#left {
float: left;
width: 200px;
margin-top: 6px;
margin-bottom: 6px;
padding: 10px;
border: 1px solid #999;
background-color: #FFFFFF;
font-size: .80em;
color: #333333;
text-align: center;
}

#left h3 {
color: #660000;
}

#left a {
color: #333333;
text-decoration: underline;
}

#left a:hover {
color: #666600;
text-decoration: none;
}



#right {
float: right;
width: 500px;
margin-top: 6px;
margin-bottom: 6px;
margin-left: 6px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
border: 1px solid #999;
background-color: #FFFFFF;
font-size: .85em;
color: #333333;
}

#right h1 {
font-weight: normal;
color: #50723b;
}

#right h2 {
font-weight: normal;
color:#003300;
}

#right h3 {
font-weight: bold;
color: #50723b;
}

#right a {
color: #660000;
text-decoration: underline;
}

#right a:hover {
color: #666600;
text-decoration: none;
}



#footer {
clear: both;
background-color: #003300;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #fff;
margin-top: 6px;
width: 760px;
text-align: center;
font-size: .75em;
color: #fff;
}

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

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



