#content {
	width: 840px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.7em;
	border: 1px solid #ccc;
}
h1 {
	height:158px;
	background: url(resources/header.gif) no-repeat;
	padding-bottom: 153px;
}

h1 a {
	position: absolute;
	top: -999em;
}

#main {
	width: 560px;
	float: right;
	padding-right: 15px;
	padding-left: 25px;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding-bottom: 0px;
	
}

img.imagestrip {
	position: absolute;
	top: 158px;
}

#quote {
	width: 187px;
	float: right;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin-left: 20px;
}

#quote p {
	font-size: 0.5em;
	margin-top: 1em;
}

#content img.image {
	float: right;
}
#main p, #main ul, h2, h3, h4 {
	padding-bottom: 0.8em;
}

#main h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 2.5em;
	color: #3ca03a;
	line-height: 1em;
}

#main p em {
	font-weight: normal;
	font-style: normal;
	color: #3ca03a;
}
#navbox {
	width: 220px;
	float: right;
}
#navigation {
	width: 180px;
	height: 170px;
	padding: 105px 20px 20px;
	background: url(resources/navback.jpg) no-repeat right top;
	margin-bottom: 20px;
}

#navigation h2 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #76bb35;
	font-weight: bold;
}

#navigation ul li {
	line-height: 2em;
	height: 2em;
	border-bottom: 1px solid #76bb35;
}

#navigation ul li a {
	color: #76bb35;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1.5em;
	background: url(resources/arrow.gif) no-repeat left center;
}
#topnavigation {
	position: absolute;
	left: 30px;
	top: 135px;
}
#topnavigation ul li {
	float: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #76BB35;
	white-space: nowrap;
}
#topnavigation ul li a {
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
}
#topnavigation ul li a:hover {
	color: #409F3B;
}

#newsBox {
	padding: 5px 20px 20px;
	border: 1px solid #69ad55;
	margin-bottom: 20px;
	
}

#newsBox h3 {
	color: #76bb35;
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0.7px;
	border-bottom: 1px solid #69ad55;
}

#newsBox p {
	padding-top: 1em;
	padding-bottom: 1em;
	color: #666;
}
#newsBox a {
	color: #76B532;
}

#main .news_item h3 a {
	color: #3CA03A;
}
#main .news_item h3 span {
	font-weight: normal;
	font-size: 0.9em;
	font-style: italic;
	float: right;
}


#footer {
	clear: right;
	height: 50px;
	background-color: #3ca03a;
	line-height: 50px;
	padding-left: 20px;
	color: white;
	font-size: 0.9em;
}
#footer p span {
	font-weight: bold;
	font-size: 1.4em;
	float: right;
	padding-right: 20px;
}

.largeimg {
	clear: right;
}
