@charset "utf-8";
/* Pousada das Marés */

*{
	padding:0;
	margin:0;
}

p {
	

}

body{
	background-image:url(../images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper{
	margin:auto;
	width:779px;
	
}

#topo{
	width:779px;
	height:292px;
}

#content{
	width:779px;
	background-color:#FFFFFF;
}


#colOne{
 	float:left;
	width:352px;
	margin: 0 0 0px 37px;
	display:inline;
}
		
		#destaques01{
			width:350px; 
			height:156px;
			margin-bottom:25px;
			
		}
			#aPousada{
				width:165px;
				height:156px;
				float:left;
				background-color:#fff4d6;
				background-image:url(../images/index_apousada.gif);
				background-repeat:no-repeat;
				background-position:top;
			}
			
				#aPousada p{
					margin: 59px 15px 0 15px;
				}
				
				#aPousada img.bot{
					margin: 9px 15px 0 80px;
				}
			
			#localizacao{
				width:165px;
				height:156px;
				float:right;
				background-color:#fff4d6;
				background-image:url(../images/index_localizacao.gif);
				background-repeat:no-repeat;
				background-position:top;
			}
				#localizacao p{
					margin: 59px 15px 0 15px;
				}
				
				#localizacao img.bot{
					margin: 9px 0 0 75px;
					
				}
		
		#destaques02{ width:350px;}
			
			#mundau{
				width:165px;
				height:170px;
				float:left;
				background-color:#fff4d6;
				background-image:url(../images/index_mundau.gif);
				background-repeat:no-repeat;
				background-position:top;
			}
				#mundau p{
					margin: 59px 15px 0 15px;
				}
				
				#mundau img.bot{
					margin: 9px 15px 0 80px;
				}
				
				
			#fotosVideos{
				width:165px;
				height:179px;
				float:right;
				background-color:#fff4d6;
				background-image:url(../images/index_fotosevideos.gif);
				background-repeat:no-repeat;
				background-position:top;
			}
				#fotosVideos p{
						margin: 59px 15px 0 15px;
					}
					
				#fotosVideos img.bot{
						margin: 9px 0 0 75px;
					}


#colTwo{
	float:right;
	width:321px;
	margin-right:22px;
	margin-left:24px;
}


#footer {
	background-image:url(../images/rodape.jpg);
	width:779px;
	height:73px;
	clear:both;
}
