* {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;
	list-style-type: none;
}
body {
	background: url(../img/padrao/body.jpg) repeat-x center top #DEDEDE;
}
#topo {
	position: relative;
	width: 940px;
	height: 105px;
	margin: 0 auto;
}
#logo {
	display: block;
	background: url(../img/padrao/logo.jpg) no-repeat;
	width: 151px;
	height: 63px;
	position: absolute;
	left: 35px;
	top: 8px;
	text-indent: -9000px;
}
#topo strong {
	position: absolute;
	left: 245px;
	top: 35px;
	font-size: 110%;
	color: #999;
	font-weight: normal;
	font-style: italic;
}
#atalhos {
	position: absolute;
	top: 13px;
	right: 5px;
}
#atalhos li {
	display: inline;
	color: #ccc;
}
#atalhos a {
	font-size: 90%;
	color: #999;
	padding: 0 0.5ex;
}
#atalhos a:hover {
	color: #006;
}
#container {
	width: 930px;
	border: 2px solid #3A4A57;
	padding: 3px;
	margin: 0 auto;
	background: #FFF;
}
#container a {
	color: #3A4A57;
}
#container a:hover {
	color: #369;
	text-decoration: none;
}
#menu {
	background: url(../img/padrao/menu.jpg) no-repeat #f7f7f7;
	width: 253px;
	height: 210px;
	padding: 10px;
	float: left;
	border-right: 2px solid #fff;
}
#menu li  {
	border-bottom: 2px dotted #c6c6c6;
	padding: 0 0 7px 15px;
	margin-bottom: 7px;
	background: url(../img/padrao/marcador.gif) no-repeat left 3px;
}
#menu a {
	font-weight: normal;
	font-family: "Arial Narrow", Arial;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #006;
}
#menu .desbordar {
	border: 0px none #FFF;
}
#conteudo {
	background: url(../img/padrao/conteudo.jpg) no-repeat left top #F7F7F7;
	color: #999;
}
#conteudo h2 {
	padding-left: 15px;
}
#conteudo a:hover {
	text-decoration: none;
}
#conteudo .btn {
	background: url(../img/padrao/button.jpg) no-repeat;
	width: 142px;
	height: 27px;
	color: #3A4A57;
	font-size: 80%;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
#conteudo .btn2 {
	background: url(../img/padrao/button2.jpg) no-repeat;
	display: block;
	width: 105px;
	height: 27px;
	line-height: 25px;
	color: #3A4A57;
	padding: 0;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
}
#conteudo .btn:hover, #conteudo .btn2:hover {
	color: #369;
}
#auxiliar {
	background: #F0F0F0;
	width: 253px;
	padding: 10px;
}
#auxiliar address {
	color: #777;
	font-style: normal;
	font-size: 90%;
}
#auxiliar address strong {
	color: #006;
	display: block;
	padding-bottom: 0.5em;
	font-size: 100%;
}
#rodape {
	background: #3A4A57;
	width: 900px;
	height: 20px;
	padding: 0 20px;
	margin: 0 auto;
}
#rodape span {
	float: left;
	font-size: 80%;
	color: #FFF;
	line-height: 20px;
}
#rodape a {
	float: right;
	display: block;
	width: 65px;
	height: 15px;
	background: url(../img/padrao/triares.gif) no-repeat left top;
	text-indent: -9000px;
	margin-top: 2px;
}
#rodape a:hover {
	background-position: left bottom;
}
.innerCenter {
	text-align: center;
}
.clear {
	clear: both;
}
.floatRight {
	float: right;	
}
.floatLeft {
	float: left;	
}
.thumbs {
	text-align: center;
}
.thumbs li {
	display: inline;
	padding: 30px;
}