
body {
	margin:0; 
	padding:0;
	background: url(../../layout/img/body_bg.jpg) repeat-x;
	color: #A0A0A0;;
	font: 12px Calibri, Arial, sans-serif;
	text-align:center;
	}

#tudo { 
	width: 780px;
	background: #FFFFFF;
	margin:0 auto;
	text-align:left;
	min-height: 450px;
}

#topo {
	top: 25px;
	width: 780px;
	height: 50px;
	text-align: center;
	padding-top: 25px;
}

#topo OBJECT{
	float: right;
}

#logo {
	background: url(../../layout/img/logo.jpg) no-repeat;
	width: 164px;
	height: 32px;
	float: left;
}

#menu {
  top: 0px;
  background: url(../../layout/img/menu.jpg) no-repeat;
  float: right;
  width: 530px;
  height: 48px;
  font-size: 12px;
  padding-top: 20px;
  text-decoration: none;
}

#menu a {
	padding: 10px;
	font-weight: bold; 
}

#principal {
	width: 500px;
	padding-left: 15px;
	float:left;
	padding-top: 1px;
	text-align:justify;
}

#principal img {
	padding-top: 0px;
}

#principal h2{
	font-size: 14px;
	color: #A0A0A0;
}

#principal p {
	font-size: 12px;
	padding-top: 20px;
}

#direita {
	width:251px;
	float:right;
	padding-top:0px;
}

#space {
	width: 780px;
	height:10px;
	background: url(../../layout/img/centro.jpg) no-repeat;
	background-position: top;
}

#line {
	height: 1px;
	margin: auto;   
}

#rodape {
	width: 760px;
	margin: 0 auto;
}

#helpdesk a {
	padding-top: 5px;
	margin: 0;
	font: 11px Arial;
	color: #666666;
	float: right;
	width: 70px;
	height: 20px;
	background-color: #DCDCDC;
	border-color: #999999;
	cursor: pointer;
	text-decoration: none;
}

#helpdesk a:hover {
  color: #38301A;
}

#info {
	font: 11px Arial, sans-serif;
	padding: 0px;
	width: 252px;
	height: 90px;
	text-align: left;
	color: #A0A0A0;
}

#info h3 {
	font-weight: bold;
}

#copyright {
	text-align: center;
	padding: 22px 0px 30px 20px;
	background: url(../../layout/img/line.jpg) no-repeat;
}

#links {
	text-align: center;
	text-decoration: none;
	display: block;
	list-style: none;
}

#links a {
 	padding: 5px;
 	color: #A0A0A0;	
}

#note {
  color:#FFFFFF;
  margin-right: 20px;
  width: 251px;
  height: 110px;
  background: url(../../layout/img/note.jpg) no-repeat;
}

#note h1 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	width: 225px;
	height: 8px;
	font-family: Calibri;
	font-size: 14px;
	text-align: justify;
}

#note p {
	padding-left: 5px;
	padding-right: 5px;
	width: 225px;
	height: 57px;
	font-family: arial;
	font-size: 11px;
	text-align: justify;
}

#noticia {
  background: url(../../layout/img/news.jpg);
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 3px;
  text-align: justify;
}
#noticia h2 {
  font-size: 14px;
  font-weight: bold;
  color: #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 6px;
  margin-bottom: 1em;
}

#noticia h3{
  font-size: 12px;
  color: #003E55;
  font-weight: bold;
  
  margin: 1em 8px 1em 0;
}
#noticia a {
  color: #A0A0A0;
  font-weight: bold;
  text-decoration: underline;
}
#noticia a:hover {
  color: #38301A;
}

a {
	color: #003E55;
	border: 0;
}
	
a:hover {
	color:#ACBCC2;
}

h1, h2, h4 { 	
	font: bold 22px Arial, sans-serif;
}

h4 {
	font-size:16px;
}

.clear {
	clear:both;
}

#direita img {
	padding-top: 10px;
	float: right;
}

