body {
  font:11px/15px Verdana, Arial, helvetica, sans-serif;
  margin: 0; padding: 0;text-align: center; /* para o IE5 */
  background:#FFF;
}

img{
	margin:0;
	padding:0;
	bordeR:none;
	display:block;
}

#geral{
	width: 720px;
	height:650px;
	margin:0 auto;
	background:url(../img/bg_geral.gif) repeat-y;
	overflow:hidden;
}

#geral h1{
	margin:0;
	background:  url(../img/logo.gif) no-repeat;
	height: 24px;
	text-align:left;
	position:relative;
	top:20px;
	left:50px;

}

#geral h1 span{
 	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
 }
 
 #geral h2{
	margin:0 auto;
	text-align:left;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
	line-height: 18px;
	height::18px;
}

#geral p{
	color:#FFF;
	margin:0;
	padding:5px 5px;
	font-size:12px;
	width:500px;
}

 #texto p a{
 color:#FFF;
 font-weight:bold;
 text-decoration:none;
}

 #texto p a:hover{ text-decoration:underline;}


#hCard{
	position:relative;
	top:-95px;
	left:210px;
}


#hCard address {
	padding:0;
	margin:0;
	font-weight:bold;
	font-style:normal;
	font-size:10px;
	text-align:right;
	padding-right: 10px;	
}

#hCard address p{
	padding:2px;
	margin:0;
	color:#FFF;
	font-size: 10px;
	letter-spacing:1px;
}

#hCard address p a{
	color:#FFF;
}

#hCard address p a:hover{
	color: #F60;
}



#rodape{
	float:right;
	width:310px;
	position:relative;
	top:-160px;
	background: #F60;
}

#rodape p{
	width:auto;
	font-size:10px;
	background: #F60;
	padding:3px 10px;
	font-weight:bold;
	word-spacing:5px;
}

#rodape p a{
	color:#FFF;
}

#rodape p a:hover{
	color: #900;
}


.clear{
	font-size:.1em;
	height:.1em;
	line-height:.1em;
	clear:both;
}



