body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #373737;
	background-image: url(../../img/design/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}


a:link {
	color: #C0A160;
	text-decoration: none;
}
a:hover {
	background-color: #4C4C4C;
	color: #C0A160;
}
a:visited {
	text-decoration: none;
	color: #C0A160;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

form {
	margin: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #343434;
	background-color: #999999;
	width: 99%;
	border: 1px solid #FFFFFF;
	padding: 1px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #343434;
	background-color: #999999;
	width: 99%;
	border: 1px solid #FFFFFF;
}


select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #343434;
	background-color: #999999;
	width: 99%;
	border: 1px solid #FFFFFF;
}

#topo {
	width: 694px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#centro {
	width: 694px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: right;
}
#lateral {
	width: 220px;
	margin: 0px;
	float: left;
	height: 100%;
}

#conteudo {
	float: right;
	width: 460px;
}

#rodape {
	margin-top: 20px;
	background-image: url(../../img/design/bg_rodape.jpg);

}

.box_anuncio {
	background-image: url(../../img/design/bg_anuncio.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 220px;
	padding: 0px;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
}
.mini {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	color: #AE8E4C;
}
.destaque {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #AE8E4C;
	font-weight: bold;
}

.borda {
	border: 1px solid #CCCCCC;
}
