* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial;
}
body {
	background-image: url(../imagem/fundo.jpg);
	background-repeat: repeat-x;
	background-color: #00365A;
}
span {
	font-weight: bold;
}
#topo {
	background-image: url(../imagem/topo_alka.jpg);
	width: 900px;
	height: 80px;
	margin: 0 auto;
}
#corpo {
	background-image: url(../imagem/fundo-meio.jpg);
	background-repeat: repeat;
	width: 900px;
	margin: 0 auto;
}
#menu {
	margin-left: 5px;
	padding-top: 5px;
	text-align: center;
	width: 220px;
	float: left;
}
#menu ul {
	list-style-type: none;
	margin-bottom: 15px;
}
#menu li {
	width: 220px;
	text-align: center;
	height: 27px;
	background-color: #00365A;
}
#menu a {
	color: #fff;
	background-color: #00365A;
	font-size: 13px;
}
#menu a:hover {
	color: #00CCFF;
	text-decoration: none;
}
#menu img {
	margin: 5px 0 5px 0;
	border: none;
}
