@charset "utf-8";
/* CSS Document */
/* Rafael Figueiredo */

body {background: #111111 url(imagens/back_cap.jpg) top no-repeat fixed;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;
	margin:0px;
	padding:0px;
}
a {text-decoration:none;}
a:link {color:#E9B05C;}
a:visited {color:#E9B05C;}
a:active {color:#E9B05C;}
a:hover {color:#F9E7CC;}

/* Divs */
#corpo {width:778px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#000;
}
#links {display:block;
	width:768px;
	height:13px;
	border-bottom:1px solid #333;
	background-color:#000000;
	background-image:url(imagens/back-links.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#575757;
	padding:5px;
	padding-top:2px !important;
}
#topo-montagem {background:#000000 url(imagens/topo-montagem.jpg) top no-repeat;
	width:778px;
	height:150px;
	border-bottom:1px solid #222;
}
#conteudo {width:778px;
	display:block;
	line-height:20px;
}
#menu-t {
	width: 170px;
	float: right;
	text-align:right;
	background:#111111 url(imagens/menu-top.gif) top no-repeat;
	padding:5px;
}
#conteudo-site {padding:5px;
	display:block;
	line-height:20px;
}
#footer {display:block;
	margin:0px;
	padding:5px;
	border-top:4px #111 solid;
	background-color:#202020;
	color:#6E6E6E;
	line-height:20px;
}
#footer blockquote {margin:0px;
	padding:0px;
	border-left: 1px dashed #7D4884;
	padding-left: 3px !important;
}

/* Classes */
h1 {font-family:"Trebuchet MS";
	font-size:13px;
	color:#C0C0C0;
	padding-bottom:2px !important;
	margin-bottom:3px !important;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #181818;
}
h2 {font-family:"Trebuchet MS";
	font-size:11px;
	letter-spacing:1px;
	color:#BBB;
	margin-top:0px;
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:#222 1px solid;
	text-align:right;
	text-transform:uppercase;
	margin-top:3px;
}
h3 {font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	color:#B37AB4;
	margin-top:10px !important;
	margin-bottom:6px !important;
	margin:0px;
	padding:0px;
	display:block;
}
.texto {font-family:Tahoma;
	font-size:11px;
	color:767676;
	line-height:20px;
	text-align:justify;
}
.blank {color: #FFF;}