a {text-decoration: none;}

body {
margin: 0px;
padding: 0px;
background-image: url('uploader/main/left_bg.jpg');
background-position: 0px 0px;
background-attachment:fixed;
background-repeat: no-repeat;
font-family: tahoma, verdana, arial;
font-size: 12px;
align: left;
}

#ringbinder {
left: 0px;
position: fixed;
width: 465px;
height: 500px;
background-image: url('uploader/main/ring_binder.png');
background-repeat: no-repeat;
background-position: right top;
margin: 55px 0px 0px 0px;
}

#sidenav {
width: 450px;
position: fixed;
font-family: georgia, times;
margin: 0px 0px 0px 0px;
font-size: 12px;
}

#sidenav a{
display: block;
color: #fff;
text-decoration: none;
width: 250px;
padding: 8px 0px 10px 100px;
border-bottom: dashed 1px #fff;
}

#sidenav b{
font-size: 19px;
font-weight: normal;
}

#sidenav a:hover {
background-image: url('uploader/main/nav_blue_bit.png');
background-repeat: no-repeat;
background-position: center left;
}

#sidenav img{
margin: 0px 0px 0px 220px;
}

#sidenav span{
display: block;
width: 250px;
padding: 8px 0px 10px 100px;
font-size: 10px;
color: #998d8c;
font-family: tahoma, arail;
line-height: 15px;
}

#sidenav span b{
font-size: 12px;
}

#topbg{
margin: 0px 0px 0px 450px;
background-image: url('uploader/main/top_bg.jpg');
background-repeat: no-repeat;
background-position: right top;
}

#botbg{
padding: 0px 0px 50px 0px;
margin: 0px 0px 0px 0px;
background-image: url('uploader/main/bot_bg.png');
background-repeat: no-repeat;
background-position: right bottom;
}