body{
font-family:verdana;
font-size:12px;
}
#left{
position:relative;
margin:10px;
float:left;
width:150px;
border:1px solid gray;
line-height:15px;
}
#leftbar{
width:150px;
height:30px;
background-image:url(images/repeatbar.gif);
background-repeat:repeat-x;
color:white;
font-weight:bold;
}
#right{
margin:10px;
height:30px;
float:left;
width:640px;
}
#rightbar{
width:650px;
height:30px;
background-image:url(images/repeatbar.gif);
background-repeat:repeat-x;
color:white;
font-weight:bold;
}
#wrapper{
clear:both;
height:5px;
}
#footer{
border:1px solid #ccccc;
float:left;
width:510px;
}
