body{
	/* background-image:url('http://www.bmoore.net/backgrounds/camelot.jpg'); */
	background-color:#ccccff;
	}
header{
	/* For modern browsers*/
	background: -webkit-gradient(linear, left top, left bottom, from(#000033), to(#ccccff));
	/* For Firefox */
	background: -moz-linear-gradient(top,  #000033,  #ccccff);
	/* For fucked-up IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000033', endColorstr='#ccccff');
	position:absolute;
	height:50px;width:100%;
	top:0;right:0;left:0;bottom:0;
	}
logo{
	display:table-cell;
	height:50px;
	float:left;
	padding-left:10px;
	position:relative;
	top:0;right:0;bottom:0;left:0;
	width:40%;
	vertical-align:middle;
	}
menu{
	display:table-cell;
	height:50px;
	position:relative;
	top:0;right:0;bottom:0;left:0;
	margin-left:39%;
	vertical-align:middle;
	}
main{
	position:absolute;
	margin-top:10%;
	background-color:white;
	width:700px;
	margin-left:-350px;
	left:50%;
	padding-left:10px;
	}
notice{
	border:6px groove gray;
	position:absolute;top:17%;
	margin:auto;
	background-color:white;
	width:500px;
	margin-left:-250px;
	left:50%;
	padding:10px;
	}
footer{
	/* For modern browsers*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ccccff), to(#000033));
	/* For Firefox */
	background: -moz-linear-gradient(top,  #ccccff,  #000033);
	/* For fucked-up IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccccff', endColorstr='#000033');
	position:absolute;
	bottom:0;left:0;right:0;
	}
ul.menu{
	display:inline;
	color:white;
	}
li.menu{
	display:inline;
	color:white;
	font-family: 'Droid Serif', serif;
	font-size:12pt;
	}
ul.events{
	list-style-type:none;
}
a{
	text-decoration:none;
	}
a:link{
	color:white;
	}
a:visited{
	color:white;
	}
a:hover{
	color:maroon;
	background-color:white;
	}
a.events{
	text-decoration:none;
}
a.events:link{
	color:black;
}
a.events:visited{
	color:black;
}
a.events:hover{
	color:maroon;
}
h1{
	font-family: 'Droid Serif', serif;
	color: white;
	margin-top: 0px;
}
h2{
	font-family: 'Droid Serif', serif;
}
img{
	vertical-align:middle;
}
p.top{
	text-align:center;
	color:#333333;
	}
p.bottom{
	text-align:center;
	color:#cccccc;
}
p.notice{
	font-family: 'Droid Sans', sans-serif;
	font-size:16pt;
	text-align:center;
}
ul li{
	font-family: 'Droid Sans', sans-serif;
}
