
body, html {
background: #dfe4ea;
text-align: center;
font-family: arial, verdana, sans-serif;
margin: 0px;
padding: 0px;
}

#container {
background: #fff;
font-family: garamond;
border: transparent 1px #000;
border-top: none;
border-bottom: none;
width: 800px;
text-align: left;
margin: 0px auto 0px auto;
}




#header {
background: #fff url('./images/cartwrightscapers_header.jpg') no-repeat;
width: 800px;
height: 87px;
}
h1#logo span {
display: none;
}


#leftside{
margin-left: 10px;
border: none;
float: left;
width: 250px;
}
#menu{
width: 244px;
height: 176px;
background: #fff url('./images/menu_bg.jpg') no-repeat;
}

#menu a:link{
color: #fff;
text-decoration: none;
font-weight: bold;
font-family: verdana;
font-size: 13px;
margin-left: 10px;
}

#menu a:visited{
color: #fff;
margin-left: 10px;
text-decoration: none;
font-weight: bold;
font-size: 13px;
font-family: verdana;
}
#menu a:hover{
text-decoration: underline;
}
#countdown{
width: 244px;
height: 150px;
background: #fff url('./images/countdown_bg.jpg') no-repeat;
}
#participants{
width: 244px;
height: 400px;
background: #fff url('./images/participants_bg.jpg') no-repeat;
}
#participants p{
float: left;
margin-top: 35px;
margin-left: 12px;
}
#rightside{
margin-left: 10px;
border: none;
float: left;
width: 480px;
}
.home{
width: 510px;
}
.home img{
border: none;
}

p{
font-family: verdana;
font-size: 12px;
}



#footer {
background: #fff url('./images/footer_bg.jpg') no-repeat;
border: none;
height: 39px;
}
#footer p{
position: relative;
left: 195px;
font-size: 70%;
top:7px;
}
#footer a{
color:#000;
text-decoration: none;
font-weight: bold;
}

.daysleft {
color: #FFFFFF;
    float: left;
    font-size: 98px;
    font-weight: bold;
    margin-left: 60px;
    margin-top: 38px;
}

.clear {
clear: both;
}

