/* Start of CMSMS style sheet 'General' */
html {
padding: 0;
margin: 0;
overflow: hidden;
overflow-y: auto;
overflow-x: hidden;
font-family: Arial;
}

body {
font-family: Arial;

}




.container {
width: 930px;
padding: 0 20px 0 20px; 
margin: 0px auto;
text-align: left;
background-color: #FFF;
display: block;
}


/*******************************************************************/

.left {
float: left;
width: 200px;
margin-right: 20px;
border-bottom:4px solid #FF9900;
height: 100%;
}


.right {
float: left;
width: 700px;
height: 100%;
}


/*******************************************************************/

.nav {
padding-bottom: 10px;
height: 90px;
text-align: left;
margin: 20px 0px 0px 0px;
width: 200px;
border-bottom:4px solid #FF9900;
}

.flags {
margin-bottom: 20px;
}

.nave {
font-size: 12px;
width: 180px;
padding: 10px 0 10px 20px;
}

.nave2 {
font-size: 12px;
width: 180px;
padding: 10px 0 10px 20px;
border-top: 1px solid #FF9900;
}


/*******************************************************************/

.logo {
text-align: right;
background-color: #FFF;
width: 700px;
height: 120px;
}


.sponsorstop {
text-align: left;

float: left;
/* width: 220px; */
width: 400px;
height: 90px;
padding-top: 20px;
position: relative;
font-size: 12px;
}

*html .sponsorstop{
text-align: left;

}

.cf_element {
text-align: center;
width: 220px;
height: 110px;
}

.racestop {
text-align: left;
float: left;
width: 180px;
height: 90px;
padding-top: 20px;
position: relative;
font-size: 12px;
background: url(/uploads/images/events_confirmed.gif) no-repeat;
display: none;
}

.logotop {
float: right;
width: 250px;
}


.image {
background-color: #FFF;
border-right: 10px solid #FFF;
margin-bottom: 20px;
}


.content {
text-align: left;
font-size: 12px;
line-height: 170%;
width: 700px;
padding-right: 10px;
padding-bottom: 300px; 
background-color: #FFF;
height: 100%;
}


.org td {
vertical-align: top;
}

.sponsors td {
text-align: center;
vertical-align: middle;
}

img {
border:0;
}

.required {
width: 100px;
}



.footer {
position: absolute;
bottom: 0;
left: 150px;
width: 700px;
height: 20px;
display: block;
background-color: #FFCC00;
}
/* End of 'General' */

