body {
	text-align: center;
	background-image: url('../images/outer_bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
}
#page {
	margin: auto;
	width: 1000px;
	min-height: 1000px;
	background-image: url('../images/page_bg.png');
	background-repeat: no-repeat;
	position: relative;
}
#header {
	height: 80px;
	position: relative;
	width: auto;
}
#logo 	{
	position: absolute;
	height: 154px;
	width: 350px;
	z-index: 100;
	margin-left: 16px;
	left: 0px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}
#logo span {
	visibility: hidden;
	display: block;
	width: 350px;
	height: 80px;
}
#menu {
	position: absolute;
	top: 25px;
	left: 380px;
	font-size: 80%;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	list-style-type: none;
	margin: 0px;
	padding: none;
	display: inline;
}
#menu a {
	display: block;
	float: left;
	padding: 4px 14px 4px 18px;
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 110%;
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	color: #cc0000;
}
#menu .active a {
	font-weight: bold;
}
#footer {
	width: auto;
	height: 160px;
}
#footerGraphic {
	width: auto;
	height: 160px;
}
#footerGraphicLeft {
	float:left;
	height: 160px;
	width: 300px;
	background-image: url('../images/footer_left.gif');
	background-repeat: no-repeat;
	background-position: 11px center;
}
#footerGraphicLeft span {
	visibility: hidden;
	display: block;
	height: 158px;
	width: 300px;
}
#footerGraphicRight {
	float:left;
	height: 160px;
	width: 250px;
	background-image: url('../images/footer_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footerGraphicCenter {
	float:left;
	height: 160px;
	width: 450px;
	background-image: url('../images/footer_center.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#footerGraphicRight span {
	visibility: hidden;
	display: block;
	height: 160px;
	width: 250px;
}
#footerText {
	text-align: center;
	margin: 5px;
	width: auto;
	color: #999;
	padding: 5px;
	font-size: 80%;
}
#footerText a {
	color: #ccc;
}
#mainPage {
	width: auto;
}
#mainPage .col {
	float: left;
	height: 150px;
	width: 250px;
	margin-bottom: 5px;
}
#infoline {
	text-align: left;
	clear: both;
	width: auto;
	margin: 0px 10px 10px 10px;
	padding: 44px 10px 0px 375px;
	z-index: 50;
	font-size: 80%;
	color: #fff;
	background-image: url('../images/its_all_about_function_and_design.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
#infoline a {
	color: #fff;
	text-decoration: underline;
}
#infoline a:hover {
	color: #fff;
	text-decoration: none;
}
#body {
	text-align: left;
	float: left;
	width: 730px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #fff;
	z-index: 50;
}
#rightPanel {
	text-align: left;
	float: right;
	width: 250px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	z-index: 50;
}
#slider {
	float: right;
}
#sportrevolution {
	clear: both;
	height: 160px;
	width: 245px;
	background-image: url('../images/footer_right.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
#sportrevolution span {
	visibility: hidden;
	display: block;
	height: 160px;
	width: 250px;
}
#printHeader {
	display: none;
}
#printFooter {
	display: none;
}
