html
{
	margin: 0px;
	padding: 0px;
	background-color: #111;
}

body
{
	width: 960px;
	color: #333;
	font-family: sans-serif;
	margin: 20px auto;
}

#header
{
	height: 80px;
	background-color: #009;
	background-image: url("img/headerbg.png");
	background-repeat: repeat-x;
	padding: 20px;
	-moz-border-radius: 20px 20px 0px 0px;
}

#topnav
{
	height: 50px;
	background-color: #111;
	background-image: url("img/topnavbg.png");
	background-repeat: repeat-x;
	color: #eee;
}

#topnav ul
{
	margin: 0px;
	padding: 15px 50px;
	list-style: none;
}

#topnav li
{
	padding-right: 30px;
	display: inline;
	float: left;
}

#topnav ul li a
{
	color: #eee;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

#main
{
	background-color: #fff;
	padding: 50px;
}

#featured
{
	padding: 30px;
	margin-bottom: 50px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 10px;
	background-color: #111;
	color: #eee;
}

#events
{
	margin-bottom: 50px;
	margin-left: 50px;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	width: 30%;
	float: right;
	background-color: #111;
	color: #eee;
}

h1, h2, h3
{
	color: #666;
}

a
{
	color: #39d;
	text-decoration: none;
}

