@charset "utf-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
background-image:url(images/bg2.jpg);

}

a:link { color: #df3232; text-decoration: none }
a:visited { color: #df3232; text-decoration: none }
a:active { color: #df3232; text-decoration: none }
a:hover { color: #df3232; text-decoration: underline; }

a.footer:link { color: #FFFFFF; text-decoration: none }
a.footer:visited { color: #FFFFFF; text-decoration: none }
a.footer:active { color: #FFFFFF; text-decoration: none }
a.footer:hover { color: #FFFFFF; text-decoration: underline; }



#container {
width:750px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:50px;

}

#menu {
width:724px;
margin-left:auto;
margin-right:auto;
height:92px;
background-image:url(images/header.png);
background-repeat:no-repeat;
}

#buttons {
float:right;
margin-top:7px;
width:388px;
height:63px;

}

#imagebox {
width:724px;
height:200px;
background-image:url(images/imagebox.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
margin-top:3px;
margin-bottom:3px;

}

#content {
width:719px;
height:auto;
margin-left:auto;
margin-right:auto;
background-color:#353535;
padding-top:20px;
padding-left:5px;
padding-bottom:10px;


}

#links {
width:719px;
height:400px;
margin-left:auto;
margin-right:auto;
background-color:#353535;
padding-top:20px;
padding-left:5px;
padding-bottom:10px;


}


#gb {
width:719px;
height:auto;
margin-left:auto;
margin-right:auto;
background-color:#353535;
padding-top:20px;
padding-left:5px;
padding-bottom:10px;


}

#footer {
margin-left:auto;
margin-right:auto;
margin-top:3px;
padding-top:4px;
width:724px;
height:20px;
background-color:#df3232;

}

