/* Home page styles */

#whatsnew, #notice {
	width: 300px;
	border: 1px solid #FD4;
	float: left;
	margin-right: 5px;
	}
	
#whatsnew, #notice, #info {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#whatsnew h2, #notice h2, #info h2 {
	font-size: 1.5em;
	text-align:center;
	margin-top: 0px;
	padding: 2px;
	background-color: #FD4;
	color: #003;
	}
	
#notice p {
	margin: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
	}
	
#whatsnew ul, #info ul {
	padding-right: 5px;
	}
	
#whatsnew ul li, #info ul li {
	margin-bottom: 4px;
	}
#info {
	clear: left;
	width: auto;
	border: none;
	text-align: center;
	}
	
#info h3 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	}
	
#info form {
	text-align: center;
	}
	
img#homepic {
	display: block;
	}
	
#welcome {
	font-style: italic;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #030;
	}
	
#oktoberfest {
	float: left;
	clear:both;
	width:600px;
	border: 1px solid #993300;
	padding: 3px;
	margin: 5px 0px;
	background: white;
	font-weight:bold;
	}
#oktoberfest h2 {
	text-align:center;
	margin-top: 0px;
	}
#oktoberfest h2 .sub {
	font-size:.75em;
	}
div.column {
	width: 49%;
	float:left;
	}
