@charset "utf-8";
/* CSS Document */


body{
	margin: 0px 0px 0px 0px;
	background:#e4e4e4;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	background-image: url("../images/background.gif");
	background-position:top;
	background-attachment:scroll;
	background-repeat:repeat-x;
}

#content {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	color: #000;
}

.header {
	width: 900px;
	height: 177px;
	margin-left:auto;
	margin-right:auto;
}

.nav {
	width:900px;
	height:68px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-align: center;
}

.headline {
	width:900px;
	height:68px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	margin-top:45px;
	text-align: center;
}

.featured-wrap {
	width:900px;
	height:268px;
	margin-top:50px;
	margin-bottom:50px;
}

.featured-button-left{
	width:100px;
	height:268px;
	display:block;
	float:left;
	text-align:right;
}

.featured-button-right{
	width:100px;
	height:268px;
	display:block;
	float:left;
	text-align:left;
}

.featured {
	width:700px;
	height:268px;
	display:block;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

.buttons-wrap{
	width:700px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}

.button {
	width:33%;
	display:block;
	float:left;
	height:99px;
	text-align: center;
}

.event {
	width:694px;
	background:#ffffff;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px
}

.footnote {
	width:900px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: 12px;
}

#footer {
	width:100%;
	height:177px;
	background:url(../images/backgroundfooter.gif);
	background-position:bottom;
	background-attachment:scroll;
	background-repeat:repeat-x;
}
