body {
	color:#777;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 87%;
	line-height: 1.6em;
}
body {
	background-color: #D8F9DA;
	background-image: url(../images/index-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1 {
	height: 520px;
	width: 700px;
	background: url(../images/index.jpg) no-repeat center top;
	text-indent: -5000px;
	margin: 0px auto;
}

h2 {
	color: #810114;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
}

h3 {
}

h4 {
}

p {
}

a {
	text-decoration:none;
	color:#a6c73f;
}

a:hover {
	color:#FF6600;
}


ul.nav {
	margin: 20px auto;
}
ul.nav li {
	display: inline;
}
ul.nav li a {
	font-size: 1.2em;
	padding-right: 20px;
}
ul.nav li a:hover {
	text-decoration: underline;
}
