body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
}
#wrapper {
	width: 842px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	background-image: url(../img/bg_main.gif);
	background-repeat: no-repeat;
	height: 526px;
	width: 798px;
	margin-top: -276px;
	position: absolute;
	top: 50%;
	padding-right: 22px;
	padding-left: 22px;
	padding-top: 26px;
}
#logo {
	margin-right: 390px;
	margin-left: 58px;
}
#top {
	margin-bottom: 13px;
}
#header {
	height: 110px;
	padding-right: 9px;
	padding-left: 56px;
}
#header p {
	width: 500px;
	font-size: 16px;
	margin-top: 5px;
	line-height: 18px;
}

#contato {
	background-image: url(../img/bg_contato.gif);
	background-repeat: no-repeat;
	float: right;
	height: 100px;
	width: 213px;
	padding-top: 8px;
	padding-left: 10px;
}
#contato p {
	font-size: 11px;
	line-height: 14px;
}
#content {
	height: 289px;
	overflow: hidden;
}
#content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	padding-left: 26px;
	padding-bottom: 4px;
}
#content h3 {
	padding-left: 26px;
	font-size: 12px;
}
#content p {
	padding-left: 26px;
	line-height: 14px;
}


#col1 {
	float: left;
	width: 224px;
	margin-right: 30px;
	margin-left: 32px;
}


#col2 {
	float: left;
	width: 224px;
	margin-right: 30px;
}
#col3 {
	width: 224px;
	float: left;
}


#designcode {
	clear: both;
	padding-top: 4px;
	height: 20px;
	text-align: right;
	padding-right: 32px;
}
#designcode a:link, #designcode a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
.rosa {
	color: #E978B1;
	background-image: url(../img/gota_rosa.gif);
	background-repeat: no-repeat;
}
.azulescuro {
	color: #002F8F;
	background-image: url(../img/gota_azulescuro.gif);
	background-repeat: no-repeat;
}
.amarela {
	color: #BABE01;
	background-image: url(../img/gota_amarela.gif);
	background-repeat: no-repeat;
}
.laranja {
	color: #F68324;
	background-image: url(../img/gota_laranja.gif);
	background-repeat: no-repeat;
}
.azul {
	color: #0575A6;
	background-image: url(../img/gota_azul.gif);
	background-repeat: no-repeat;
}
.marinho {
	color: #002655;
	background-image: url(../img/gota_marinho.gif);
	background-repeat: no-repeat;
}
a:link, a:visited {
	color: #2B2BE6;
}

.coluna {
	float: left;
	width: 200px;
}
.texto_branco {
	color: #FFF;
}
#col1_unica {
	float: left;
	padding-right: 32px;
	padding-left: 56px;
	font-size: 12px;
}
#registro {
	background-color: #CCC;
	height: 40px;
	width: 60px;
	padding: 10px;
	position: relative;
	z-index: 20;
	left: 600px;
	top: 300px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	filter: alpha(opacity=80);
	opacity: .8;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
}

