* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #811a1b;
}
#geral {
	/*margin:0 auto;*/
	/*width:775px;*/
	position: absolute;
    left: 50%;
    top: 50%;
    width: 775px;
    height: 420px;
    margin-left: -387px;
    margin-top: -210px;
}
#home_topo {
	width: 775px;
	height: 49px;
	background: url('images/home_img_01.gif');
}
#home_meio {
	width: 775px;
	height: 276px;
	overflow: hidden;
}
#home_acontece {
	width: 379px;
	height: 276px;
	float: left;
	background: url('images/home_img_03.gif');
}
#home_foto {
	width: 396px;
	height: 276px;
	float: right;
	background: url('images/home_img_04.jpg');
}
#home_menu {
	width: 775px;
	height: 50px;
	background: url('images/home_img_05.gif');
}
#home_menu ul {
	padding-top: 14px;
	height: 20px;
}
#home_menu li {
	text-align: center;
	float: left;
	width: 200px;
}
#home_menu a {
	font:16px arial;
	color: #fff; 
}
#home_rodape {
	width: 775px;
	height: 41px;
}
#home_rodape_img {
	width: 379px;
	height: 41px;
	float: left;
	background: url('images/home_img_06.gif');
}
#home_endereco {
	width: 396px;
	height: 36px;
	float: right;
	background: #c9c8c7;
	font: 10px verdana;
	color: #000;
	text-align: center;
	padding-top: 5px;
}
#logo {
	margin: 0 0 0 40px;
}
#contato {
	margin: 5px 0 0 20px;
}
#acontece {
	margin: 40px 0 0 40px;
}
#acontece dt {
	width: 300px;
	height: 15px;
	padding: 0 0 0 12px;
	background: url('images/seta_acontece.gif') no-repeat left;
}
#acontece a {
	font: 10px verdana;
	color: #000;
}
#vertodas {
	width: 300px;
	text-align: right;
}