@charset "UTF-8";
/* Documento css . fred peres . www.fredperes.net . contato@fredperes.net */

html {
	background-color: #fff;
}

body {
	margin:0;
	padding:0;
	background-color: #fff;
	text-align:center; /* hack para o IE */
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

#topo {
	width:100%;
	text-align:center;
	
}

#centro {
	width:100%;
	
	
}

#conteudo {
	width:775px;
	height:auto;
	margin:0 auto;
	text-align:left; /* hack para o IE */
	top:-20px;
	padding-left:10px;
	border-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	background-image: url(../img/img_news.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

#foto{
	position:relative;
	height:340px;
	width:325px;
	float:right;
	right:1px;
	bottom:0;
	background-image: url(../img/img_news.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#rodape {
width:100%;
text-align:center;
}

h1{
	font-size: 20px;
	color: #d2ac67;
}

p{
	font-size:12px;
	color: #a1a2a5;
}

a:link {
	color: #a1a2a5;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

a:visited {
	color: #a1a2a5;
	text-decoration: none;
}

a:active {
	color: #a1a2a5;
	text-decoration: none;
}

.rodape_txt{
	font-size: 11px;	
}

.h8{
width:50px;
height:22px;
font-size:11px;
color:#ffffff;
border:0;
margin-left:5px;
background-color:#d2ac67;

