	/*	Solar Beach	*/

* {margin:0; padding:0;}
img{border:0;}
ul, li, ol{list-style:none;}
a {cursor:pointer; text-decoration:none;}
a:hover {text-decoration:underline;}
h1 {font-size:22px; font-weight:bold; color:#006699; margin:8px;}
h2 {font-size:22px; font-weight:bold; color:#006699; margin:8px;}

p {padding:2px 0 0 5px; font-size:14px; line-height:22px; letter-spacing:0px; }
body {background:url(../imagens/bg.jpg) repeat-x #FFF; font-family:Verdana, Arial, sans-serif;}


#introducao {
	width:750px;
	margin:auto;
	padding:5px;
	text-align:center;
	background:#FFF;
	border:1px solid #CCC;
	border-bottom:2px solid #CCC;
}
#container {
	width:773px;
	margin:auto; 
	background:#FFF;
}
#topo {
	width:inherit;
	height:222px;
	background:url(../imagens/topo.jpg);
}
#menu {
	width:193px;
	height:516px;
	float:left; 
	background:url(../imagens/menu.jpg);
}
#menu li {
	line-height:38px;
}
#menu li a {
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	margin-left:12px;
}

#conteudo {
	width:560px;
	background:#FFF; 
	float:left;
	padding:0 10px; 
	_padding:0px;
}
#rodape {
	width:inherit;
	height:52px;
	clear:both;
	text-align:center;
	background:url(../imagens/rod.jpg);
}

#bodyIntro {
	background:url(../imagens/bg.jpg) repeat-x white;
	padding:40px 0 0 0;
}

.imagemContato{margin-left:15px;}

.clearboth {clear:both;}
.titulo {margin-left:10px; font-size:14px; color:#FF6633; font-weight:bold;}
.contact {margin-bottom:4px;}
.entrar {font-weight:bold; color:#0066CC; text-decoration:none; font-size:14px; margin-bottom:4px;}
.oesp { color:#0066CC; text-decoration:none; font-size:12px;}

.textoCentro{text-align:center;}

.floatLeft{float:left;}
.floatRight{float:right;}

