body{
	margin:0; 
	padding:0; 
	font:12px/18px arial, verdana, tahoma, helvetica, sans-serif; 
	color:#111; 
	text-align:center; 
	background:#FFF;
}

#wrapper {
	margin:0 auto 0 auto; 
	width:780px; 
}
#header {
	width:780px; 
	height:120px;  
}
#logo {
	float:left; 
	padding:0px; 
	margin:0px; 
	background: url(../images/logo.gif) no-repeat; 
	width:760px;
	height:77px;
}

/* Styles for top navigation 
-------------------------------------------------------*/
#top_menu {
	float: left;
	margin: 0;
	list-style-type: none;
	height:23px;
	width:780px;
	padding:0;
	border-bottom:1px solid #FFF;
}
#top_menu li {display: inline;}
#top_menu li a, #top_menu li div {float: left; margin: 0px; padding: 0;	height: 23px;}

#top_menu .home {width: 108px; background: url(../images/buttons/home/home.gif) no-repeat;}
#top_menu .about {width: 112px; background: url(../images/buttons/home/about.gif) no-repeat;}
#top_menu .swimming {width: 112px; background: url(../images/buttons/home/swimming.gif) no-repeat;}
#top_menu .cycling {width: 112px; background: url(../images/buttons/home/cycling.gif) no-repeat;}
#top_menu .gallery {width: 112px; background: url(../images/buttons/home/gallery.gif) no-repeat;}
#top_menu .gear {width: 112px; background: url(../images/buttons/home/gear.gif) no-repeat;}
#top_menu .registration {width: 112px; background: url(../images/buttons/home/registration.gif) no-repeat;}

/* Styles for content area 
-------------------------------------------------------*/
#content{
	float:left;
	width:780px;
	padding:0px; margin:0;
	background:#1D6AB7;
	text-align:left;
	color:#FFF;
	font-size:13px;
}
#swim {
	float:left; 
	width:394px; 
}

#ride {
	float:left; 
	width:386px; 
}
#content h2 {
	color:#FFFFFF;
	font-size:18px;
	padding:0 0 0 30px;
}
#content ul {
	margin: 0 0 10px 10px ; padding:0px 20px 20px 30px; font-weight:bold;
}
#content a {color:#FFF; text-decoration:underline;}

/* Styles for footer 
-------------------------------------------------------*/
#footer {
	float:left;
	width:780px;
	background:#FFF;
	padding:0; margin:0px;
	color:#666666;
}
#left 	{
	float:left;
	width: 380px;
	padding:7px 10px 10px 18px;
	text-align:left;
}
#left a {color:#666666; text-decoration:none;}
#left a:hover {text-decoration:underline;}
#right 	{
	float:right;
	width: 300px;
	padding:10px;
	text-align:right;
}


#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a {
	float: right;
	line-height: 14px;
	margin: 0 10px;
	text-decoration: none;
	color: #666666;
	}

#navlist a:hover {
	color: #666666;
	text-decoration:underline;
	}


.hide {display:none;}




