/* ESTILOS PADRÃO */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	line-height:20px;
	/*background-image:url(images/bkg_geral.gif);*/
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h1 {
	font-size:20px;
	width:100%;
	color:#993300;
}
h2 {
	font-size:16px;
}
h3 {
 	font-size:12px;
	color:#333333;
}
h4 {
 	font-size:18px;
}
h5 {
 	font-size:19px;
}
h6 {
 	font-size:20px;
}
p {

}
a {
 	color:#000000;
 	text-decoration:none;
}
a:visited {
 	color:#000000;
 	text-decoration:none;
}
a:hover {
 	color:#000000;
 	text-decoration:underline;
}
/*ul {
 	list-style-position:outside;
 	list-style-image:url(imagens/nomedaimagem);
 	margin:0;
 	padding:0;
}
ol {
 	list-style-position:outside;
 	list-style-type:upper-roman;
 	margin:0;
 	padding:0;
}
*/
form input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	border:solid 1px #CCCCCC;
	line-height:18px;
	height:18px;
	background:#FFFFFF;
}
form textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	border:solid 1px #CCCCCC;
	line-height:18px;
}
form select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	border:solid 1px #CCCCCC;
	line-height:18px;
	height:18px;
}

/* ESTILOS PERSONALIZADOS */

#tudo {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:750px;
	background-color:#000000;
	background-image:url(images/texture.gif);
	background-repeat:repeat;
}

#topo {
	height:360px;
	/*padding-top:57px;
	float:left;*/

}
#conteudo {
	/*background-image:url(images/fundo.gif);*/
	/*clear:both;*/

}

#left {
	width:165px;
	padding:15px;
	float:left;

}

#right {
	/*margin-top:10px;*/
	width:520px;
	float:right;
	padding:15px;
	/*background-color:#FFFFFF;*/
}
#bottom {
	height:10px;
	clear:both;
	font-size:10px;
}
#rodape {
	background-image:url(images/rodape.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	text-align:center;
	clear:both;
	height:42px;
	/*line-height:15px;*/
	padding-top:50px;

}
.categoria {
	font-size:14px;
	font-weight:bold;
	color:#993300;
	text-transform:uppercase;
	border: dashed 1px #993300;
	padding:5px 5px 5px 5px;
	width:40%;
	float:left;
	margin: 0px 10px 10px 10px;
}
.categoria a {
	color:#993300;
}
.foto-mini {
	padding:3px;
	border: solid 1px #993300;
	background:#FFFFFF;
}
.separador {
	height:5px;
	line-height:5px;
	border-bottom:dashed 1px  #FFCC99;
}
.awx {
	color:#000000;
}
.awx a {
	color:#000000;
	text-decoration:none;
}
.awx a:hover {
	color:#000000;
	text-decoration:underline;
}
#trailimageid {
	position:absolute;
}