/*GERAL*/
body {
	background-image: url(../img/bg_pag.jpg);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #CC0000;
}
html, h1, h2, h3, h4, p{
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
/*ESTRUTURA*/
#wrapper {
	width: 900px;
	margin:0 auto;
}
#head {
	background-image: url(../img/right_top_corner_head.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 900px;
	height: 124px;
}
#nav {
	background-color: #FFFFFF;
	float: left;
	width: 584px;
	height: 19px;
	padding-top: 90px;
	text-align: left;
}
#nav ul {
	margin: 0;
	list-style: none;
	padding: 0px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#main {
	background-image: url(../img/bg_main_pag.gif);
	background-repeat: repeat-y;
}
#left_colunm {
	float: left;
	width: 641px;
	background-image: url(../img/bg_left_colunm_pag.jpg);
	background-repeat: no-repeat;
}
#content {
	float: left;
	width: 546px;
	padding-right: 30px;
	padding-left: 65px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content p {
	line-height: 16px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: normal;
	margin-bottom: 10px;
}
#content th {
	background-color: #CCDEEC;
	padding: 3px;
	border: 1px solid #666666;
	font-size: 10px;
}
#content td {
	padding: 3px;
	border: 1px solid #666666;
	font-size: 10px;
}
#content h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7B6848;
	font-weight: normal;
	margin-bottom: 10px;
}
#content hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: both;
}
#right_colunm {
	background-image: url(../img/bg_right_colunm.jpg);
	float: left;
	width: 159px;
	padding-top: 20px;
	height: 448px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 75px;
}
#right_colunm h1 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
.right_colunm_img {
	margin-left: 10px;
	font-size: 10px;
}
#lateral {
	float: left;
	width: 164px;
	padding-right: 28px;
	padding-left: 30px;
}
#lateral h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 23px;
}
#footer {
	background-image: url(../img/bg_footer_pag.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 33px;
}
#designcode {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#designcode a:link, #designcode a:visited {
	text-decoration: none;
	color: #A8A8A8;
}
/*DETALHES*/
.center {
	text-align: center;
}
.img_thumb {
	float: left;
	clear: left;
	margin-right: 20px;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.telefone {
	font-size: 12px;
	margin-bottom: 20px;
}
.download {
	margin-bottom: 10px;
}
.menor {
	font-size: 10px;
	color: #A48860;
}
li {
	margin-bottom: 5px;
	line-height: 16px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3379AE;
	font-weight: bold;
	margin-bottom: 5px;
}
.float_right {
	float: right;
	width: 400px;
}
.invisivel {
	visibility: hidden;
	overflow: hidden;
	height: 2px;
	clear: both;
}
.img_noticia {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.div_noticia {
	padding-top: 10px;
}
