DIV.container {
    width: 935px;
    
    float: none;
    
    margin-left: auto;
    margin-right: auto;
}

DIV.layout {
    width: 935px;
	
	/*background-color:#CCCCCC;*/
}

DIV.layout DIV.top {
    width: 935px;
	height: 250px;
	
	/*background-color:#FFFF00;*/
}

DIV.layout DIV.columns {
	width: 935px;
	
	margin: -15px 0px 0px 0px;
	
	background-image: url(../images/layout-background.gif);
	background-repeat: repeat-y;
}

DIV.layout DIV.columns DIV.left {
    width:235px;
	margin:30px 0px 0px;
	/*background-color:#FF0000;*/
}

DIV.layout DIV.columns DIV.center {
    width: 525px;
	margin:30px 0px 0px; 
	/*background-color:#00FF00;*/
}

DIV.layout DIV.columns DIV.right {
    width: 170px;
	margin:30px 0px 0px; 
	/*background-color:#0000FF;*/
}

DIV.layout DIV.bottom {
    width: 935px;
	
	/*background-color:#00FFFF;*/
}