/* CSS Document */

#wapper{
width:920px;
height:900px;
margin-top:10px;
}

#frontimg{
float:left;
width:650px;
height:230px;
background-color:#8cc9ff;
}

#frontrightimg{
float:left;
width:270px;
height:230px;
background-color:#8cc9ff;
}

#top{
width:100%;
height:90px;
background-image:url(bg.jpg);
background-repeat:repeat-x;
}

#bottom{
width:92%;
height:90px;
background-image:url(bg.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

#menubar{
width:920px;
height:30px;
background-image:url(menu_top.jpg);
background-repeat:no-repeat;
}

#leftcolumn{
float:left;
width:175px;
height:500px;
margin-left:10px;
margin-top:10px;
background-image:url(leftcolum_bg.jpg);
background-repeat:no-repeat;
}

#middleline{
float:left;
width:920px;
height:20px;
background-color:#0b89ff;
}


#middle{
float:left;
width:500px;
margin-left:10px;
margin-right:5px;
margin-top:10px;
}

#rightcolumn{
float:right;
width:200px;
margin-right:10px;
margin-top:10px;

}
