@charset "utf-8";
/* CSS Document */

body { 
	font: 9pt/17pt arial; 
	margin: 0px; 
	padding: 0px;
	height: 100%;
	}
	
.clear { 
	clear: both;
}
	
p {
	font-size: 14px;
}
a { color: #c20000; }


#container {
	width: 954px;
	margin: 0 auto;
	display: block;
}

p.fitness-trainers {
	display: inline;
	float: left;
	width: 316px;
	height: 58px;
	background: url(../images/logo.gif);
	margin:0;padding:0;
}

p.fitness-trainers a {
	display: block;
	width: 316px;
	height: 58px;
	text-indent: -5000px;
}

#nav-container {
	display: inline;
	float: right;
}

#navigation-left {
	display: inline;
	float: left;
	width: 9px;
	height: 35px;
	background: url(../images/menu-left.gif);
}

#navigation-right {
	display: inline;
	float: left;
	width: 9px;
	height: 35px;
	background: url(../images/menu-right.gif);
}

#navigation {
	display: inline;
	float: left;
	height: 35px;
	background: url(../images/menu-bg.gif) repeat-x;
}

#navigation ul {
	list-style-type: none;
	margin:0;padding:0;
	margin-top: 4px;
}

#navigation ul li {
	display: inline;
	float: left;
	margin-left: 22px;
}

#navigation ul li a {
	color:#03306c;
	text-decoration: none;
}

#divider {
	display: block;
	width: 954px;
	height: 1px;
	border-bottom: 1px solid #d0d0d0;
	margin: 10px 0 10px 0;
}

ul#footer {
	list-style-type: none;
	margin:0;padding:0;
	margin: 20px 0 75px 250px;
}

ul#footer li {
	display: inline;
	float: left;
	margin-left: 22px;
}

ul#footer li a {
	color:#03306c;
	text-decoration: none;
}

.divider {
	height: 1px;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 30px;
	margin-bottom: 20px;
}







