body, html {
	font-family: Arial, Geneva,Tahoma,sans-serif;
	background-color: white;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 90%;
	line-height: 140%;
	text-align: center;
	color: white;
	position: absolute;
	top: 0;left: 0;
	}
	
p {	
	padding: 5px;
	margin: 0;
	}
	
h1 {
	font-size: 1.2em;
	}
	
h2 {
	font-size: 1.1em;
	}
	
h2.large {
	font-size: 1.4em;
	}
	
h3 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
	}
	
a {
	color: white;
	}
	
a:hover {
	color: blue;
	}
	
td {
	padding: 7px 2px;
	vertical-align:top;
	width: 20%;
	}
	
th {
	text-align: center;
	}
	
table.six td {
	width: 16.667%;
	}

.small {
	font-size: .85em;
	line-height: 120%;
	}
	
.align_center, .align_center td {
	text-align: center;
	list-style: none;
	}
	
.clear {
	float:left;
	clear: both;
	}
	
.float_left {
	float: left;
	margin: 0 15px 15px 0;
	}
	
p.float_left {
	width: 200px;
	}
	
.float_right {
	float: right;
	margin: 0 0 15px 15px;
	}
	
/* Section Elements*/
.wrapper {
	position: relative;
	top: 7%;
	text-align: center;
	width: 100%;
	}

.header {
	padding: 0;
	margin: 0;
	background-color: white;
	height: 140px;
	}
	
.address a {
	color: black;
	}
	
.main {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.main div.container {
	background-color: black;
	text-align: left;
	width: 768px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	min-height: 370px;
	}
	
.main div div.treadmill {
	position: absolute;
	top: 24px;
	margin: 0;
	padding: 0;
	background: transparent url("images/treadmill.jpg") no-repeat top left;
	height: 486px;
  	width: 359px;
	}
	
.main div div.logo {
	position: absolute;
	top: 60px;
	margin: 0 0 0 195px;
	padding: 0;
	background: transparent url("images/exercise2009.jpg") no-repeat top left;
	height: 34px;
  	width: 408px;
	}
	
.main div div.address {
	position: absolute;
	top: 40px;
	margin: 0 0 0 610px;
	padding: 0;
	color: black;
	text-align: left;
	font-size: .9em;
	line-height: 120%;
	}
	
.main div div.content {
	text-align: left;
	padding: 100px 0 0 365px;
	margin: 0 0 20px 0;
	width: auto;
	}
/* END Section Elements*/	
/* Navigation Elements*/	
.navigation {
	position: absolute;
	top: 140px;
	list-style: none;
	border: 5px white solid;
	padding: 2px 5px;
	margin: 50px 0 0 200px;
	color: white;
	font-size: .9em;
	}
	
.navigation li {
	display: inline;
	padding: 2px 0;
	margin: 0;
	}
	
.navigation a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
	
.navigation a:hover, .address a:hover {
	color: #D52027;
	}
	
.current a, .current a:hover {
	color: gray;
	}
/* END Navigation Elements*/	
/* Footer Elements*/	
.footer {
	text-align: center;
	}
	
.companies {
	width: 768px;
	clear: both;
	margin: 20px auto;
	display: block;
	}
	
.companies td{
	padding: 0 11px;
	}
	
.content a img, .manufacturer img, .companies img {
	border: 0 white none;
	margin: 5px auto;
	padding: auto;
	}
/* END Footer Elements*/	
/* Column Elements*/	
.columns {
	background-color: white;
	color: black;
	text-align: center;
	}
	
.columns td.left {
	text-align: left;
	}
	
.columns h1 {
	background-color: black;
	color: white;
	}
	
.columns h1.white {
	background-color: white;
	color: black;
	}
	
.columns td {
	width: 50%;
	vertical-align: top;
	border: 1px solid black;
	}
	
.columns td td{
	border: 0 solid black;
	}
	
.columns a {
	color: black;
	}
	
.columns a:hover {
	color: blue;
	}
	
.autocolumns td {
	width: auto;
	border: 0 solid black;
	}

/* END Column Elements*/

.designed {
	position: absolute;
	left: 0;
	color: white;
	text-indent: -200px;
		}
		
.designed a {
	color: white;
	cursor: pointer;
		}
		
.team_images {
	padding: 0;
	margin: 0;
	}
		
.team_images img {
	padding: 0;
	margin: 0;
	}

.survey h2 {
	text-align: center;
}
	
.survey th {
	text-align: left;
}