body {
	background-color:#512000;
	background-image:url('/images/news/background.jpg');
	background-position:top center;
	background-repeat:no-repeat;	
	color: #F8E8D4;	
}

a {color: #EDCDB0; text-decoration: none;}
a:hover {text-decoration: underline;}


h1 {
	width: 340px;
	height: 120px;
	padding:0px; margin:0px;
	display:inline;
	float: left;
/*	background-image:url('/images/contact/heitorpereira.gif');
	background-position:right;
	background-repeat:no-repeat; */
}

h1 span { display: none; }

h2 { width: 20px; height: 54px; display:block; padding:0px; margin:0px; }
h2 span {display:none;}

#nav {
	display: inline;
	float: right;
	position: relative;
	top: 30px;
	left: 0px;
}

h3.caps {text-transform:uppercase;}


h3 { margin:10px 0px 0px 0px; }

h3 span {display:none;}

b.title { font-size: 16px;}

#text {
	float: right;
	width: 500px;
	margin-top: 70px;
	padding: 0px;
	text-align:left;
	height: 350px;
	overflow:auto;
}

#footer {
	float: right;
	color: #D9C2AF;
	font-size:9px;
	text-align:center;
}

