@charset "utf-8";
/* CSS Document */

/* basic elements */
body 
{
	color: #fff;
	background: #EDEDED url(../imagens/background.gif) repeat-y fixed bottom center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: normal;
}
p 
{
	margin-top: 0px;
	text-align: justify;
	font-family: georgia, palatino, serif;
	font-size: 12px;
	line-height: normal;
}
h3 
{
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #E79900;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
}
body, p, h3
{
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif
}
a:link, a:visited 
{
	text-decoration: none;
	color: #97ABC3;
	font-size: 11px;
}
a:hover, a:active 
{ 
	text-decoration: underline; 
	color: #97ABC3;
}
/*--------------------------------------------------
CONTENTOR
--------------------------------------------------*/
#contentor 
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 655px;
	background-image: url(../imagens/top_r2_c1.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#intro 
{
	margin:0px;
}
/*--------------------------------------------------
CABEÇALHO
--------------------------------------------------*/
#cabecalho
{ 
	/*display:none;*/
	margin: 0px;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#cabecalho h1
{
	margin: 0px 0px 0px 0px;
	width: 655px;
	height: 206px;
	background-color: transparent;
	background-image: url(../imagens/top_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#cabecalho h1 span
{
	display: none;
}

#cabecalho h2
{ 
	display: none;
}

#texto
{
	margin-top: 0px;
	margin-right: 175px;
	margin-bottom: 0px;
	margin-left: 55px;
}

#rodape
{
	text-align: center;
	height: 37px;
	padding-top: 88px;
	background-color: transparent;
	background-image: url(../imagens/top_r3_c1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: -200px;
	margin-bottom: 0px;
	margin-left: -55px;
	font-size: 10px;
}

#menu
{
	margin-top: -40px;
	margin-right: 175px;
	margin-bottom: 0px;
	margin-left: 55px;
}

#menu li {
	display: inline;
	width: 75px;
	list-style-type: none;
	margin-left: 20px;
}

#linkList
{
	position: absolute;
	top: 190px;
	right: 6px;
	width: 150px;
}
#linkList ul 
{
	margin: 0px;
	padding: 0px;
}
#linkList li 
{
	list-style-type: none;
	padding:8px 6px 8px 6px;
	margin:0px;
	border-top: 1px solid #5D4831;
	border-bottom: 1px solid #221609;
	display: block;
}
#linkList li a 
{ 
	color: #9E866B;
}
#linkList2 
{
	font-size: 75%;
	color: #846645;
}
#separador {
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 10px;
}
