* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #E1DED9;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}
h3 {
	font-size: 14px;
	color: #336633;
}

a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
a:hover, a:active {
	color: #336633;
}
hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #D1D0CD;
	margin-top: 5px;
	margin-bottom: 5px;
}
.margins {
	margin-top: 20px;
	margin-bottom: 20px;
}

.subtitulo {
	background-color: #F7EFEF;
	display: block;
	height: 30px;
	margin-bottom: 20px;
}


#main {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-y;
}
#menu {
	background-color: #FFFFFF;
}
#head {
	height: 165px;
}
#coluna_esq {
	float: left;
	width: 210px;
	padding-left: 32px;
}
#coluna_esq p {
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
}

#coluna_central {
	float: left;
	width: 396px;
	background-image: url(../img/bg_central.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 30px;
}
.minibanner_lateral {
	margin-top: 20px;
}

#coluna_dir {
	float: left;
	width: 177px;
	padding-right: 10px;
	padding-left: 10px;
}

#rodape {
	clear: both;
	height: 25px;
}
#logo {
	float: left;
	width: 242px;
}
#banner {
	background-image: url(../img/bg_banner.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 643px;
	height: 165px;
}
#banner_pag {
	background-image: url(../img/bg_banner_pag.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 643px;
	height: 165px;
	vertical-align: bottom;
}

#designcode {
	float: left;
	width: 197px;
	font-size: 9px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 45px;
	height: 20px;
	background-image: url(../img/bg_rodape.gif);
	background-repeat: no-repeat;
}
#designcode a:link, #designcode a:visited {
	text-decoration: none;
	color: #9B9893;
}
#copyright {
	font-size: 10px;
	float: left;
	width: 613px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	height: 20px;
	background-image: url(../img/bg_rodape2.gif);
	background-repeat: no-repeat;
	color: #336633;

}
#fullbanner {
	height: 125px;
}
#submenu {
	margin-bottom: 100px;
}
.float_left {
	float: left;
	margin-right: 10px;
}
#coluna_central h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #336633;
	font-size: 20px;
	font-weight: normal;
	background-color: #F7EFEF;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.img_ilustra {
	float: left;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin-right: 10px;
}
#coluna_central p {
	margin-bottom: 6px;
}
.right {
	float: right;
	width: 196px;
}
.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

