* {
margin: 0;
padding: 0;
}

div.spacer {
clear: both;
line-height: 0;
height: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
body {
	text-align: center;
	color: Black;
	padding-top: 0px;
	background : #FFF;
}

#header {
	width: 860px;
	height: 125px;
	background: #0062C4 url(../img/header.png) no-repeat;
	margin-left:35px;
	text-align: right;
	vertical-align: text-bottom;
	font : 11px Verdana, Arial;
}
#header a {
	color: White;
}
#header a:hover {
	color: grey;
}

#menusystem {
	width: 860px;
	color : White;
	font : medium Verdana, Arial;
	background-color : #0461C8;
	margin-left:35px;
}
#wrapper {
	width: 930px;
	height: 100%;
	background: white url(../img/container.gif) repeat-y;
	background-position: 0 0;
	margin: 0 auto;
	text-align: justify;
	border: 0px solid #0062C4;
}
#relateditems {
	width:200px;
	height: 400px;
	float: left;
	margin-right : 25px;
}
////////
#relateditems  ul, li
{
  display: block;
  list-style-type: none;
}

#relateditems  li
{
  border: solid 1px white;
  padding: 5px;
  background-color: #D6E6F1;
  color: #315D84;
}
#relateditems  li a
{
  border: solid 1px white;
  padding: 5px;
  background-color: #D6E6F1;
  color: #315D84;
}
#relateditems  li a:hover
{
  border: solid 1px white;
  padding: 5px;
  background-color: #DE6060;
  color: #315D84;
}

#contentdata {
	width: 550px;
	height: auto;;
	background : White;
	font : 12px Arial;
	color : #708090;
	float: right;
	font: /12px;
}
#latestnews {
	width: 380px;
	height: 200px;
	background : White;
	font : 12px Arial;
	color : #708090;
	float: right;
	font: /12px;
}
#racesfront {
	width: 400px;
	height: 200px;
	float: left;
	margin-right : 20px;
	font : 12px Arial;
	color : #708090;
	font: /12px;
}
#racesfront ul, li
{
  display: block;
  list-style-type: none;
}

#racesfront li
{
  border: solid 1px white;
  padding: 5px;
  background-color: #D6E6F1;
  color: #315D84;
}
#racesfront li a
{
  border: solid 1px white;
  padding: 5px;
  background-color: #D6E6F1;
  color: #315D84;
}
#racesfront li a:hover
{
  border: solid 1px white;
  padding: 5px;
  background-color: #DE6060;
  color: #315D84;
}

///////////
#latestnews ul, li
{
  display: block;
  list-style-type: none;
}

#latestnews li
{
  border: solid 1px white;
  padding: 5px;
  background-color: #D6E6F1;
  color: #315D84;
}
#latestnews li a
{
  border: solid 1px white;
  padding: 5px;
  background-color: #D6E6F1;
  color: #315D84;
}
#latestnews li a:hover
{
  border: solid 1px white;
  padding: 5px;
  background-color: #DE6060;
  color: #315D84;
}

p {
	margin-bottom: 10px;
	margin-right : 5px;
}

p:first-line {
	font-weight: normal;
}
#footer {
	width: 770px;
	height: 19px;
	padding-left:65px;
	text-align : left;
	float: left;
	background-image: url(./img/footer.gif) no-repeat top;
}
#footer a {
color: white;
text-decoration: none;
}
#footer a:hover {
color: red;
text-decoration: none;
}

#thecontent{
	width: 800px;
	height:auto;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:65px;
	padding-right:25px;
	
}
#contentdata td, tr{
	font-size: 14px;
	line-height: 16px;
}
#thecontent a{
	color : #004E9B;
}
#thecontent a:hover{
	color : #2B95FF;
}
#thecontentbottom{
	width: 800px;
	height:auto;
	padding-top:5px;
	margin-bottom:5px;
	padding-left:65px;
	float: left;
	
}
#credits{
	float:left;
	color:grey;
	margin-left:45px;
	width:780px;
	border-top: 1px dotted Gray;
	text-align: center;
	font-size: medium;
}
#credits a {
 color: #336699 ;
}
#credits a:hover {
 color: #FF0000 ;
}
a.photoregion {
margin: 0px;
padding: 0px;
background: none;
}

a.photoregion img {
height: 150px;
width: 150px;
margin: 0px 5px 0px 0px;
padding: 5px;
border: 1px solid #f2f2f2;
background: #fff url(../img/plinkbg.gif) no-repeat 50% 0;
}

a.photoregion:hover img {
background: #F08080 url(../img/plinkbg.gif) no-repeat 50% 0;
}
#data_alert {
width: 550px;
height: auto;
border-color: #0066CC;
color: #FF3300;
background: #F6F9FB;
font-size:large;
}
#confirm {
width: 550px;
height: auto;
border-color: #0066CC;
color: #D83131;
background: #F6F9FB;
font-size:large;
 border: thin solid #B22222;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
