div.container{
width: 980px;
border: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
}

div.header{
clear: left;
height: 132px;
width: 100%;
}

div.left{

border-right:1px solid #818181;
float:left;
margin:0;
padding:0 1px 0 0;
width:205px;
/*background-color: #6a82b9;*/
}

div.content{
border-left:1px solid #818181;
border-right:1px solid #818181;
float:left;
margin:0 1px 0 -1px;
padding:0 10px 0 9px;
width:561px;
overflow:hidden;
}


div.content_big{
float: left;
width: 751px;
padding: 0 10px 0 10px;
margin: 0 1px 0 -1px;
border-left: 1px solid #818181;
}


div.right{
border-left:1px solid #818181;
float:left;
height:auto;
margin-left:-2px;
padding:0 0 0 1px;
width:190px;
}


div.footer{
clear: both;
height: 58px;
width: auto;
}

