body {
	margin: 0; padding: 0;
	font-family: arial, helvetica, San-Serif;
	color: #000;
	background: url(../images/bg.jpg) top center no-repeat #fff;
	font-size: 11px;
}

h1 {
	color: #319F40;
	font-size: 15px;
	margin: 0 0 5px 0;
}

h2 {
	color: #319F40;
	font-size: 13px;
	margin: 0 0 5px 0;
}

a, a:visited {
	color: #000;
	text-decoration: none;
	border: none;
}

a:hover, a:active, a#activeitem {
	color: #319F40;
}

#wrapper {
	margin: 0 auto 50px auto;
	width: 855px;
	height: auto; min-height: 300px;
	position: relative;
	background: transparent;
}

#logo {
	top: 42px; left: 0;
	position: absolute;
	height: 48px; width: 360px;
}

#logo a {
	height: 48px; width: 360px;
	display: block;
	text-indent: -99999px;
	cursor: pointer;
}

#nav {
	top: 65px; left: 385px;
	position: absolute;
	height: 11px; width: 470px;
}

#nav ul {
	padding: 0; margin: 0;
	list-style: none;
}

#nav ul li {
	display: block;
	float: left;
}

#nav a {
	margin-right: 35px;
}

#btns {
	top: 398px; left: -4px;
	position: absolute;
	width: 855px;
	height: 145px;
}

#btns a {
	width: 207px;
	height: 140px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-right: 9px;
}

#btns a.last {
	margin: 0;
}

#content {
	top: 578px; left: 0;
	position: absolute;
	width: 855px;
	height: auto;
}

#footer {
	font-family: 'TimelessRegular', arial, Serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #319F40;
	text-align: center;
	padding: 7px 0;
}
