#Outline {
	background-color: #FFFFFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#race-main {
	float: left;
	width: 658px;
	padding-left: 10px;
}
#race-menu {
	margin-top:0px;
	float: left;
	width: 160px;
	border: #990033;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	padding: 3px;
	margin-left:-4px;
}
#race-menu h1 {
	font-size:18px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top:5px;
}


#Content {
	background-image: url(images/maincontainerBG2.jpg);
	background-repeat: repeat-y;
	padding: 5px;
	width: 840px;
	min-height:500px;
}

body {
	background-image: url(images/bodybg.png);
	background-repeat: repeat-x;
}
#Outline #Content #bold a {
	font-weight: bold;
}

.dottedborder-red a { font-weight:bold; }


/* Images should include some type of border. We tend to favor this one. */
.leftimg {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.rightimg {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
	max-width:250px;
}	

div#sponsored-links {
	clear:both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding:10px;
	text-align:center;
	vertical-align: middle;
	margin-top:15px;
}

#sponsored-links img {
	border:0;
	margin-top: auto;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: 5px;	
}

div#race-nav { text-align:right; padding-right:15px; margin-top:-5px; }
