BODY {
	background-color: #666666;
	color : Black;
	font-family : Tahoma;
	font-size : 10;
	text-align: center;
}

A {
	color : Blue;
	text-decoration : none;
}

a.rolloverHome {
	display: block;
	width: 145px;
	height: 36px;
	background: url('/images/buttonHome.gif') 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rolloverHome {
	background-position: 0 -36px;
}
a.rolloverAbout {
	display: block;
	width: 156px;
	height: 35px;
	background: url('/images/buttonAbout.gif') 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rolloverAbout {
	background-position: 0 -36px;
}
a.rolloverFAQ {
	display: block;
	width: 155px;
	height: 36px;
	background: url('/images/buttonFAQ.gif') 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rolloverFAQ {
	background-position: 0 -36px;
}
a.rolloverProducts {
	display: block;
	width: 145px;
	height: 46px;
	background: url('/images/buttonProducts.gif') 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rolloverProducts {
	background-position: 0 -46px;
}
a.rolloverNews {
	display: block;
	width: 145px;
	height: 46px;
	background: url('/images/buttonNews.gif') 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rolloverNews {
	background-position: 0 -46px;
}
a.rolloverAthletes {
	display: block;
	width: 145px;
	height: 45px;
	background: url('/images/buttonAthletes.gif') 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rolloverAthletes {
	background-position: 0 -45px;
}
a.rolloverCart {
	display: block;
	width: 145px;
	height: 46px;
	background: url('/images/buttonShoppingCart.gif') 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rolloverCart {
	background-position: 0 -46px;
}
a.rolloverGallery {
	display: block;
	width: 145px;
	height: 46px;
	background: url('/images/buttonGallery.gif') 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rolloverGallery {
	background-position: 0 -46px;
}
a.rolloverCustomerService {
	display: block;
	width: 145px;
	height: 46px;
	background: url('/images/buttonCustomerService.gif') 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rolloverCustomerService {
	background-position: 0 -46px;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}

td.Nav{
	background-color: #000000;
}

table.Content {
	background-image: url('/images/backCenter.gif');
}

td.Content1 {
	background-image: url('/images/backCenter.gif');
	background-repeat: no-repeat;
	background-attachment: fixed
}
#container 
{
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	text-align: left;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:196px;
	z-index:2;
	visibility:visible;
}
#leftside {
	position:absolute;
	left:0px;
	top:196px;
	width:31px;
	height:555px;
	z-index:3;
	visibility:visible;
}
#content {
	background-image: url('/images/content.gif');
	background-position: left 31px top 196px;
	position:absolute;
	left:31px;
	top:196px;
	width:809px;
	height:555px;
	overflow: scroll;
	z-index:1;
	visibility:visible;
}
#rightside {
	position:absolute;
	left:840px;
	top:196px;
	width:160px;
	height:555px;
	z-index:4;
	visibility:visible;
}
#footer {
	position:absolute;
	left:0px;
	top:751px;
	width:1000px;
	height:53px;
	z-index:5;
	visibility:visible;
}
#homeButton
{
	position: absolute;
	left: 270px;
	top: 110px;
	z-index: 10;
	visibility: visible;
}
#aboutButton
{
	position: absolute;
	left: 420px;
	top: 110px;
	z-index: 10;
	visibility: visible;
}
#faqButton
{
	position: absolute;
	left: 580px;
	top: 110px;
	z-index: 10;
	visibility: visible;
}
#productsButton
{
	position: absolute;
	left: 846px;
	top: 280px;
	z-index: 10;
	visibility: visible;
}
#newsButton
{
	position: absolute;
	left: 846px;
	top: 340px;
	z-index: 10;
	visibility: visible;
}
#athletesButton
{
	position: absolute;
	left: 846px;
	top: 400px;
	z-index: 10;
	visibility: visible;
}
#galleryButton
{
	position: absolute;
	left: 846px;
	top: 460px;
	z-index: 10;
	visibility: visible;
}
#cartButton
{
	position: absolute;
	left: 846px;
	top: 520px;
	z-index: 10;
	visibility: visible;
}
#customerServiceButton
{
	position: absolute;
	left: 846px;
	top: 580px;
	z-index: 10;
	visibility: visible;
}
#detailname
{
	background-color: red;
	text-decoration: underline;
}