body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #000000;
    color: #dce0df;
}
.main {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: 100%;
    /* border: 1px solid #fe34aa; */
}
.header {
    height: 200px;
    /* border: 1px solid #fe34aa; */
}
.logo { 
    float: left;
    background-color: #000000;
    /* border: 1px solid #fe34aa; */
}
.menu {
    float: right;
    padding-top: 10px;
    background-color: #000000;
    /* border: 1px solid #fe34aa; */
}

.content {
    clear: both;
    width: 990px;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.racedetails {
    /* text-decoration: underline;  */
    color: #33c6f3;
}
html, body, .content {
	min-height: 100%;
	height: 100%;
}

html>body, html>body .content {
	height: auto;
}

/***** Basic CSS definitions *****/
h1, h2, h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #fded15;
}

h2 {
	font-size: 18px;
	
}
h3 {
	font-size: 16px;
	
}
p, li {
	font-size: 16px;
	line-height: 1.3em;
}



td {
	vertical-align: top;
	font-size: 14px;
}	

table {
	margin-left: auto;
	margin-right: auto;
}

a, a:visited {
	font-size: 16px;
	color: #33c6f3;
	font-style: normal;
}	
.imgpadding {
	padding: 0px 3px 3px 0px;
}
.copyright {
	color: #dce0df;
	text-align: center;
	font-size: 10px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.oddrow {
    background-color: #000000;

}
.evenrow {
    background-color: #111111;
}

/*  Two Column Layout 70/30	*/
.left70 {
	width: 680px;
        min-height: 100%;
	float:left;
	margin:  0px; 
	padding: 5px;
}

.right30 {
	width: 280px;
	float:right;
	margin: 0px; 
	padding: 5px;
        min-height: 100%;
}

/*  Two Column Layout 50/50	*/
.left50 {
	width: 480px;
        min-height: 100%;
	float:left;
	margin:  0px;
	padding: 5px;
}

.right50 {
	width: 480px;
	float:right;
	margin: 0px;
	padding: 5px;
}




/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 


/* NEWS Section CSS */
.headlinelist {
	font-size: 90%;
	font-family: arial, verdana, sans-serif;	
}

.headlinelist a, .headlinelist a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.headlinelist a:hover {
    text-decoration: underline;
    color: #888888;
}

.smalldate {
   font-size: 80%;
   font-weight: normal;
}   

.newscontent {
	width: 520px;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

.headlinelist {
	border: none;
}

.newsstory {
	font-size: 90%;
	width: 95%;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	
}

/* .footer {
	text-align: center;
	position: relative;
	bottom: 0;
	clear: both;
}

*/
#footer {
    clear: both;
    background-color: #111111;
    padding-left: 5px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
        text-align: center;

}
#footer ul {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:15px 25px 15px 0;
    padding:0;
    width:215px;
}
#footer ul li.ftitle {
    -x-system-font:none;
    color:#e72735;
    font-family:Verdana,Arial,serif;
    font-size:100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}
#footer ul li a {
    -x-system-font:none;
    color:#FFFFFF;
    font-family:Arial,serif;
    font-size: 100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:20px;
    text-decoration:none;
}

