body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
	font-family: "Trebuchet MS", Calibri, "Lucida Sans", "Lucida Grande";
	background-image: url(images/bgtop1.png);
	background-repeat: repeat;
}

#container   {
	width: 928px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#conteudo    {
	padding: 0 20px;
	background-image: url(images/torre.png);
	background-repeat: no-repeat;
	background-position: 40px 100px;
}

#conteudo h1 {
	font-size: medium;
	text-align: center;
	padding-right: 30px;
	padding-left: 180px;
}

#conteudo h2 {
	color: #0066CC;
	padding-left: 40px;
	font-size: x-large;
	margin-bottom: 40px;
}
#conteudo h4 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1em;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 60px;
	padding-left: 60px;
	background-image: url(images/faixa1.png);
	background-repeat: repeat-y;
	background-position: center;
}
p {
	font-size: 14px;
	line-height: 130%;
	text-align: justify;
	text-indent: 2em;
	padding-left: 180px;
	padding-right: 30px;
}
#imagens {
	padding-right: 30px;
	padding-left: 180px;
	text-align: center;
}
#base {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	letter-spacing: 6px;
	height: 20px;
	display: block;
	padding-top: 6px;
}

#menu     {
	float: left;
	clear: none;
	width: 172px;
	font-size: medium;
	color: #006699;
	line-height: 24px;
	position: absolute;
	margin-left: 60px;
	top: 29px;
	font-weight: bold;
}


#menu  ul  {
	margin: 0; /* retira o recuo para alguns browsers */




(*)
	padding:0; /* retira o recuo para outros browsers */ (*)
	background-color: #fade8b;
	padding-left: 0px;
	background-color: transparent;
}
#menu  li     {
	background-color: transparent;
	list-style-type: none;
}

#menu  a    {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
#menu    a:hover           {
	color: #FFFFFF;
	font-weight: normal;
	display: list-item;
	list-style-position: outside;
	list-style-type: square;
}
#conteudo a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF6600;
	display: marker;
	padding-left: 5px;
	padding-right: 5px;
}
.style2 {
	color: #000000;
	font-weight: bold;
	display: marker;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}

#container  #conteudo  #info            {
	width: 670px;
	position: relative;
	left: 180px;
	background-color: #FFFBEC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1C26B;
	border-bottom-color: #F1C26B;
}
#container   #conteudo  #info  p  {
	padding: 10px;
	text-indent: 0px;
	font-size: small;
}

#container      #conteudo  #info  h1        {
	padding: 0px;
}
#container   #conteudo  #info  h2  {
	color: #0066CC;
}
#container   #conteudo  #info  h4  {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1em;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-image: url(images/faixa1.png);
	background-repeat: repeat-y;
	background-position: center;
}
#container  #conteudo  h6  {
	font-size: small;
	padding-left: 210px;
}
#container #conteudo h6 a {
	color: #000000;
	text-decoration: none;
}
.digital #container #conteudo a:hover {
	color: #999999;
}
