body{
margin: 0;
background-image: url(images/RB_background.jpg);
background-attachment: fixed;
background-color: #000000;
background-repeat: no-repeat;
background-position: center top;
}
#container{
width: 800px;
height: 100%;
margin: auto;
}
#logo_banner{
height: 80px;
width: 800px;
}
#nav{
width: 475px;
height: 60px;
float: left;
background-image: url(images/nav_bg.png);
background-repeat: no-repeat;
margin-left: -21px;
padding-top: 45px;
padding-left: 20px;
text-align: left;
}
#nav a{
color: #ffffff;
text-decoration: none;
display: inline;
margin-left: 15px;
}
#nav a:hover{
color: #ff0000;
text-decoration: none;
}
#email{
width: 250px;
height: 100%;
float: right;
min-height: 100px;
text-align: right;
background-image: url(images/searchEmail.png);
background-repeat: no-repeat;
margin-right: -36px;
padding-top: 45px;
}
#search{
width: 250px;
height: 100%;
float: right;
min-height: 100px;
text-align: right;
background-image: url(images/searchEmail.png);
background-repeat: no-repeat;
margin-right: -36px;
padding-top: 45px;
}

.narrowcolumn {
width: 500px;
height: 100%;
float: left;
margin: 20px 10px 10px 10px;
min-height: 400px;
text-align: left;
}
#sidebar{
width: 250px;
height: 100%;
float: left;
margin: 20px 10px 10px 10px;	
text-align: left;
}
#sidebar ul li{
list-style-type: none;
}
#sidebar a{
color: #99999;
margin-left: -30px;
}
#sidebar a:hover{
color: #99999;
text-decoration: line-through;
margin-left: -30px;
}
#footer{
height: 120px;
width: 800px;
background-image: url(images/footer_bg.jpg);
clear: both;
background-repeat: no-repeat;
min-height: 200px;
background-color: #000000;
margin-left: -1px;
}
#footer img{
margin-top: 38px;
margin-left: 29px;
}
h1{
font: Arial, Helvetica, sans-serif;
color:#000000;
font-size: 20px;
}
h2{
font: Arial, Helvetica, sans-serif;
color:#000000;
font-size: 16px;
}
p{
font: Arial, Helvetica, sans-serif;
color:#999999;
font-size: 12px;
}
a{
color: #999999;
text-decoration: none;
}
a:hover{
color: #ff0000;
text-decoration: none;
}
a:visited{
color: #999999;
text-decoration: none;
}