/* CSS Document */
body {
margin: 0px;
background-image:url(images/bg.gif);
background-repeat:no-repeat;
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}


#container {
margin: 0px auto;
margin-top:20px;
width: 830px;
height: auto;
}

#logo {
width:830px;
height:73px;
border-bottom:2px solid #000000;
margin-bottom:10px;
background-image:url(images/logonew.gif);
background-repeat:no-repeat;
padding-bottom:10px;
}

#main_content {
width:826px;
height:416px;
background-color:#000000;
margin-bottom:10px;
border: 2px solid #111111;
}

#left_column {
width:380px;
height:366px;
margin-top:25px;
margin-left:12px;
float:left;
}

#right_title {
width:380px;
height:50px;
margin-top:25px;
margin-left:20px;
margin-bottom:10px;
float:left;
font-size: 20px;
}

#right_title_image {
width:380px;
height:56px;
margin-top:25px;
margin-left:20px;
margin-bottom:20px;
float:left;
}

#right_column {
width:380px;
height:auto;
margin-left:20px;
margin-bottom:20px;
float:left;
}

#right_column a{
text-decoration:none;
color:#FFFFFF;
}

#right_column_download {
width:380px;
height:50px;
padding-left:20px;
margin-bottom:20px;
float:left;
}

#bottom_links {
width:830px;
height:40px;
}

.red_cheeky {
color:#E62528;
}
