body {
	background: #7ECC30;
  font-family: 'anivers-1', 'anivers-2', 'Myriad Pro', 'Lucida Grande', Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #DFF2CB;
}

h2, h3, h4, h5 {
	line-height: 160%;
  font-family: 'ff-nuvo-web-pro-1', 'ff-nuvo-web-pro-2', 'Lucida Grande', Arial, Verdana, sans-serif;
  font-weight: bold;
  text-shadow: #68A928 2px 2px 1px;
}

h2, h3, h4, h5, h6 { color: #FFF; font-weight: bold; }

h2 { font-size:  48px; margin-bottom: 36px; letter-spacing: -2px; }
h3 { font-size:  32px; margin-bottom: 18px; letter-spacing: -1px; }
h4 { font-size:  24px; margin-bottom: 14px; letter-spacing: -1px; }
h5 { font-size:  18px; margin-bottom: 6px; letter-spacing: -1px; }
h6 { font-size:  16px; margin-bottom: 4px; }

hr{
	margin: 40px auto;
	border-bottom: 1px #A0D966 solid;
}

hr.separator{
	width: 390px;
	height: 5px;
	margin: 0 auto 48px auto;
	background: url('../images/separator.gif') no-repeat;
	border: 0;
}

a{
	color: #E35844;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

strong{ font-weight: bold; color: #FFF; }

em{ color: #FFF; }

.clear{
	clear: both;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.hidden{
	display: block;
  text-indent: -999999px;
  overflow: hidden;
  outline: none;
}

.invisible{
  display: none;
}

.small{
	font-size: 12px;
}

.smaller{
	font-size: 10px;
}

.margined{
	margin: 40px 0;
}

div#header{
	position: relative;
}

h1#logo{
	width: 344px;
	height: 64px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 103;
}

h1#logo a{
	display: block;
	width: 344px;
	height: 64px;
	background: url('../images/logo.gif') no-repeat;
}

ul#menu{
	position: absolute;
	top: 20px;
	right: 20px;
}

ul#menu li{
	float: left;
	margin-right: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: lowercase;
	overflow: hidden;
}

ul#menu li a{
	height: 20px;
	color: #D8F0EA;
}

ul#menu li a:hover, ul#menu li a.active{
	text-decoration: none;
	color: #FFF;
}

div#main-content{
	width: 940px;
	margin: 0 auto;
}

div#footer{
	background: #e37c22;
}

div#footer-content{
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

div#footer p.copyright{
	float: left;
}

ul#foot-menu{
	float: right;
}

ul#foot-menu li{
	display: inline;
	margin-left: 8px;
}

ul#foot-menu li a{
	color: #eedf7c;
}

ul#foot-menu li a.active, ul#foot-menu li a:hover{
	text-decoration: none;
	color: #FFF;
}
