*, html {
	padding: 0;
	margin: 0;
	}
	
body {
	font-family: serif;
	color: #444444;
	background-color: #301A09;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
font-size: 14px;
	}
	
.clear {
	clear: both;
	}
	
.fl {
	float: left;
padding-bottom: 15px;
	}
	
.fr {
	float: right;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: serif;
font-weight: normal;
	}
	
ul, li {
	list-style: none;
	}

img
{  border-style: none;
}
	
#wrapper {
	width: 960px;
	background-image: url(images/wrapbggreen.jpg);
	background-position: center top;
	background-color: #181A0D;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	
#header {
	width: 960px;
	height: 70px;
	}
	
#header img {
	float: left;
	}
	
	
#header ul {
	float: right;
	height: 33px;
	list-style: none;
	background: url(images/nav-bg.gif) repeat-x;
	margin-top: 40px;
	}
	
#header li {
	float: left;
	font-size: 10px;
	padding: 10px 30px;
	background: url(images/nav-divider.gif) top right no-repeat;
	}
	
#header li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	letter-spacing: .2em;
	}
	
#header li a:hover {
	text-decoration: underline;
	}
	
#header li.last {
	background: none;
	}
	
#main {
	width: 950px;
	padding: 5px;
	background: #FFFFFF;
	}
	
#main #masthead {
	width: 940px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5;
	padding-left: 5px;
	}

#main #container {
	background: url(images/sidebar-bg.gif) repeat-y right;
	}
	
#main #content {
	float: left;
	width: 630px;
	padding-left: 15px;
margin-bottom: 15px;
	}
	
#main #content h2 {
	color: #2d4b32;
	margin: 0 0 20px 0;
	}

#main #content h3 {
	color: #355174;
	margin: 0 0 20px 0;
	}

#main #content h4 {
	color: #355174;
	margin: 0 0 20px 0;
	}
	
#main #content p {
	padding: 0 25px 25px 0;
line-height: 25px;
font-size: 14px;
	}

	
#main #content img {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25;
	}

	
#main #content hr {
	border: none;
	height: 1px;
	background: #ddded1;
	color: #ddded1;
	margin-bottom: 25px;
	}
	

#main #content ul {
	width: 275px;
	}
		
#main #content li {
	padding: 8px 0 8px 24px;
	background: url(images/bullet.gif) left no-repeat;
	}
	
#main #sidebar {
	float: right;
	width: 265px;
	padding: 15px;
	}
	
#main #sidebar h2 {
	color: #2d4b32;
	margin-bottom: 20px;
	}

#main #sidebar h3 {
	color: #355174;
	margin-bottom: 20px;
	}
	
#main #sidebar h4 {
	color: #355174;
	margin-bottom: 20px;
	}
	
#main #sidebar p {
	margin-bottom: 20px;
	line-height: 25px;
font-size: 13px;
	}
	
#main #sidebar p a {
	color: #78451E;
	text-decoration: none;
	}
	
#main #sidebar p a:hover {
	text-decoration: underline;
	}
	
#main #sidebar span {
	color: #666666;
	}
	
#main #sidebar p a.link {
	color: #78451e;
	text-decoration: none;
	font-style: italic;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #301A09;
	}
a:link {
	text-decoration: underline;
}
a:hover {
	color: #2F1B09;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
	
#footer {
	color: #64472f;
	font-size: 13px;
	margin: 15px 3px;
	padding-bottom: 15px;
	}
	
#footer a {
	color: #875b38;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

	
blockquote {
	text-align: left;
	padding-left: 40px;
	padding-right: 10px;
	}

h5 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


