@charset "utf-8";


body
{
    background:url(img/layout/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
h1
{
	font-size: 16px;
	color: #566129;
	font-weight: normal;
}
#container {
	width: 858px;
}
#header
{
    height: 56px;
}

#contentarea
{
    width: 700px;
	margin-left: 127px;
}
#contentarea a
{
    color: #85941D;
}
#contentarea a:hover
{
    color: #FF9900;
}
#contentarea h2
{
    font-size: 18px;
	font-weight: normal;
	color: #667709;
}

div.contentblock
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color:#000;
	padding-left: 15px;
}
div.contentblock p
{
    width: 410px;
    margin-top: 0px;
}

div.quoteblock
{
    font-family: "Lucida Sans Unicode", Arial;
    width: 195px;
	padding: 18px;
	background-color: #9BD36E;
	font-size: 18px;
	font-style: italic;
	color: #FFF;
	float: right;
	line-height: 140%;
}

#footer
{
    padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 50px;
	margin-top: 50px;
	border-top: double 3px #E6F4AA;
	font-size: 10px;
	color: #999999;
	text-align: right;
}

