body {
    margin: 0px;
    padding: 0px;
    background: #333;
    font: 1em Verdana, Arial, sans-serif;
}

body img {
	border: 0px;
}

/* welcome page declarations */
body.welcome {
	padding: 0px 0px 0px 0px;
	text-align: center;
	min-width: 867px;
	background: #333 url('/images/welcome_page_background.gif');
	background-repeat: repeat-x;
	font: 1em Verdana, Arial, sans-serif;
}
#welcome-titlebar {
	text-align: center;
	width:100%;
}
#welcome-banner {
	padding: 0px;
}
#welcome-banner h1 {
	margin: 0px;
	padding: 0px;
	display: none;
}

#welcome-about {
	position: absolute;
	top: 340px;
	right: 100px;
	min-width: 867px;
	padding-left: 189px;
	color: #999;
	z-index: 3;
}
#welcome-about-content {
	margin: 0px;
	padding: 0px;
	width: 280px;
	padding-right: 617px;
}
#welcome-about-content p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#welcome-about a, #welcome-about a:visited { color: #FFF; }
#welcome-about a:hover { 
	background: #FFF;
	color: #000; }
#gdi_bike {
	position: absolute;
	top: 223px;
	right: 0px;
	margin: 0px;
	border: 0px;
	height: 605px;
	min-width: 867px;
	z-index: 2;
}
#gdi_bike_photo {
	float: right;
	margin: 0px;
	border: 0px;
	width: 791px;
	height: 511px;
	background: url('/images/gdi_rig.gif');
	background-repeat: no-repeat;
}

/* main page declarations */
#header {
	margin: 20 0 20 0px;
	padding: 4px 0 0 0;
	width: 100%;
	text-align: center;
	height: 110px;
	background: #F00;
}
#header h1 {
	width: 100%;
	background: transparent url(../images/hdr_gdi.gif) no-repeat top center;
	height: 72px;
	margin: 0;
	padding: 0;
}
#header-nav {
	font: 1.25em Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bolder;
	padding-top: 4px;
}
#header-nav strong {
	color: #000;
	font-weight: bolder;
}
#header-nav a, #header-nav a:active, #header-nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#header h1 span {
	display: none;
}
div.content {
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background: #FFF;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 5px solid #111;
	width: 550px;
	font: verdana;
}
div.content h2 {
	margin: 0px;
	padding: 0 0 5 0px;
	color: #333;
	font-size: 1.5em;
}

div.content h3 {
	margin: 0 0 10 0px;
	padding: 0 0 0 0px;
	color: #000;
	font-size: 1.1em;
}
div.content-on-background {
    text-align: center;
    color: #FFF;
}
div.content-on-background a, div.content-on-background a:visited {
	color: #FFF;
}
div.macguffin {
    text-align: center;
}

ul.schedule li {
    padding-bottom: 10px;
}

#announcement {
	font-size:16px;
	line-height:120%;
	text-align:center;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background:#DDDDFF none repeat scroll 0 0;
	padding:5px;
}