body {
	margin: 0px;
	padding: 0px;
	font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 21px;
	background: #ffffff url(../images/top-bg.jpg) no-repeat top center;
	color: #444;
}
img a, a img, img {
	text-decoration: none;
	border: none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #1c9122;
	font-weight: normal;
}
h1, h2 {
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
h4 {
	margin-bottom: 50px;
}
p {
	margin-bottom: 50px;
}
#wrapper, #header, #footer {
	width: 1000px;
}
#wrapper {
	margin: 0px auto;
	background: transparent url(../images/bottom-bg.jpg) no-repeat bottom center;
	min-height: 750px;
}
#header {
	margin-top: 58px;
}
#logo, #nav {
	float: left;
}
#logo {
	width: 436px;
	height: 231px;
	margin-left: 14px;
}
#nav {
	width: 380px;
	margin-left: 120px;
	margin-top: 5px;
}
#nav ul, #nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	float: left;
	padding: 10px 15px;
	margin-right: 15px;
	text-decoration: none;
	color: white;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: solid 5px #2fba2b;
	background: transparent url(../images/right-arrow.png) no-repeat left center;
	text-shadow: 1px 1px 0px #183a1a;
}
#nav li.about a { border-right-color: #62c02a; }
#nav li.forum a { border-right-color: #97c928; }
#nav li a:hover { background-color: #2fba2b; }
#nav li.about a:hover { background-color: #62c02a; }
#nav li.forum a:hover { background-color: #97c928; }
.clear { clear: both; }
#content {
	margin-top: 35px;
	padding: 50px;
	padding-bottom: 150px;
}
.col1 {
	width: 65%;
	float: left;
}
.col2 {
	width: 30%;
	float: right;
}
.col {
	width: 45%;
	float: left;
}
p span.notice {
	display: inline;
	background-color: #ACDB2B;
	color: #111;
}
p.notice {
	width: 89%;
	padding: 25px;
	background-color: #0b9025;
	font-size: 17px;
	color: white;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family: helvetica, arial, sans-serif;
}
ul.new,
ul.new li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.new {
	margin-bottom: 25px;
}
#footer, #footer p {
	margin: 0px; padding: 0px;
}
#footer {
	margin: 0px auto;
	/*background-color: #0b9025;*/
}
#footer p {
	width: 40%;
	float: left;
	padding: 10px 0px;
	color: #777;
	font-size: 12px;
}
#footer p.right {
	float: right;
	text-align: right;
}
#footer p.right a {
	color: #777;
	text-decoration: none;
}
#footer p.right a:hover {
	text-decoration: underline;
}