body {
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	background-color: #e6ffee;
}

h1, h2, h3, h4, h5, h6 {
	color: #57b18a;
	font-family: Verdana, Arial, Helvetica,sans-serif !important;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	margin-bottom: 20px;
}

a, a:hover, a:active, a:visited {
	color: #57b18a;
	outline: 0 none;
	text-decoration: none;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: auto;
}

#logo {
	width: 960px;
	height: 100px;
}

#navigation {
	width: 200px;
	min-height: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
	font-size: 12pt;
	float: left;
}

#navigation ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type:
}

#navigation ul li {
	list-style: none outside none;
}

#navigation a, #navigation a:active, #navigation a:visited {
	color: #444444;
	outline: 0 none;
	text-decoration: none;
}

#navigation a:hover {
	color: #57b18a;
}

#navigation li.current_page_item a {
	color: #57b18a;
}

/*#navi-bg {
	min-width: 30%;
	height: 100%;
	z-index: -100;
	position: absolute;
	float: left;
	background-color: #e6ffee;
}*/

#content {
	width: 760px;
	float: right;
	min-height: 600px;
	background-image: url(img/content_bg.png);
}

#footer {
	width: 960px;
	height: 50px;
	float: right;
}