/*** ELEMENTS ***/
body,html {
background-color:#FFF;
}

/*** CONTAINERS ***/
#container {
margin:auto;
width:971px;
}

#leaderboard {
background-color:#ebebeb;
margin-bottom:20px;
padding:15px;
}

#header {
background-image:url(/assets/images/header.jpg);
height:339px;
width:972px;
}

/*** CONTENT ***/
#content_holder {
border:1px solid #a5a4a4;
margin:20px 0 0;
}

#content_header {
border-bottom:1px solid #a5a4a4;
padding-left:40px;
}

#content {
background-image:url(/assets/images/home_content_bg.png);
padding:20px 30px;
position:relative;
}

#content .left {
float:left;
font-size:8.5pt;
position:relative;
width:500px;
}

#content p {
margin:0;
padding:0;
}

#content p +p {
margin-top:10px;
}

p#event_registration {
color:#4E4E4E;
font-size:10pt;
}

p#event_registration .heading {
font-size:12pt;
font-weight:700;
}

#home_content_right {
float:right;
right:20px;
width:350px;
}

#content a.email_link {
color:#6f6f6f;
font-weight:700;
text-decoration:none;
}

div#enter_site {
background-image:url(/assets/images/voting_closed.png);
display:block;
height:0;
overflow:hidden;
padding-top:39px;
width:282px;
}

a#contest_rules {
background-image:url(/assets/images/contest_rules.png);
display:block;
height:0;
overflow:hidden;
padding-top:26px;
width:130px;
}

a#contest_rules:hover {
background-image:url(/assets/images/contest_rules_over.png);
}