body {
	text-align: center;
	background-color: #e0e0e0;
}

h1 {
	font-family: serif;
	text-align: left;
	color: #942a6e;
	font-size: 200%;
	padding: 2px 2px 2px 4px;
	border-bottom: medium groove #ABBBC4;
	font-style: italic;
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	color: #8F8F8F;
	padding: 0px 0px 0px 0px;
	font-size: medium;
}

h3 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	color: white;
	font-size: 110%;
	padding: 2px 2px 2px 4px;
	font-style: italic;
	background-color: #942a6e;
}


strong {
  color: #942a6e;
}
	
/* Layout */

#header {
	background-color: Black;
	text-align: center;
	margin: -15px -20px 0px -20px;
}

#navigation {
margin: 0px -200px 0px -200px;
text-align: center;
background-image: url(../images/barrado_menu.jpg);
}

#header-img {
text-align: center;
width: 740px;
margin: auto;
}

#geral {
	width: 700px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	margin: -10px auto 15px auto;
	_margin: -19px auto 15px auto;
}

#fechageral {
	width: 700px;
	_width: 700px;
	font-family: sans-serif;
	font-size: 75%;
	text-align: center;
	background-image: url(../images/rodape.jpg);
	background-repeat: no-repeat;
	height: 67px;
	margin: -20px auto auto auto;
}


#content {
	width: 650px;
	text-align: justify;
	border: medium;
	margin: 10px auto 0px auto;
	font-family: Arial,Helvetica,sans-serif;
	padding: 20px 5px 10px 5px;
}

div#img{
padding: 15px 15px 15px 15px;
}

#rodape {
	width: 660px;
	_width: 700px;
	font-family: sans-serif;
	font-size: 75%;
	text-align: center;
	padding: 0px 5px 10px 20px;
	margin: auto;
}

/* Fim Layout */


fieldset {

   background-image: url(../images/background_caixa.gif);
   background-repeat: repeat-x;
   background-position: bottom;

}


/* MENU */

#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0; /* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
/*	background-color: #8B008B;*/
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px; /* fixes Firefox 0.9.3 */
	font-size: xx-small;
}

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

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

#navcontainer ul li a:hover
{
	/*background-color: #EE82EE;*/
	color: Yellow;
}

#navcontainer #active {
	color: Yellow;
	border-left: 1px solid #fff;
	text-transform: uppercase;
}

/* FIM DO MENU */

a:link {
	color: #8B008B;
	text-decoration: none;

}
a:visited {
	color: #8B008B;
	text-decoration: none;
}
a:hover {
	color: Gray;
	text-decoration: none;
}
a:active {
	color: #8B008B;

}



