 
#main{
width : 800px;
height : auto;
background-color : white;
}
#main_box{
width : 780px;
height : 2400px;
background-color : white;
}
#right_box{
width : 520px;
height : 2400px;
float : right;
clear : right;
}
#left_box{
background-color : #d3d3d3;
width : 260px;
height : 2400px;
float : left;
clear : left;
}
#header{
width : 800px;
height : auto;
background-color : white;
}
div{
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
body{
margin-top : 0px;
margin-bottom : 0px;
background-image : url(../bath/img/body.gif);
background-attachment : fixed;
}
li{
font-size : 12px;
font-weight : 400;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
a:hover{
text-decoration : underline;
}
