DIV.container {
    width: 990px;
	
    float: none;
	
    /* margin-left: auto; */
    /* margin-right: auto; */
	
	/* background-color: #CCCCCC; */
}



DIV.layout {
	width: 990px;
}



DIV.content {
	width: 990px;
}



DIV.top {
    display: inline;
    float: left;
	
    width: 820px;
	height: 150px;
	
	margin: 0px 170px 0px 0px;
	
	/* background-color: #FF0000; */
}



DIV.left {
	display: block;
    float: left;
	
	width: 200px;
	
	/* background-color: #FFFF00; */
}



DIV.center {
	display: block;
    float: left;
	
	width: 642px;
	
	/* background-color: #00FF00; */
}



DIV.right {
	display: block;
    float: right;
	
	width: 148px;
	position:relative;
	bottom:155px;
	/* background-color: #00FFFF; */
}



DIV.bottom {
    display: block;
	float: left;
	
	width: 820px;
	
	/* background-color: #0000FF; */
}