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

body {
background-color: #292929;
background-image: url(bg.jpg);
background-position:center;
background-repeat: repeat-y;
font-family:ITC Avant Garde Gothic Std, Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
margin:0px;
padding:0px;
}


a:link    {color:#ffffff;}
a:visited {color:#88fa8d;}
a:active  {color: #999999}
a:hover {color:#ffc35a;}

div.wrapper {
width:700px;
height: auto;
margin-left:auto;
margin-right:auto;
text-align:center;
background-color: #363636;
padding:25px;
}

div.header {
text-align:left;
margin: 0px;
}

div.menu {
text-align: center;
width:auto;
height:auto;
margin-top:10px;
}

div.body {
text-align:left;
width:470px;
height:auto;
float:left;
margin:0px;
}

div.right {
background-color: #7f7f7f;
text-align:left;
width:180px;
height:600px;
float:right;
padding:10px;
margin:0px;

}

div.footer {
width:750;
clear:both;
text-align:center;
vertical-align:bottom;
font-size:9px;
padding-top:25px;
}

.subheader {
font-size:12px;
color:#ffc35a;
}
