body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #656565;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

a { 
	color: #fff;
	text-decoration: none;
	border: 0px;
}

a:visited { 
	}

a:hover { 
	text-decoration: underline;  
}

.bold{
	font-weight: bold;
}

h1{
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

h2{
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

p{
	margin: 0px;
	margin-top: 8px;
}

.center{
	text-align: center;
}

.blue{
	color: #4089bc;
}

.sml-divider{
	float: left;
	height: 18px;
	width: 100%;
	background: #fff;
	color: #000;
	border-bottom: solid 3px #4089bc;
}
.sml-divider-text{
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	font-size: 80%;
	color: #000;
}
.sml-divider-text a{
	color: #000;
	text-decoration: none;
}
.sml-divider-text a:hover{
	color: #4089BC;
	text-decoration: none;
}

.gallery-img{
	float: left;
	background: #797979;
	padding: 10px;
	margin: 7px;
	display: inline;
}

img{
	border: 0px;
}

#holder {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container{
	width: 950px;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}	

#header {
	float: left;
	width: 950px;
	height: 206px;
	margin: 0px;
	padding: 0px;
}

#navbar {
    float: left;
    width: 950px;
    height: 20px;
	background: #353433;
	color: #fff;
	border-bottom: solid 3px #fff;
}
#navbar ul {
    margin: 0px;
	padding: 0px;
	padding-left: 20px;
	list-style-type: none;
    text-align: left;
}
#navbar ul li {
    float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-top: 3px;
	color: #4089bc;
}
#navbar ul li a {
    color: #fff;
    margin: 0px;
    text-decoration: none;
}
#navbar ul li a:hover {
	text-decoration: underline;
}

#maincontent {
	float: left;
	width: 950px;
	margin-top: 17px;
}

#hp-left{
	float: left;
	width: 250px;
}

#hp-main{
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-right: 20px;
}
#main{
	float: left;
	width: 680px;
	margin-left: 20px;
}

#hp-right{
	float: right;
	width: 260px;
}

#hp-latest-news{
	float: left;
	width: 200px;
	background: url(../images/hp-sml-box-bg.jpg) repeat-x;
	padding: 25px;
}

#hp-main-news{
	float: left;
	width: 380px;
	background: url(../images/hp-news-bg.jpg) repeat-x;
	padding: 10px;
}
#main-content{
	float: left;
	width: 660px;
	background: url(../images/hp-news-bg.jpg) repeat-x;
	padding: 10px;
}

#hp-next-race{
	float: left;
	width: 210px;
	background: url(../images/hp-sml-box-bg.jpg) repeat-x;
	background-color: #656565;
	padding: 25px;
}

#footer{
	float: left;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 9px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: solid 2px #fff;
	margin-top: 10px;
}

#credits {
	width: 749px;
	padding-top: 20px;
	padding-bottom: 10px;
	display: inline;
	margin-bottom: 20px;
}
#credits a{
	color: #333;
}
