#page {
	color: #000099;
	text-align:center;
	font-size:small;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-image:url(imagens/fundo.jpg);
	line-height: 160%;
	text-align: center;
	visibility: visible;
	position: relative;
	width: 780px;
	height:620px;
	top: 0px;
}
a 
	{
	color: #0000FF;
	text-decoration: none
	}

a:hover
	{
	color: #00FF00;
	text-decoration: none;
	background-color:#0099FF;
	}
	
#cabe {
    color:#6666CC;
	text-align:right;
	position: relative;
	line-height: 160%;
	width: 780px;
	z-index: 2;
	height:100px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E1DCD8;
}

#esq {
	position:absolute;
	width:110px;
	height:800px;
	z-index:1;
	left: -110px;
	top: 0px;
}
#dir {
	position:absolute;
	width:110px;
	height:800px;
	z-index:1;
	left: 780px;
	top: -1px;
}
#tarja {
	position:absolute;
	color: #006699;
	font-weight:bold;
	text-align:center;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	width:660px;
	height:auto;
	z-index:3;
	left: 18px;
	top:749px;
}
#tarja1 {
	position:absolute;
	padding:4px;
	color: #006699;
	font-weight:bold;
	text-align:center;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	width:664px;
	height:40px;
	z-index:3;
	left: 12px;
	top:734px;
	overflow: auto;
}
#menu {
	position: absolute;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-indent: 0%;
	text-align:center;
	padding: 0px;
	width:180px;
	z-index:4;
	left: 59px;
	top: 239px;
	height: auto;
}
#menu a {
    display: block; 

}
#rodape {
	position:absolute;
	color:#FFFFFF;
	background-image:url(imagens/rodape.jpg);
	width:780px;
	height:80px;
	z-index:1;
	left: 0px;
	top:620px;
	overflow: hidden;
}
