body{
	margin: 0px auto;
	background: #303538;
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	}
	
#header{
	width: 800px;
	margin: 30px auto;
	}	

h3{
	font-size: 22px;
	font-weight: normal;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.2em;
	}
	
h4{
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.2em;
	}
	
#intro{
	font-family: Georgia, serif;
	font-size: 28px;
	font-style: italic;
	width: 800px;
	margin: 20px auto;
	text-align: center;
	}
	
#content{
	width: 800px;
	margin: 0px auto;
	padding: 10px;
	display: block;
	overflow: auto;
	}
	
#main{
	width: 530px;
	float: left;}
	
#sidebar{
	width: 230px;
	float: right;
	text-align: right;
	}
	
#thanks, #committee{
margin-top: 20px;
text-align: left;
font-size: 11px;
}
	
#rowhead{
	background: #0ba4d0;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#details{
	font-size: 12px;
	}
	
#details td{
	border-bottom: 1px solid #454545;
	vertical-align: top;
	}
	
#footer{
	height: 50px;
	width: 800px;
	margin: 20px auto;
	background: #323232;
	clear: both;
	padding: 10px;
	font-size: 10px;
	}
	
.footerleft{
	width: 400px;
	float: left;
	}
.footerright{
	width: 400px;
	float: right;
	text-align: right;
	}
	
.footerright a{
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	}
