body {
	background: #77c200 url('images/bg.jpg') top repeat-x;
	margin: 10px 0 0 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}
a {
	color: #686b61;
	text-decoration: underline;
}
a:hover {
	color: #56594f;
	text-decoration: underline;
}
#content {
	background: url('images/content.jpg') no-repeat;
	width: 778px;
	height: 414px;
	margin: 0 auto 0;
	padding: 100px 0 0 0;
}
#contentLanding {
	background: url('images/content.jpg') no-repeat;
	width: 778px;
	height: 414px;
	margin: 0 auto 0;
	padding: 123px 0 0 0;
}
#content h1{
	font:Arial, Helvetica, sans-serif;
	color:#00AA00;

}

#content h2{
	font:Arial, Helvetica, sans-serif;
	color:#00AA00;

}

#content h2{
	font:Arial, Helvetica, sans-serif;
	color:#00AA00;

}

#intro {
	background: url('images/intro.jpg') no-repeat;
	width: 702px;
	height: 60px;
	margin: 0 auto 0;
	padding: 0px 15px 0;
}
#intro p {
	color: #686b61;
	line-height: 12px;
	margin: 0;
}

#introLanding {
	background: url('images/intro.jpg') no-repeat;
	width: 702px;
	height: 143px;
	margin: 0 auto 0;
	padding: 12px 15px 0;
}
#introLanding p {
	color: #000000;
	line-height: 18px;
	margin: 0;
}

#secRow {
	width: 722px;
	margin: 0 auto 0;
}
#secRowMain {
	width: 350px;
	margin: 0 auto 0;
}


#bullets {
	float: right;
}
#bullets ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	width: 382px;
}
#bullets li {
	background: url('images/bullet.jpg') no-repeat;
	color: #373737;
	font-size: 18px;
	padding: 0 0 0 28px;
	margin: 0 0 25px 0;
}

#bulletsMain {
	float: left;
}
#bulletsMain ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	width: 328px;
	float:left;
	padding-top:12px;
}
#bulletsMain li {
	background: url('images/bullet.jpg') no-repeat;
	color: #373737;
	font-size: 16px;
	float:left;
	padding: 0 0 0 19px;
	margin: 0 0 15px 0;
}

#footer {
	text-align: center;
	clear: both;
	margin: 0;
	padding: 30px 0 0 0;
}