body{
	background-color:#999;
}

#wrapper{
	background-color:#FFF;
	border:thin solid #000;
	width:1000px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
}

#banner{
	background-image:url('../images/banner.gif');
	background-position:top left;
	height:100px;
}

#header{
	background-color:#26b803;
}

#navigation{
	margin-top:-15px;
}

#navigation ul{
	list-style:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#navigation ul li{
	float:left;
	width:11em;
}

#navigation ul li a{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	font-variant:small-caps;
	color:#FFF;
	text-decoration:none;
}

#navigation ul li:hover{
	background-color:#090;
}

#content{
	background-color:#FFF;
	clear:both;
	margin-top:-20px;
	border-top:thin solid #000;
}

#error{
	color:#900;
}

h1, h2, h3, p, table, #points, form{
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
}

a{
	color:#090;
}

a:hover{
	color:#030;
}

form{
	padding-bottom:20px;
}

h2{
	color:#390;
}

table{
	border-collapse:collapse;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:25px;
}

#dates tr{
	border:thin solid #000;
	font-size:14px;
}

#dates th{
	background-color:#49AD18;
	color:#FFF;
	text-align:center;
}

#dates td{
	padding-left:10px;
	padding-right:5px;
}

#dates a{
	color:#030;
}

#dates a:hover{
	font-style:italic;
}

#photos{
	margin-left:auto;
	margin-right:auto;
	width:850px;
}

img{
	text-decoration:none;
	border:none;
}

a > img{
	padding-bottom:25px;
	margin-left:auto;
	margin-right:auto;
}

.even{
	background-color:#AFEB41;
}

.over{	
	background-color:#0C3;
}

.clear{
	padding-bottom:10px;
}

label{
	float: left;
	width: 8em;
	text-align: right;
	clear: left;
}