body {
	background-color: #000000;
	color: #920A00;
}
a:link {
	color: #B84700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B84700;
}
a:hover {
	text-decoration: underline;
	color: #920A00;
}
a:active {
	text-decoration: none;
	color: #920A00;
}
#conteudo {
	height: auto;
	min-height:420px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 2px groove #920A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B84700;
	background-image: url(../images/andre_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: visible;
}
#texto label {
	color: #B84700;
	margin: 2px;
	width: 546px;
	text-align: center;
}
#conteudo #texto table table {
	float: left;
	min-width:230px;
}

#texto textarea {
	color: #B84700;
	background-color: #000000;
	border: 1px solid #000000;
	width: 500px;
}
#conteudo #texto table tr td table {
	width: 250px;
}

#conteudo #texto #Enviar {
	background-color: #000000;
	border: 1px solid #B84700;
	color: #B84700;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#texto label input {
	background-color: #000000;
	border: 1px solid #000000;
	vertical-align: middle;
	color: #B84700;
}


#conteudo li {
	display: block;
	float: left;
	width: 70px;
	text-align: center;
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B84700;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 4px;
	margin-left: 4px;
	padding-bottom: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B84700;
}
#conteudo li a {
	color: #B84700;
	margin: auto;
}
#conteudo li a:hover {
	color: #920A00;
	text-decoration: none;
	border-top-color: #920A00;
	border-bottom-color: #920A00;
}


#conteudo hr {
	padding: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 556px;
	color: #920A00;
	text-align: left;
}

#conteudo p {
	margin: 0px;
	padding: 0px;
	text-indent: 10px;
}
#conteudo li:hover {
	color: #920A00;
	text-decoration: none;
	border-top-color: #920A00;
	border-bottom-color: #920A00;
	cursor: pointer;
}
#texto {
	width: 500px;
	margin-left: 10px;
	text-align: justify;
	overflow: visible;
}

