body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-variant: small-caps;
	/*background: #FFF url(images/bg.png) repeat-x;*/
	color: #FFF;
	background: #039;
	text-align: center;
}

#main {
	width: 600px;
	margin: 0 auto;
	padding-top: 0;
	text-align: left;
}

#header {
	width: 100%;
	height: 215px;
	background: #FFF url(images/header.gif) no-repeat;
	text-indent: -9999px;
	font-size: 0;
}



#footer{
	position: relative;
	border-top: 1px solid #000;
	font-size: small;
	margin: 0 auto;
	text-align: right;
	
	
}

a:link, a:visited {
	color: #EEE; 
	text-decoration: underline;
}

a:hover {
	color: #039;
	background: #FFF;
}

#team {
float: right;
}

.details {
	border: 1px solid #666;
	background: #DDD;
	padding-top: 1em;
	margin-top: 1em;
	color: #333;
	clear: both;
}

.details a {
	color: #039;
}
.details li {
	padding-bottom: 1em;
	list-style: none;
	border-bottom:1px solid #666;
	margin-bottom: 1ex;

}
li em {
/*	position: absolute;*/
float: left;
	width: 144px;
	height: 25px;
	font-size: 0;
	text-indent: -9999px;
}
#date{
	background: url(images/date.png) no-repeat;
}

#posttime{
	background: url(images/posttime.png) no-repeat;
}
#location{
	background: url(images/location.png) no-repeat;
}
sub {
	font-size: 110%;
}
li span {
	margin-left: 170px;
	display: block;
}

.alert{
	border: 2px dashed #FFF;
	background: #345;
	padding: 2em;
	margin-bottom: 1em;
}

form {
	display: inline;
}