.banner{
width:800px;
height:141px;
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
}
#menu{
width:800px;
height:23px;
background-image:url(../images/bg_menu.gif);
background-repeat:repeat-x;
}
#mainframe{
width:800px;
height:auto;
margin-top:15px;
}
.left{
width:500px;
}
.right{
width:300px;
}

#left{
width:500px;
padding:10px;
border-right:dotted 1px #830e17;
}
.right_module{
margin-left:20px;
width:240px;
padding-top:10px;
}

#footer{
width:800px;
height:20px;
background-color:#3a080e;}