html,body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5D413A;
	background-image: url("images/bg.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
body
{
	font: 76% arial,sans-serif;
	/*text-align: center;*/
}
p
{
	margin: 0 10px 10px;
}
a {
	color: #7C8634;
}

a:hover {
	text-decoration: overline;
	color: #BD4F21;
}
img
{
  border-width: 0px !important;
  border-width: 0;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #8F5645;
}
/* Boxed */

.boxed {
	width: 198px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #E0E3C9;
	/*border: 1px solid #939A3C;*/
}

.boxed .heading {
	margin: 0px;
	padding: 8px 10px;
	background: #98A24D url(images/img2.gif) repeat;
	border-top: 1px solid #737947;
	border-bottom: 1px solid #F4F5EC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8F5645;
}

.boxed .content {
	margin: 0;
	padding: 5px 14px 10px 14px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
	padding: 3px 0;
	border-top: 2px groove;
}

.boxed li.first {
	border: none;
}

.boxed a {
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
	text-decoration: none;
}
div#header
{
	background-image: url("images/hflow.jpg");
	height: 148px;
	width: 776px;
	/*line-height: 80px;*/
	margin: 0 0 10px 0;
	padding-left: 0px;
	padding-bottom: 10px;
}
div#container
{
	text-align: left;
	padding-left: 10px;
}
div#content p
{
	line-height: 1.4;
}
div#navigation
{
	margin-top: 2px;
}
div#extra
{
	margin-left: 5px;
}
div#footer
{
	color: #FFF;
}
div#footer p
{
	margin: 0px;
	padding: 5px 10px;
}
div#container
{
	margin: 0 auto;
	width: 776px;
}
div#content
{
	float: right;
	width: 530px;
	margin-left:30px;
	margin-top:0px;
}
div#navigation
{
	float: left;
	width: 200px;
}
div#extra
{
	clear: left;
	float: left;
	width: 200px;
}
div#footer
{
	clear: both;
	width: 100%;
	text-align: right;
	font-family:Trebuchet MS;
	color: #999999;
}