html, body {
	height: 100%;
}

body {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #0DC92C url(images/img01.png) repeat;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #454545;
}


h1 {
	font-size: 1.6em;
	font-weight: 200;
	color: #c2d736;
}

h2 {
	font-size: 1.4em;
	font-weight: 100;
	color: #c2d736;
}

h3, .hdrei {
	font-size: 1.2em;
	font-weight: 300;
	color: #c2d736;
}

p {
	line-height: 200%;
}

a {
	color: #2F2F2F;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.1);
}

#banner {
	width: 900px;
	height: 300px;
	margin: 10px auto 0px auto;
}

#title {
	padding:60px 0 0 50px;
	letter-spacing: -1px;
	font-size: 2em;
	height: 50px;
	color: #c2d736;
}

#menu {
	overflow: hidden;
	width: 900px;
	height: 70px;
	margin: 0px 50px;
	background: #000000;
	font-size: 20px;
	color: #000000;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 40px 0px 40px;
	line-height: 70px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	color: #FFFFFF;
	border: none;
}

#menu a:hover {
	text-decoration: none;
}

#content {
	padding:20px 50px 20px 50px;
	line-height:1.6;
}

#content a {
	text-decoration: none;
	color:#c2d736;
}

#content ol,li {
	margin: 0 0 10px 25px;
}

#footer {
	overflow: hidden;
	width: 900px;
	height: 100px;
	margin: 0 auto;
	border-top: 1px solid #CBCBCB;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	text-align: center;
	color: #454545;
}

#footer a {
	color: #2F2F2F;
}








