* {
	padding: 0;
	margin: 0;
}

.clear {
	display: block;
	clear: both;
}

body {
	font-family: Bauhaus Lt BT, Arial, Helvetica, Verdana sans-serif;
	background: #fff;
	text-align: center;
}

h1 {
	font-size: 1em
	color: #80b53a;
}

p {
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #3300ff;
}

a:hover {
	text-decoration: underline;
	color: #3300ff;
}

a img {
	border: 0;
}

#container {
	width: 750px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 100%;
	height: 144px;
	text-indent: -9999px;
	background: url("../images/logo.jpg") no-repeat;
}

#nav {
	margin: 10px 0;
	padding: 0;
	width: 100%;
	height: 55px;
	background: url("../images/links_curve.gif") no-repeat right #80b53a;
}

#main_image {
	margin-bottom: 10px;
	width: 100%;
}

#content {
	width: 100%;
	height: auto;
	background: url("../images/content_bottom.gif") no-repeat bottom right #f2f7e8;
}

#content a {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	color: #80b53a;
	text-decoration: underline;
}

#content_left {
	float: left;
	width: 45%;
	height: auto;
	background: transparent;
	margin: 0;
	padding: 0 0 20px 20px;
}

#content_right {
	float: right;
	width: 45%;
	height: auto;
	background: transparent;
	margin: 0;
	padding: 0 20px 20px 0;
}

#footer {
	margin: 10px 0;
	text-align: center;
}

#footer p {
	color: #80b53a;
}

#footer a {
	color: #80b53a;
	text-decoration: none;
}

#footer a:hover {
	color: #80b53a;
	text-decoration: underline;
}