* { 
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Arial;
	font-size: 12px;
background: #ffffff url(images/bg.jpg) no-repeat center top;
	/* background: #197519 url(images/bg.jpg) no-repeat center top; */
}

img {
	border-style: none;
}

a {
	color: #197519;
	text-decoration: underline;
}

#wrapper { 
	margin: 5px auto 15px;
	width: 778px;
	padding: 10px;
	height: 578px;
}

#header {
	width: 778px;
	margin: 0 0 5px;
	height: 120px;
	border-bottom: 3px solid #197519;
	background: url(images/logo.gif) no-repeat;
}

#header h1 {
	height: 50px;
	width: 778px;
	float: left;
	margin-bottom: 8px;
	text-indent: -6500px;
}

#header h1 a {
	height: 50px;
	width: 778px;
	float: left;
}

#header ul.nav {
	width: 650px;
	height: 42px;
	background-color: #197519;
	padding: 5px 0 5px 5px;
	float: right;
}

#header ul.nav li {
	height: 39px;
	width: 150px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	padding-top: 3px;
	list-style-type: none;
	border-right: 3px solid #fff;
}

#header ul.nav li.last {
	border-right-style: none;
}

#header ul.nav li a {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

h3.header {
	background-color: #197519;
	color: #fff;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 5px;
}

#content {
	background: url(faux-2-2-col.gif);
	overflow: hidden;
	width: 778px;
	margin: 0 0 3px;
	height: 420px;
}

#sidebar { 
	float: left;
	margin: 0;
	width: 200px;
	display: inline;
	position: relative;
	border: 1px solid #1a761a;
	height: 410px;
	padding: 0 0 5px;
}

#sidebar h4 {
	font-size: 16px;
	color: #197519;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#sidebar ul {
	padding-left: 6px;
	margin-bottom: 15px;
	padding-right: 5px;
}

#sidebar li {
	margin-bottom: 2px;
	list-style-type: none;
}

#sidebar li a {
	text-decoration: none;
	font-size: 13px;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#mainc { 
	display: inline;
	margin: 0;
	padding: 0 0 5px;
	width: 565px;
	float: right;
	border: 1px solid #1a761a;
	height: 410px;
}

#mainc p {
	margin-bottom: 15px;
}

#mainc h2 {
	color: #197519;
	font-size: 15px;
	font-weight: bold;
}

#mainc h2 a {
	text-decoration: none;
}

#mainc .entry {
	margin-bottom: 15px;
}

#mainc ul {
	margin-bottom: 15px;
	padding-left: 15px;
	margin-left: 15px;
	font-weight: normal;
	font-style: normal;
}

#mainc ul li {
	font-size: 13px;
	font-style: normal;
	margin-bottom: 2px;
	font-weight: normal;
}

#mainc blockquote {
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 15px;
	font-style: italic;
}

#footer { 
	width: 763px;
	clear: both;
	margin: 0;
	background-color: #197519;
	padding: 5px 5px 5px 10px;
	font-size: 16px;
}

#footer a {
	margin-right: 15px;
	color: #fff;
	text-decoration: none;
}

.clear { 
	clear: both; 
	background: none; 
}