@charset "utf-8";
/* CSS Document */

@import url("stylemain.css");

 /*--------------------------------- wrapper layout ---------------------------------------*/

#sidebar1{
 width:250px; 
 float:left; 
 position:relative; 
/* background:url(images/bg.png) #cccccc repeat-x; */
 padding-top: 20px;
 padding-left: 10px;
 padding-right: 5px;
 }
 
#wrapperinner{
/* width:735px; */
 width: 990px;
 float:right; 
 position:relative; 
  }
 
#sidebar2{
 width:200px;
 float:right; 
 position:relative; 
/* background:url(images/bg.png) #cccccc repeat-x; */
 padding-top: 20px;
 padding-left: 5px;
 padding-right: 10px;
 }
 
#content{
 float: left; 
 display:inline; 
 position: relative; 
/* width:510px; */
 width: 750px; 
 padding-top: 20px;
 padding-left: 5px;
 padding-right: 5px;
 }
 
  /*--------------------------------- wrapper layout end ---------------------------------------*/
 

