* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
body {
	background-image: url(../images/padrao/body.jpg);
	background-repeat: repeat-x;
}
#geral {
	margin: auto;
	width: 760px;
}
#topo {
	height: 130px;
	position: relative;
}
#topo #logo {
	position: absolute;
	left: 10px;
	top: 20px;
}
#topo #logo img {
	border: 0px solid #FFF;
}

#topo ul {
	position: absolute;
	top: 5px;
	right: 10px;
}

#topo ul li {
	display: inline;
	color: #999;
}
#topo ul li a {
	color: #999;
	text-decoration: none;
	font-size: 90%;
}
#topo ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#telefone {
	height: 50px;
	padding-top: 15px;
}
#telefone span {
	display: block;
	color: #999;
	letter-spacing: 2px;
	font-size: 85%;
}
#telefone strong {
	font-size: 110%;
	color: #666;
}
#container {
	width: 760px;
	position: relative;
	padding-top: 20px;
}
#container #menu {
	float: left;
	width: 230px;
}
#container #menu em {
	line-height: 3em;
	color: #2d5b6b;
	margin-bottom: 10px;
	display: block;
	font-style: normal;
	font-weight: bold;
}

#container #menu li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	list-style-type: none;
	width: 200px;
}
#container #menu li a {
	background-image: url(../images/padrao/marcador-trans.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 2em;
	color: #2d5b6b;
	text-decoration: none;
	display: block;
	font-weight: bold;
	width: 180px;
}
#container #menu li a:hover {
	color: #152B31;
	background-color: #FFF;
}

#container #menu #banner {
	background-image: url(../images/padrao/banner.jpg);
	height: 121px;
	width: 213px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
	padding-left: 15px;
}
#container #menu #banner strong {
	font-size: 140%;
	color: #2d5b6b;
	font-weight: normal;
	padding-top: 10px;
	display: block;
	padding-bottom: 10px;
}
#container #menu #banner a {
	color: #666;
	text-decoration: none;
	font-size: 110%;
}
#container #menu #banner a:hover {
	text-decoration: underline;
	color: #666;
}



#container #conteudo {
	float: left;
	width: 510px;
	background-image: url(../images/padrao/bg_conteudo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 20px;
}
#container #conteudo p {
	color: #717171;
	margin-bottom: 8px;
	line-height: 1.5em;
}

#rodape {
	background-color: #FFF;
	background-image: url(../images/padrao/rodape.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 20px;
	padding-top: 10px;
}
#rodape * {
	color: #8f9090;
	text-decoration: none;
	font-style: normal;
}
#rodape div {
	margin: auto;
	width: 760px;
	text-align: center;
}
#rodape span , #rodape ul, #rodape em{
	line-height: 2em;
}
#rodape li   {
	display: inline;
}
#rodape a    {
	padding-right: 3px;
	padding-left: 3px;
	color: #666;
}
#rodape a:hover  {
	color: #333;
	text-decoration: underline;

}




.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight  {
	float: right;
	margin-left: 5px;
}

