@import url('fonts.css');
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #117950;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
p {
	margin: 10px 0
}
#header {
	background-color: #fff;
	height: 200px;
}
#logo {
	padding: 25px 0 0;
	position: relative;
	text-align: center;
}
#navi {
	margin: 12px 20px 0;
}
#navi li {
	float: left;
	list-style: none;
	height: 53px;
	line-height: 53px;
	width: 135px;
	text-align: center;
}
#navi li.act, #navi li:hover {
	background-image: url("../images/layout/nav_hover.png");
}
#navi li a {
	text-decoration: none;
	color: #666666;
}
#navi li.act a, #navi li:hover a {
	color: #ffffff;
}
#content {
	background-color: #0F6945;
	background-image: url("../images/layout/bg_content.jpg");
	background-repeat: repeat-x;
	padding: 20px;
}
#content_top {
	position: relative;
	clear: both;
}
#content_top img {
	margin-right: 15px;
	float: left;
}
#content_top_text {
	color: #FFFFFF;
	float: left;
	width: 309px;
}
#content_top_text a {
	color: #ffffff;
}
#content_top_text h1 {
	font-size: 18px;
}
#content_bottom {
	background-color: #FFFFFF;
	clear: both;
	color: #666666;
	min-height: 270px;
	padding: 20px 10px 0;
	position: relative;
}
#content_bottom h1 {
	color: #117950;
	font-size: 18px;
}
#content_bottom img {
	float: left;
}
#content_bottom a {
	color: #117950;
}
#footer {
	color: #ffffff;
}
