@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(fundo.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border-width:0px;
}

#top {
	background: url(top.jpg);
	width: 1004px;
	height: 245px;
}

.menu {
	background: url(menu.jpg);
	background-repeat: repeat-y;
	width: 190px;
	height: 245px;
}

#bottom {
	background: url(bottom.jpg);
	height: 20px;
}

.menu a:link,
.menu a:visited,
.menu a:active {
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #FFF080;
	border-top: solid 1px #CC9900;
	color: #000000;
}

.menu a:hover{
	text-decoration: none;
	background: url(menus.jpg);
}

.titulo {
	font-weight: bold;
	border-top: solid 1px #CC9900;
	border-bottom: solid 1px #FFF080;
}