@CHARSET "utf-8";

/**
 * Folha de Estilos
 * http://candidasilva.com/
 * 
 */

html, body, h1, h2, h3, h4 {
	/*margin: 0px;*/
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color:#f0872b;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffa405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background-color: #44607e;
	/*text-align: center;*/
	font: 11px Verdana, Tahoma, Arial, sans-serif;
	color: #312f1a;
	margin: 0 auto;
}

/************************ layout ***************************/
#wrapper {
    text-align: left;
    margin: 0 auto;
	width: 829px;
	position: relative;
}

#header {
  padding-top: 51px;
  width: 819px;
  position: relative;
  float: left;
}

/** Header **/
h1  {
  color: #fde7c2;
  background:#f0872b;
  border: 2px solid #c4b888;
  padding: 8px;
  text-align: center;
  font: 22px Verdana, "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 24px;
  width: 302px;
  position: relative;
  float: left;
}
h1 a, h1 a:hover {
  color: #fde7c2;
  background:#f0872b;
  text-align: center;
  font: 22px Verdana, "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  width: 302px;
  position: relative;
}

#sitemap {
  width: 148px;
  background: #e8e7da url(../images/search_top2.jpg) no-repeat;
  text-align: center;
  position: relative;
  bottom: -1px;
  padding: 6px 0;
  float: right;
  margin-top: 24px;
}
#sitemap .text {
  width: 63px;
}

/************************* Body *****************************************/
#body {
  position: relative;
  width: 100%;
  float: left;
}

#nav {
  position: relative;
  width: 347px;
  padding-top: 342px;
  background: url(../images/pic_1.5.jpg) no-repeat;
  float: left;
}
#nav ul {
  background: bottom right #f0872b url(../images/nav_bot2.jpg) no-repeat;
  margin: 0 10px 0 38px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url(../images/dots2.jpg) repeat-x;
}
#nav a {
  color: #fde7c2;
  font: 16px Verdana, "times new roman", serif;
  font-style: italic;
  background: #F0872B;
  padding-right: 8px;
}


/************************ content ************************************/
#content {
  background: #e8e7da bottom right url(../images/body_bottom_right2.jpg) no-repeat;
  width: 442px;
  height: 326px;
  position: relative;
  float: left;
  padding-left: 40px;
}

#content .main, 
#content .main2 {
  float: right;
  width: 92%;
  margin-top: 14px;
  margin-right: 20px;
  padding-right: 28px;
  position: relative;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #d6d3ba;
}
#content .main2 {
  overflow: auto;
  height: 200px;
  text-align:justify;
}

#content .main p, #content .main2 p {
  margin: 0 1em 0 0;
  font-size: 10pt;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#content .main2 ul {
font-size: 10pt;
}
#content .main2 ul li{
list-style-type: square;
}
#content .main2 ul li:hover {
background-color: #d6d6da;
}


#beauty {
  float: right;
  width: 134px;
  padding: 12px;
  background: top right url(../images/bogy_top_right2.jpg) no-repeat;
}
#beauty span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#beauty p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#beauty .clear {
  height: 10px;
}

h2 {
  font: italic 18px Verdana, "Times new roman", serif;
  color: #f0872b;
  margin: 0 0 0.5em 0;
}
h3 {
  font: italic 16px Verdana, "Times new roman", serif;
  color: #f0872b;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}
h4 {
  font: 14px Verdana, "Times new roman", serif;
  color: #f0872b;
  margin: 0 0 0.5em 0;
}

.space {
  margin: 0 1em 1em 0 !important;
}
/******************************* Footer *******************************************/
#footer {
  color: #e8e7da;
  margin: 2px 0 0 270px;
  position: absolute;
  right: 200px;
  top: 438px;
}
#footer p {
  line-height: 130%;
  margin: 0px;
}

#privacy {
  position: absolute;
  right: 12px;
  top: 427px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  background: #e8e7da bottom left url(../images/footer_tab2.jpg) no-repeat;
  height: 3px;
}
#privacy a {
  color: #000;
  font-weight: normal;
}
