body
{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #cccc99;
	background-image: url(images/body_background.jpg);
}

#page
{
	position: relative;
	width: 722px;
	background-color: #F2F4F6;
	padding: 0px;
	margin: 0px;
	border-width: 0px 1px 1px 1px;
	border-color: #0C1C4D;
	border-style: solid;
	background-image: url(images/runner_left.jpg);
	background-repeat: no-repeat;
	background-position: 642px 400px;
}
#pageText
{
	padding-left:22px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}
#price
{
	padding-left:22px;
	padding-bottom:25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}
#footer
{
	
}

a
{
	color: #660000;
	text-decoration: none;
}

a:hover
{
	color: #660000;
	text-decoration: underline;
}

p
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
	margin-left: 20px;
}

.footer{
	width: 722px;
	margin-top: 5px;
	color: #ddd;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.footer a{
	color: #ddd;
	text-decoration: none;
}

.footer a:hover{
	color: #ddd;
	text-decoration: underline;
}


td
{
	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
	vertical-align: top;
}

table.header
{
	background-image: url('images/header_background.gif');
	background-repeat: repeat-x;
}

img.helmet
{
	position: absolute;
	right: 0px;
	top: 0px;
}

img.runner1
{
	position: absolute;
	top: 400px;
	right: -141px;
}

img.runner2
{
	position: absolute;
	top: 400px;
	right: -141px;
}


img.home_img
{
	float: right;
	margin: 0px 10px 20px 20px;
}

h1
{
	margin-top: 25px;
	margin-left: 20px;
	font-size: 18px;
	line-height: 20px;
	color: black;
	font-weight: normal;
}

div.next_game
{
	padding: 85px 10px 50px 10px;
	width: 182px
	height: 174px;
	background-image: url(images/next_game_background.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 11px;
	color: black;
	font-family: arial, helvetica;
	font-weight: bold;
}

div.sidebar_item
{
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	width: 182px;
	height: 22px;
	margin: 0px;
	padding-top: 5px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

div.sidebar_item:hover
{
	background-image: url(images/nav_bg_over.gif);
	background-repeat: no-repeat;
}

a.sidebar
{

	margin-left: 20px;
	color: white;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

a.sidebar:hover
{
	text-decoration: underline;
}

.main_content
{
	width: 400px;
}




