*,html
{
padding:0;
margin:0;
}

body
{
/* background-color:white; */
background-color:black;
color:white;
}
.bodytext {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
color:#FFFFFF;
}

#wrapper
{
width:980px;
margin: 0px auto 0 auto;
min-height:600px;
 margin-top:15px; 
}

#left_wrapper
{
width:273px;
float:left;
height:600px;
min-height:600px;
}

#right_wrapper
{
width:703px;
float:left;
height:600px;
min-height:600px;
}

#right_nav
{
color:black;
float:right;
width:56px;
height:600px;
min-height:600px;
background: transparent url(images/right_nav_bg.png) repeat-y;
}

.clear_left
{
clear:both;
}
