body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 950px;
	color: #000000;
	font: 90% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#content {
	background: #FFFFFF;
	margin: 0px 10px 10px;
	padding: 10px;
}


#wrapper {
	text-align: left;
	width: 900px;
	margin: 0px auto;
	padding:0px;
}


#header {
	width: 900px;
}


#spacer {
	clear: both;
}


h1,h2,h3,h4,h5 {
	margin:1px;
}
form {
	margin: 0px;
	padding: 0px;
}
#whatis {
	margin: 10px;
	width: 550px;
	height: 108px;
	font-size: 90%;
	color: #3c3939;
	float: left;
}

#whatis h3 {
font-weight:normal;
font-size:20px;
letter-spacing:-1px;
}
#whatis A {color:black;border-bottom:solid 1px black}

#dates {
	float: right;
	height: 128px;
	width: 300px;
	background: url(../_imgs/dates_and_venues.gif) no-repeat left bottom;
}
#register {
	float: right;
	height: 128px;
	width: 300px;
	background: url(../_imgs/tab_registration.gif) no-repeat left bottom;
}
#speakers {
	float: right;
	height: 128px;
	width: 300px;
	background: url(../_imgs/tab_speakers.gif) no-repeat left bottom;
}

#confirmation {
	float: right;
	height: 128px;
	width: 300px;
	background: url(../_imgs/tab_confirmation.gif) no-repeat left bottom;
}

#invite {
	float: right;
	height: 128px;
	width: 300px;
	background: url(../_imgs/tab_invite.gif) no-repeat left bottom;
}

a {
	padding-bottom: 0px;
	border-bottom: 1px solid #cdcdcd;
	color: #000000;
	text-decoration: none;
}
a:hover {
	padding-bottom: 0px;
	border-bottom: 1px solid #F01823;
	color: #000000;
	text-decoration: none;
}

.red {
color:#F01823;
}

P {
margin:0px;
}

.bigger_links {
font-size:20px;
margin-bottom:10px;
display:block;
}


#event_list {
list-style:decimal;
list-style-position:inside;
margin:0px;
}

#event_list LI {
font-size:20px;
padding:5px;
margin:0px 5px;
}