body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 885px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 10px;
}


#navbar {
	width: 600px;
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
}

#navbar ul {
	text-align: right;
	width: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	margin-left: 10px;
}

#navbar ul li {
	text-decoration: none;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;

}

#navbar ul li a {
	text-decoration: none;
	color: #557551;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navbar ul li a:hover {
	color: #476044;
}
#content {
	float: left;
	width: 885px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#content h1 {
	color: #476044;
	font-size: 24px;
	font-family: "Century Gothic", Verdana, Arial;
}
#content h2 {
	font-size: 20px;
	color: #C0B185;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}
#content p {
	font-size: 16px;
	line-height: 22px;
	color: #486145;
	text-align: center;
}






#logo{
	text-align: center;
	float: left;
	clear: left;
	margin-top: 30px;
	width: 885px;
	margin-bottom: 10px;
	background-image: url(assets/event_logo.png);
	background-repeat: no-repeat;
	height: 35px;
}


#tagline {
	float: left;
	clear: both;
	font-weight: bold;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	width: 885px;
	margin-bottom: 20px;
}

#logo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #677E64;
	margin-top: 15px;
	padding-top: 0px;
	text-align: right;
}
#copyright {
	float: left;
	width: 300px;
	margin-top: 4px;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #476044;
	text-align: right;
}
#copyright a {
	color: #62835C;
	text-decoration: none;
}

#iov {
	float: right;
	width: 300px;
	text-align: left;
}
#iov img {
}

#iov p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin-left: 5px;
	line-height: 13px;
}

#footer {
	margin-top: 100px;
	text-align: center;
	float: left;
	width: 880px;
}
#footer h3 {
	font-weight: bold;
	color: #C0B185;
	margin-bottom: 0px;
	font-size: 11px;
}

#footer p {
	color: #C0B185;
	margin-top: 0px;
}
#footer a {
	color: #C0B185;
	text-decoration: none;
}

.em {
	font-style: italic;
}
.divider {
	font-size: 14px;
	color: #557551;
}
.green {
	color: #476044;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.fawn {
	color: #C0B185;
}

