@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(imagens/fundo_geral.jpg) fixed;
}

#tudo {
	width: 956px;
	margin:0 auto;
	background: url(imagens/fundo-div.gif);
	padding-left: 9px;
	padding-right: 9px;
}

#topo {
	height: 240px;
}

#sidebar {
	width: 196px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#sidebar li {
	margin-bottom: 4px;
	margin-left: 4px;
}

#sidebar li a {
	background: #FFF;
	display: block;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	color: #333;
	padding-left: 6px;
}

#sidebar li a:hover {
	background: #899CAB;
	color: #FFF;
}

#conteudo {
	width: 721px;
	float: right;
	padding: 15px;
}

#conteudo p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4B4D4F;
	font-size: 12px;
	text-align: justify;
	margin-top: 15px;
	line-height: 160%;
	margin-left: 10px;
	margin-right: 10px;
}

.wp-caption-text {
	font-size:11px !important;
	color:#999 !important;
	margin-top:5px !important;
	margin-left:0px !important;
}

#conteudo p a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#conteudo p a:hover {
	text-decoration: underline;
}

#conteudo ul {
	margin-top: 13px;
	margin-bottom: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4B4D4F;
	font-size: 14px;
	list-style-type: circle;
	margin-left: 30px;
}

#conteudo li {
	margin-bottom: 4px;
}

#conteudo li a {
    color: #000;
	text-decoration: none;
	font-weight: bold;
}

#conteudo li a:hover {
	text-decoration: underline;
}

#conteudo h1 {
	height: 56px;
	width: 698px;
	line-height: 54px;
	background: url(imagens/fundo_h1.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#conteudo h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #069;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 8px;
}

#rodape {
	clear: both;
	height: 108px;
	background: url(imagens/footer.gif);
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 9px;
}

.alignright {
	float: center;
	margin-left: 9px;
}