html {
	background-attachment: fixed;
	}

body {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	margin: 20px auto;
	}

#Tudo {
	border: 10px solid #fff;
	background-color: #fff;
	font-family: "Georgia", "Times New Roman", serif;
	margin: 0px auto;
	width: 750px;
	}

#Cabecalho {
	background-color: #000;
	background-image: url('cabecalhofundo.png');
	font-family: "Georgia", "Times New Roman", serif;
	color: #fff;
	height: 150px;
	}

#Cabecalho a {
	color: #fff;
	text-decoration: none;
	}

#Cabecalho #Logotipo h1 {
	font-size: 2em;
	font-style: italic;
	padding: 10px;
	}

#Navegacao {
	background-color: #000;
	clear: both;
	margin-bottom: 10px;
	}

#Navegacao li {
	display: inline;
	}

#Navegacao a {
	color: #ccc;
	display: table-cell;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	padding: 2px 10px;
	text-decoration: none;
	}

#Navegacao a:hover {
	background-color: #fff;
	color: #900;
	}

#Conteudo {
	float: left;
	width: 500px;
	}

#Conteudo a {
	color: #900;
	text-decoration: underline;
	}

#Conteudo a:hover {
	background-color: #0cc;
	color: #000;
	padding: 2px 0px;
	}

#Conteudo abbr,
#Conteudo acronym {
	border-bottom: 1px dotted #000;
	color: #099;
	cursor: help;
	}

#Conteudo blockquote,
#Conteudo q {
	background-image: url('blockquote.png');
	background-position: 0px 10px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #cc0;
	border-top: 3px solid #cc0;
	color: #333;
	line-height: 2em;
	margin: 20px;
	padding: 5px 5px 5px 50px;
	text-align: justify;
	}

#Conteudo caption {
	background-color: #0cc;
	padding: 2px;
	font-style: italic;
	}

#Conteudo code {
	color: #090;
	font-family: "Courier New", monospace;
	font-weight: bold;
	}

#Conteudo dd {
	color: #999;
	font-style: italic;
	line-height: 2em;
	margin: 0px 0px 10px 10px;
	}

#Conteudo dl {
	margin: 20px;
	text-align: justify;
	}

#Conteudo dt {
	background-color: #0cc;
	border-bottom: 1px dotted #000;
	color: #066;
	font-weight: bold;
	padding: 2px;
	}

#Conteudo del {
	color: #999;
	text-decoration: line-through;
	}

#Conteudo em {
	font-style: italic;
	}

#Conteudo fieldset {
	border: 1px solid #000;
	padding: 5px;
	}

#Conteudo form {
	margin: 30px;
	}

#Conteudo h2 ,
#Conteudo h3 ,
#Conteudo h4 ,
#Conteudo h5 ,
#Conteudo h6 {
	margin-bottom: 3px;
	}

#Conteudo h2 {
	border-bottom: 2px solid #000;
	color: #900;
	font-size: 2.4em;
	font-style: italic;
	margin: 5px 0px;
	padding: 0px 0px 5px 0px;
	}

#Conteudo h2 a {
	text-decoration: none;
	}

#Conteudo h3 {
	color: #099;
	font-size: 1.4em;
	margin-top: 23px;
	}

#Conteudo h4 {
	color: #990;
	font-size: 1.2em;
	font-style: italic;
	margin-top: 23px;
	text-decoration: underline;
	}

#Conteudo h5 {
	margin-top: 23px;
	text-decoration: underline;
	}

#Conteudo h6 {
	color: #999;
	font-style: italic;
	margin-top: 23px;
	text-decoration: underline;
	}

#Conteudo ins {
	color: #000;
	text-decoration: underline;
	}

#Conteudo label {
	cursor: pointer;
	}

#Conteudo legend {
	background-color: #900;
	color: #fff;
	padding: 2px;
	}

#Conteudo ol {
	margin: 10px 40px;
	}

#Conteudo ol ol {
	margin: 0px 0px 0px 40px;
	}

#Conteudo ol li {
	color: #333;
	list-style-type: decimal;
	line-height: 2em;
	}

#Conteudo p {
/*	border-bottom: 1px dotted #ccc;*/
/*	border-top: 1px dotted #ccc;*/
	color: #333;
	line-height: 2em;
	margin: 5px 0px;
	text-align: justify;
	}

/*#Conteudo p:first-letter {
	background-color: #cc0;
	border-bottom: 2px solid #000;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 2px;
	padding: 5px;
	}*/

#Conteudo pre,
#Conteudo samp {
	background-color: #000;
	font-family: "Courier New", monospace;
	color: #0f0;
	margin: 10px;
	padding: 5px;
	}

#Conteudo small {
	color: #999;
	font-style: italic;
	}

#Conteudo strong {
	font-weight: bold;
	}

#Conteudo table {
	background-image: url('tabelafundo.png');
	border-collapse: separate;
	border-spacing: 0px 3px;
	}

#Conteudo td {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	vertical-align: top;
	}

#Conteudo th {
	background-color: #999;
	border-bottom: 1px solid #000;
	font-style: italic;
	font-weight: bold;
	padding: 2px;
	vertical-align: top;
	}

#Conteudo ul {
	margin: 10px 40px;
	}

#Conteudo ul ul {
	margin: 0px 0px 0px 40px;
	}

#Conteudo ul li {
	color: #333;
	list-style-type: square;
	line-height: 2em;
	}

#Conteudo ul li li {
	list-style-type: disc;
	}

#Conteudo ul li li li {
	list-style-type: circle;
	}

#Auxiliar {
	border-left: 1px dotted #666;
	float: right;
	padding-left: 4px;
	width: 230px;
	}

#Auxiliar h6 {
	background-color: #cc0;
	border-bottom: 1px dotted #000;
	font-size: 1.2em;
	font-style: italic;
	padding: 2px;
	}

#Auxiliar a {
	color: #900;
	display: inline;
	padding: 2px;
	text-decoration: none;
	}

#Auxiliar a:hover {
	background-color: #0cc;
	color: #000;
	text-decoration: none;
	}

#Auxiliar li {
	display: inline;
	line-height: 2em;
	}

#Auxiliar li:after,
#Auxiliar li:before {
	color: #999;
	}

#Auxiliar li:after {
	content: ']';
	}

#Auxiliar li:before {
	content: '[';
	}

#Auxiliar p {
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #666;
	color: #333;
	line-height: 2em;
	margin-bottom: 20px;
	padding: 2px 0px 10px 0px;
	text-align: justify;
	}

#Auxiliar ul {
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
	padding: 2px 0px 10px 0px;
	}

#Rodape {
	background-color: #900;
	clear: both;
	color: #ccc;
	padding: 20px 10px;
	text-align: center;
	}

#Rodape a {
	color: #fff;
	font-weight: bold;
	}

/* Especial Wordpress */
#Conteudo .Navigation {
	background-color: #ccc;
	text-align: center;
	}
#Conteudo .Navigation div {
	font-size: 0.8em;
	display: inline;
	padding: 5px;
	}
#Conteudo .Postmetadata {
	background-color: #eee;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	margin-bottom: 20px;
	padding: 5px;
	}
#Conteudo .Commentlist li {
	background-color: #eee;
	margin: 10px 0px;
	padding: 10px;
	}