/* -----------------------------------------------------------------------
 Creta
 Author: Ricieri Garcez Rosa <ricieri@garcez-rosa.net>
* Copyright (c) 2008-Present.
----------------------------------------------------------------------- */

/* geral */

body {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	background: #D7DDB9 url(images/bg.jpg) no-repeat center top;
	text-align: center;
	color: #464646;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

a:hover {
	text-decoration: underline;
}


#container {
	width: 1000px;
	/*border: 1px solid red;*/
	text-align: left;
	margin: 0 auto;
}

#content {
	background: url(images/content_bg.png) center center;
	margin-top: -10px;
	padding-bottom: 5px;
}

#content h3 {
	margin: 0;
	margin-top: 6px;
	margin-left: 8px;
	text-indent: -999em;
	/*border: 1px solid red;*/
}

#content .column {
	width: 302px;
	padding: 0 11px;
}

#content #location h3 {
	background: url(images/title_localizacao.png) no-repeat left center;
	
}

#content #information h3 {
	background: url(images/title_info-paciente.png) no-repeat left center;
}

#content #tour h3 {
	background: url(images/title_tour.png) no-repeat left center;
}

#content p {
	font-size: 10px;
}

#content p a {
	color: #3a8476;
	font-weight: bold;
}

#footer {
	width: 1000px;
	background: url(images/footer_bg.png) no-repeat top center;
	/*border: 1px solid red;*/
	height: 100px;
	text-align: center;
	font-size: 9px;
	padding-top: 22px;
	color: #7d7d7d;
}

#footer a {
	color: #7d7d7d;
}

