
.container
{
margin-top: 0px;
margin-left:auto;
margin-right:auto;
width:960px; 
border-left:0px solid black;
border-right:0px solid white;
background-color: inherit;
overflow:hidden;
 }

.navigation
{
width:960px;
text-align:right;
height: 43px;
color: white;
background-color: inherit;
}

.headerLogo
{
width:320px;
float:left;
}

.headerRight 
{
width:640px;
float:left;
text-align: right;
}

.add 
{
width: 960px;
}
			
.contentMain
{
width:638px;
border-right:1px solid #e6e8e9;
float:left;
}

.contentSide
{
width:320px;
float:left;
}

.footer
{
width:960px;
clear:both;
}

.clear
{
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0
}


