#columns {
  background:none;
}

#column {
	width:900px;
}

#header,
#content {
	width:850px;
	margin:0 auto;
	float:none;
}

#menu {
	width:850px;
	margin:0 auto !important;
}

#partner_logo_banner {
  margin:0 auto;
}

#footer, #external_links {
	width:830px;
	margin-left:auto;
	margin-right:auto;
}

#content {
  background:#ffffff url(../images/frontend/content/bottom_corners_wide.gif) bottom no-repeat;
}

#content .content_wrapper {
	border:none;
}

/*********************************/
/******** Frontpage Boxes ********/
/*********************************/
#feature_boxes {
  width:900px;
  position:relative;
  height:300px;
}

#feature_box_wrapper {
	width:850px;
	position:absolute;
	top:0;
	left:25px;
	padding:10px 0;
	overflow:hidden;
	background:#022043 url(../images/frontend/homepage/bottom_corners_alt.gif) bottom left no-repeat;
}

#feature_boxes .wrapper {
  margin-left:10px;
  width:10000px;
}

#feature_boxes .slider_nav {
	width:20px;
	height:20px;
	position:absolute;
	top:93px;
}

#feature_boxes a.previous {
  display:block;
  position:absolute;
  left:-4px;
  top:110px;
  height:28px;
  width:28px;
  background:url(../images/frontend/homepage/arrow_left.gif);
  z-index: 9999;
}

#feature_boxes a.next {
  display:block;
  position:absolute;
  right:-4px;
  top:110px;
  height:28px;
  width:28px;
  background:url(../images/frontend/homepage/arrow_right.gif);
  z-index: 9999;
}

#feature_boxes a.previous span,
#feature_boxes a.next span {
  display:none;
}

#feature_boxes .box {
  float:left;
  width:270px;
  margin-right:10px;
}

#feature_boxes .box .padding {
  height:225px;
  overflow:hidden;
  position:relative;
}

#feature_boxes .race_data_box .padding {
	padding-bottom:5px;
	height:210px;
}

#feature_boxes p.more a span {
  display:none;
}

#feature_boxes ul li {
  border-top:1px solid #a9a9a9;
}

#feature_boxes ul li a {
  color:#022753;
  text-decoration:none;
}

#feature_boxes ul li a em {
  color:#878787;
  font-size:85%;
}

/*********************************/
/********** Page Title ***********/
/*********************************/
#content .title_box h2 {
  background:url(../images/frontend/content/title_box/top_corners_wide.gif) top no-repeat;
}
