html, body {	
    margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background: #006666;

	}

#wrap {		

width: 770px;

margin:0 auto;			

padding: 2px;

text-align:left; /* "remédio" para o hack do IE */	

overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */				

}

#header {

	width:765px;
	color:#fff;
	height:118px;
	background-color: #006666;
	background-image: url(/assets/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#content {
	min-height:300px; /* for modern browsers */
    height:auto !important; /* for modern browsers */
    height:300px; /* for IE5.x and IE6 */
	width:397px;
	margin-top:30px;
	text-align:justify;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(concierge.jpg);
	border: 1px solid #CCCC99;
	}
#col {
	width:368px;
	text-align:justify;
	float:right;
	margin-top:30px;
	min-height:300px; /* for modern browsers */
    height:auto !important; /* for modern browsers */
    height:300px; /* for IE5.x and IE6 */
	background-color: #003366;
	border: 1px solid #0066CC;
	background-image: url(sidestar.png);
	background-repeat: no-repeat;
	}

#col p{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
margin:30px;

	}	
	
#col a:link {

font-family :Verdana, Arial;

font-size : 12px;

text-decoration : none;

font-weight : bold;

color : #FFFF66;

} 	 			 

#col a:visited {

font-family :Verdana, Arial;

font-size :12px;

text-decoration : none;

font-weight : bold;

color : #FFFF66;

} 

#col a:hover {

font-family :Verdana, Arial;

font-size :12px;

text-decoration: underline;

font-weight : bold;

color : #FF9900;

}	 	
	
#headline {
	border: 1px solid #CC9999;
	margin-top:2px;
	width:765px;
	height:150px;
	background-color: #CC6600;
	background-image: url(headline.png);
	 }	
	 
#headline table {
margin-top:30px;
margin-left:45px;
width:90%;
border:none;
	 }
	 


#footer {
	width:765px;
	height:100px;
	margin-top:2px;
	background-color: #006699;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
	 }	

#footer p {
font-family:Verdana, Arial;
font-size:12px;
padding:10px;
text-align:center;
	 }	
	 
#footer a:link {

font-family :Verdana, Arial;

font-size : 12px;

text-decoration : none;

font-weight : bold;

color : #FFFF66;

} 	 			 

#footer a:visited {

font-family :Verdana, Arial;

font-size :12px;

text-decoration : none;

font-weight : bold;

color : #FFFF66;

} 

#footer a:hover {

font-family :Verdana, Arial;

font-size :12px;

text-decoration: underline;

font-weight : bold;

color : #FF9900;

}	 
	 
	 
#nav a:link {

font-family :Verdana, Arial;

font-size : 12px;

text-decoration : none;

font-weight : bold;

color : #FFFFFF;

} 	 			 

#nav a:visited {

font-family :Verdana, Arial;

font-size :12px;

text-decoration : none;

font-weight : bold;

color : #FFFFFF;

} 

#nav a:hover {

font-family :Verdana, Arial;

font-size :12px;

text-decoration: underline;

font-weight : bold;

color : #FFFF00;

}

#nav {
    position:absolute;
    top:122px;
	width: 760px;
	height:auto;
	padding:2px;
	text-align:center;
	word-spacing:8px;
	border: 1px solid #6699CC;
}		
	

