* {
	margin: 0px;
	padding: 0px;
	}

a, a:hover, a:visited {
	color: #000000;
	text-decoration: underline;
	}
	
body {
	color: #000;
	font-family: verdana;
	background: url(images/fullbg.jpg) repeat-x top #ffd862;
	text-align: center;
	}

.total {
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px;
	}

.header {
	text-align: right;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat top center #000;
	width: 800px;
	height: 240px;
	top: 50px;
	color: #670504;
	font-weight: bold;
	font-size: 30px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
.header h1 {
	padding-right: 80px;
	padding-top: 38px;
	font-weight: bold;
	font-size: 30px;
	}
	
.content {
	margin: 0 auto;
	margin-top: 10px;
	width: 800px;
	background: url(images/bg.jpg) repeat-y;
	background-position: 10px 0px 0px 0px;
	}
	
.content #sidebar {
	margin-left: 2px;
	float: left;
	width: 200px;
	color: #d6d6d6;
	}
	
.content #sidebar ul {
	list-style-type: none;
	position: relative;
	}
	
.content li.heading {
	margin-top: 8px;
	border: 1px solid #670504;
	font-size: 11px;
	text-align: center;
	height: 14px;
	background: none;
	padding: 0px;
	}
	
.content ul li {
	padding-top: 5px;
	color: #000;
	width: 200px;
	height: 35px;
	background: url(images/botao.jpg) #ffd862;
	text-align: left;
	margin-top: 5px;
	font-size: 18px;
	}
	
.content li a{ 
	padding: 5px;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	}
	
.content #rightcontent {
	width: 590px;
	float: left;
	margin-left: 8px;
	}
	
.content #rightcontent #text {
	text-align: justify;
	padding: 10px 15px 10px 10px;
	font-size: 14px;
	}
	
.content #rightcontent #text h1 {
	color: #5c5c5c;
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: none;
	}
	
.footer {
	margin: 0 auto;
	margin-top: 10px;
	background: url(images/footer.jpg) no-repeat top center;
	width: 800px;
	height: 64px;
	top: 50px;
	border: 1px solid #fff;
	}
	
.copyright {
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 11px;
	color: #000;
}

.copyright a{
	color: #000;
	text-decoration: none;
	}