#testa {
	width:760px;
	margin: 0px auto 0px auto;
	text-align: center;
	border-top-color: #02228D;
	border-top-width: 2px;
	border-top-style: solid;
	background-color: #B39100;
	}

#topfoto {
	width:760px;
	text-align:center;
	margin: 0px auto 0px auto;
	background-color: #B39100;
	height: auto;
	}


#navcontainer ul {
	width: 760px;
	margin: 0px auto 0px auto;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	background-color: #02228D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	line-height: 17px;
	}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
	/* matches link padding except for left and right */
	padding-top: 3px;
	}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #D5BFFF;
	border-left: 1px solid #D5BFFF;
	}

#navcontainer ul li a:hover {
	background-color: #819EFF;
	color: white;
	}

#navcontainer #active {
	border-bottom: 3px solid #C0CEFF;
	border-top: 3px solid #C0CEFF;
	}
#navcontainer #current {
	border-bottom: 3px solid #C0CEFF;
	border-top: 3px solid #C0CEFF;
	}



#corpo {
	width:704px;
	text-align: justify;
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;
	border-color: #B39100;
	border-style: solid;;
	border-top-width: 25px;
	border-left-width: 25px;
	border-right-width: 25px;
	padding: 3px;
	}

#piedipagina {
	width:760px;
	margin: 0px auto 0px auto;
	text-align:center;
	background-color: #B39100;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #02228D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}
	
#copy {
	text-align:center;
	margin-top: 5px;
	}

