body {
	background: #601414;
	width: 800px;
}

#titulo {
	background: black;
	width: 750px;
	height: 124px;
}
p.titulo {
	color: #25EC28;
	font-size: 30px;
	line-height: 0px;
	margin-left: 40px;
}
a.titulo{
	text-decoration: none
}

img.titulo {
	border: 0px;
}

#imagem {
	float: right;
}

#barra {
	background: white;
	width: 750px;
	height: 10px;
}

p.barra {
	font-size: 10px;
	text-align: right;
	margin-top: -10px;
	padding-right: 10px;
}

#menu {
	background: black;
	width: 110px;
	height: 370px;
	float: left;
}
a.menu {
	text-decoration: none;
	font-size: 15px;
	color: #25EC28;
	margin-left: 10px;	
}
#centro {
	width: 640px;
	height: 370px;
	background: white;
	float: left;
}
h3.centro {
	margin-left: 10px;
}
p.centro {
	font-size: 13px;
	margin-left: 40px;
	margin-right: 20px;
}

li.centro {
	padding-left: 10px;
	font-size: 13px;
	font-face: serif;
	padding-top: 6px;
	padding-bottom: 6px;
}

a.centro {
	text-decoration: none;
	color: red;
}

a.centro:visited {
	text-decoration: none;
	color: gray;
}

a.centro:hover {
	text-decoration: underline;
}

hr.centro {
	margin-left: 10px;
	margin-right: 10px;
}

#rodape {
	width: 750px;
	background: white;
}
img.rodape {
	padding: 0 30px 0 30px;
}
