/* Arrumando... */
body {
	margin:0;
	padding:0 0 5px 0;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-attachment: scroll;
	background-image: url(images/top1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
div, h1, h4, form, ul, li, img, span, p, acronym{
	border: 0px;
	margin:0px;
	padding:0px;
}
acronym {
	border-bottom-style: none;
	margin-left:3px;
}
a:link, a:visited {
	text-decoration: none;
	color:#01467F;
}
a:hover, a:active { 
	text-decoration: underline;	
	color:#01467F;
}
/* Conteúdo */
#main {
	width: 766px;
	height:100%;
	margin:0 auto;
}

/* Barra Continua */
#under2 {
	background-attachment: scroll;
	background-image: url(images/under2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
/* Canto Esquerdo */
#under1 {
	background-attachment: scroll;
	background-image: url(images/under1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* Canto Direito */
#under3 {
	background-attachment: scroll;
	background-image: url(images/under3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Topo Link */
#top {
	height:30px;
	background-attachment: scroll;
	background-image: url(images/top1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align:right;
	list-style-type:none;
}
#top ul li{
	display:inline;
	margin-top:7px;
	margin-left:15px;
	margin-right:15px;
}
#top acronym{
	font-size:14px;
	font-family:'Century Gothic', Arial, Verdana, sans-serif;
}
#top acronym a {
	color:#01467F;
}

/* Logo, Titulo e Menu */
#ltm {
	height:99px;
	text-align:left;
	background-attachment: scroll;
	background-image: url(images/tm1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#ltm #tm2 {
	height:99px;
	background-attachment: scroll;
	background-image: url(images/tm2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Logo */
#ltm #logo {
	height:99px;
	margin:0;
	padding:0;
	width:245px;
	height:85px;
}
#ltm #logo a{
	display:block;
	width:245px;
	height:99px;
	background-attachment: scroll;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#ltm #logo a span {
	display:none;
}

/* Menu e Titulo */
#ltm #titulo {
	position:absolute;
	top:72px;
	left:50%;
	margin-left:-120px;
	width:370px;
	height:35px;
	color:#01467F;
	font-size:35px;
	font-family:'Century Gothic', Arial, Verdana;
}
#ltm #menu {
	position:absolute;
	top:33px;
	left:50%;
	margin-left:-90px;
	width:450px;
	height:35px;
	list-style-type:none;
	color:#01467F;
	font-size:14px;
	font-family:'Century Gothic', Arial, Verdana;
}
#ltm #menu ul li {
	display:inline;
	padding-right:15px;
}
#ltm #menu ul li a {
	color:#01467F;
}

/* Top 3 */
#top3 {
	background-attachment: scroll;
	background-image: url(images/top32.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#top3 #top31{
	background-attachment: scroll;
	background-image: url(images/top31.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#top3 #top31 #top33{
	background-attachment: scroll;
	background-image: url(images/top33.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Content */
#fixcontent {
	margin:0px auto 0px auto;
	width:90%;
	min-height:300px;
	_height:300px;
	text-align:left;
}
#fixcontent .coluna1 {
	position:absolute;
	margin:2px;
}
#fixcontent .coluna2 {
	position:relative;
	left:35%;
	margin:2px;
}
#fixcontent .botao {
	text-align:center;
}
/* Copyright */
#copyright {
	padding-top:10px;
	padding-bottom:13px;
	font-weight: bold;
}