/* CSS Document */

#background{
background-color:000000;
height:auto;
width:auto;
margin:0px;
}
#main{
width:auto;
background-color:#FFFFFF;
border:thin;
margin:0px;
height:auto;
}
#headerbar{
width:800px;
height:auto;
margin-bottom:3px;
}
#headerbarl{
float:none;
width:50%;
background-color:#FFFFFF;
}
#headerbartop{
background:#FFFFFF;
width:40%;
height:20%;
float:right;
margin-right:10px;
}
#headerbarmid{
background:#FFFFFF;
width:40%;
height:60%;
float:right;
margin-right:10px;
}
#headerbarbot{
background:#FFFFFF;
width:40%;
height:20%;
float:right;
margin-right:10px;
vertical-align:bottom;
}
#sepbar{
background-image:url(http://images.affiliateintuition.com/sepbar.png);
background-repeat:repeat-x;
height:23px;
width:100%;
padding:0px;
margin:0px;
}
#body{
width:800px;
height:auto;
}
#bodytl{
width:365px;
height:350px;
float:left;
margin-top:5px;
margin-bottom:5px;
}
#bodytr{
width:425px;
height:350;
float:right;
margin:5px;
}
#bodymid{
width:800px;
height:auto;
margin:5px;
}
#footer{
width:100%;
}
#sidebar{
border-right:groove;
border-right-color:#999999;
width:120px;
float:left;
}
