body {
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	/*line-height: 1.1;*/
	background-color: #CCCCCC;
}

img{
border:0px;
}

h1 {
	color: #CC0000;
	font-family: Georgia, Garamond;
	font-size: 105%;
	font-style: italic;
}

h2 {
	color: #333333;
	font-size: 105%;
	font-weight: bold;
}

h3 {
	font-size: 105%;
	color: #333333;
	text-align: right;
	font-weight: bold;
}

h6 {
	font-size: 105%;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}


h5 {
	color: #996633;
	font-family: Georgia, Garamond;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
}

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:visited:hover {
	color: #FFFF00;
	text-decoration: none;
}

.b:link {
	color: #333333;
	text-decoration: none;
}
.b:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.b:active {
	color: #333333;
	text-decoration: none;
}
.b:visited {
	color: #333333;
	text-decoration: none;
}
.b:visited:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.c:link {
	color: #0000CC;
	text-decoration: none;
}
.c:hover {
	color: #000000;
	text-decoration: none;
}
.c:active {
	color: #333333;
	text-decoration: none;
}
.c:visited {
	color: #0000CC;
	text-decoration: none;
}
.c:visited:hover {
	color: #000000;
	text-decoration: none;
}

.d:link {
	color: #333333;
	text-decoration: none;
}
.d:hover {
	color: #0000CC;
	text-decoration: none;
}
.d:active {
	color: #333333;
	text-decoration: none;
}
.d:visited {
	color: #333333;
	text-decoration: none;
}
.d:visited:hover {
	color: #0000CC;
	text-decoration: none;
}

.e {
	color: #996633;
	font-family: Georgia, Garamond;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
}

.index_news  {
	font-size: 105%;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}




/* Containers */

#ad_right {
	width: 250px;
        height: 250px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 11px;
}

#container_main {
	background-color: #FFFFCC;
	height: auto;
	width: 750px;
	margin-top: 25px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}

#container_header {
	background-color: #5C421B;
	height: 150px;
	width: 750px;
        background-image: url(../images/header_logo_1.gif);
}

#container_nav {
	background-color: #666666;
	height: 22px;
	width: 750px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/nav_bg.jpg);
}

#container_content {
	background-color: #FFFFFF;
	width: 750px;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;

	padding-bottom: 5px;
}

#container_news {
	width: 400px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000000;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 11px;

}

#container_right {
	width: 310px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 11px;
}

#container_review_text {
	background-color: #FFFF99;
	width: 290px;
	float: none;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}

#container_race_news {
	background-color: #CCCCCC;
	width: 290px;
	float: none;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}

#container_footer {
	background-color: #FFFFFF;
	height: 18px;
	width: 730px;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	font-size: 70%;
	padding-right: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 2px;
}

/* Special Formated ID's */

#news_readmore {
font-size: 90%;
font-style:italic;
}

#more_link {
	font-size: 75%;
	font-style:normal;
	display:inline;
	color:#333333;
	float:right;
	line-height: 1.8;

	padding-right: 2px;
}

