/*******layout***********/
html,body{
background:#fff;     
color:#000;
height:100%;
font-size:100%;
width:100%;
}


#wrapper{
width:100%; /***or width:1000px;***/
min-height:100%;

}

#wrapper, #footer{
min-width:980px;
max-width: 1600px;
margin:0 auto;


}

#header, #footer{
position:relative;
}


#footer{
clear:both;
width:100%;
height:6em;
margin-top:-6em;
background:#00cc00;

}

#header{
min-height:100px;
background:#d6d3d3;
}

#container{
margin:0 250px 0 250px;
padding:0 0 6em 0;

}
#maincontent{
padding:10px 10px 10px 10px;

}

#main{
width:100%;
overflow:hidden;
padding:0 0 6em 0;
background:url(images/leftcol.gif) top right repeat-y;
}

#leftsidebar, #rightsidebar{
width:250px;

}




#leftsidebar{
float:left;
background:;

}


#rightsidebar{
float:right;
background:;

}



/*******endlayout***********/