﻿#geral {
	width:980px;
	margin:0 auto;
}
#topo {
	background:#4682B4;
	height:150px;
	
	}	 
#lateral1 {
	width:170px;
	background:#FF0000;
	float: left;
}
#lateral2 {
	width:170px;
	background:#32CD32;
	float:right;
}
#conteudo {
	margin:0 180px;
	background:#F5DEB3;
}
#rodape {
	background:#4682B4;
	height:60px;
	clear:both;
	}