body {
	background-repeat: repeat-x;
	background-color: #403f41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
div.Body {
	padding-right: 10px;
	padding-left: 10px;
	width: 914px;
	font-size: 10pt;
	min-height: 400px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Bar {
	background-image: url(../200904layout/bar.jpg);
	background-repeat: repeat-x;
}
.Spacer {
	height: 50px;
	width: 115px;
}
#NavBarContainer {
	background-image: url(../200904layout/navbarbackground.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#NavBar td {
	background-image: url(../200904layout/WheelOff.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 115px;
	text-align: center;
	vertical-align: top;
}
#NavBar a:hover  img.Spacer{
	background-image: url(../200904layout/WheelOn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#NavBar td:hover {
	background-image: url(../200904layout/WheelOn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#NavBar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#NavBar a {
}
.ButtonLabel {


}
.ButtonOn {
	background-image: url(../200904layout/WheelOn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ButtonOff {
	background-image: url(../200904layout/WheelOff.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Home #HomeButton {
	background-image: url(../200904layout/WheelOn.jpg);
	display: none;
}
#About #AboutButton {
	background-image: url(../200904layout/WheelOn.jpg);
}
#TimeTrials #TimeTrialsButton {
	background-image: url(../200904layout/WheelOn.jpg);
}
#HeartRate #HeartRateButton {
	background-image: url(../200904layout/WheelOn.jpg);
}
#EnergySystems #EnergySystemsButton {
	background-image: url(../200904layout/WheelOn.jpg);
}
#Blog #BlogButton {
	background-image: url(../200904layout/WheelOn.jpg);
}
#Photos #PhotosButton {
	background-image: url(../200904layout/WheelOn.jpg);
}
#Contact #ContactButton {
	background-image: url(../200904layout/WheelOn.jpg);
}
#BottomBar {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#BottomBar a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#BottomBar a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#Home .Body {

}
#BodyBackground {
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: bottom;
}
#Home #BodyBackground {
	background-image: url(../img/homebottom.jpg);
	height: 400px;
	
}
#About #BodyBackground {
	background-image: url(../img/aboutbottom.jpg);
	height: 275px;
}
#TimeTrials #BodyBackground {
	background-image: url(../img/timetrialsbottom.jpg);
	height: 275px;
}
#HeartRate #BodyBackground {
	background-image: url(../img/heartratebottom.jpg);
	height: 290px;
}
#EnergySystems #BodyBackground {
	background-image: url(../img/energysystemsbottom.jpg);
	height: 290px;
}
#Blog #BodyBackground {
	background-image: url(../img/blogbottom.jpg);
	height: 270px;
}
#Photos #BodyBackground {
	background-image: url(../img/photosbottom.jpg);
	height: 270px;
}

#Contact #BodyBackground {
	background-image: url(../img/contactbottom.jpg);
	height: 360px;
}

