body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0px;
}

a {
	color:#006699;
}

a:hover {
	color:#000000;
}

#container {
	position:relative;
	margin-left: -374px;
	left:50%;
	top:0px;
	width:749px;
	height:731px;
}

img {
	border: 0;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:235px;
	height:240px;
	background: url(../imagens/layout/logo.jpg)
}

		#logo a {
			display: block;
			width:235px;
			height: 240px;
			text-indent: -5000px;
		}

#titulo {
	position:absolute;
	left:235px;
	top:0px;
	width:514px;
	height:118px;
	background: url(../imagens/layout/titulo.jpg);
}


#sub-titulo {
	position:absolute;
	left:235px;
	top:118px;
	width:514px;
	height:58px;
	background: url(../imagens/layout/sub_titulo.jpg);
}

#fundo_principal {
	height: 443px;
	width: 488px;
	background-image: url(../imagens/layout/fundo_conteudo.gif);
}

#conteudo-borda {
	position:absolute;
	left:235px;
	top:176px;
	width:514px;
	height:468px;
	background: url(../imagens/layout/conteudo_borda.jpg);
}


#conteudo {
	position:absolute;
	left:237px;
	top:177px;
	width:488px;
	height:443px;
}

#menu {
	position:absolute;
	left:0px;
	top:240px;
	width:235px;
	height:306px;
}
		
		#menu ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#menu li a {
			display: block;
			width:235px;
			height: 102px;
			text-indent: -5000px;

		}
		
		#menu_aaaoc {
			background: url(../imagens/layout/btn_aaaoc.jpg);
		}
		#menu_aaaoc a:hover {
			background: url(../imagens/layout/btn_aaaoc.jpg) bottom;
		}
		#menu_sensei {
			background: url(../imagens/layout/btn_sensei.jpg);
		}
		#menu_sensei a:hover {
			background: url(../imagens/layout/btn_sensei.jpg) bottom;
		}
		#menu_contato {
			background: url(../imagens/layout/btn_contato.jpg);
		}
		#menu_contato a:hover {
			background: url(../imagens/layout/btn_contato.jpg) bottom;
		}

#barra-vert-menu {
	position:absolute;
	left:211px;
	top:546px;
	width:24px;
	height:185px;
	background:url(../imagens/layout/barra_vert_menu.jpg);
}

#nav-bottom {
	position:absolute;
	left:235px;
	top:644px;
	width:514px;
	height:28px;
	text-align: center;
}

		#nav-bottom ul li a{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		
		#nav-bottom ul {
			padding-left: 0px;
			margin: 0px;
		}
		
		#nav-bottom li {
			display: inline;
		}
		
		#nav-bottom a{
			padding: 6px;
		}


#copyright {
	position:absolute;
	left:235px;
	top:672px;
	width:514px;
	height:59px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#endereco {
	margin:0;
	position:absolute;
	left:7px;
	top:548px;
	width:200px;
	height:123px;
	text-align:right;
}

	#endereco a{
		font-size: 10px;
	}
	
	#endereco p{
		margin: 3px;
	}
