﻿* 
{
	padding:0;
	margin:0;
}

body
{
	text-align: center;
	background: #edf1ff url("imagens/bg.png") repeat-x;
}

#container
{
	width: 760px;
	margin: auto;
	text-align: justify;
	margin-top: 5px;
	background: #fff;
	padding: 5px;
}

#cabecalho
{
	width: 760px;
}

#cabecalho h1
{
	background: url("imagens/logo.jpg") no-repeat top left;
	height: 139px;
	width: 183px;
	float: left;
	margin:20px;
}

#cabecalho span
{
	display: none;
}

#cabecalho p
{
	float: right;
	text-align: center;
	width: 510px;
	height: 138px;
	margin: 8% 0;
	text-indent: -9000px;
	background: url("imagens/hands.jpg") no-repeat center;
	margin: 0;
}

#menu
{
	list-style: none;
	height: 258px;
	width: 268px;
	clear: left;
	float: left;
	font: normal 1.0em Verdana, Geneva, sans-serif;
	background: url("imagens/blackboard.png") no-repeat 0 0;
	margin-left: -30px;
}

#menu li a
{
	height: 37px;
	text-indent: -9000px;
	width: 162px;
	display: block;
	margin: 15px 10px -5px 20px;
}
	
a.osolar:link, a.osolar:visited
{
	background: url("imagens/links.png") no-repeat 0 0;
}
a.osonho:link, a.osonho:visited
{
	background: url("imagens/links.png") no-repeat 0 -75px;
}
a.ahistoria:link, a.ahistoria:visited
{
	background: url("imagens/links.png") no-repeat 0 -148px;
}
a.aescola:link, a.aescola:visited
{
	background: url("imagens/links.png") no-repeat 0 -222px;
}
a.ocontato:link, a.ocontato:visited
{
	background: url("imagens/links.png") no-repeat 0 -297px;
}

a.osolar:hover, a.osolar:active
{
	background: url("imagens/links.png") no-repeat 0 -37px;
}
a.osonho:hover, a.osonho:active
{
	background: url("imagens/links.png") no-repeat 0 -111px;
}
a.ahistoria:hover, a.ahistoria:active
{
	background: url("imagens/links.png") no-repeat 0 -185px;
}
a.aescola:hover, a.aescola:active
{
	background: url("imagens/links.png") no-repeat 0 -259px;
}
a.ocontato:hover, a.ocontato:active
{
	background: url("imagens/links.png") no-repeat 0 -339px;
}

#conteudo
{
	padding: 10px 10px 120px;
	font: oblique 1.0em Verdana, Geneva, sans-serif;
	line-height: 1.6em;
	float: left;
	width: 490px;
	margin-top: -50px;
}

#conteudo h2
{
	color: #28166f;
	padding: 5px;
}

#conteudo p, #conteudo ul
{
	padding: 15px;
}

#rodape
{
	font: normal 0.9em Verdana, Geneva, sans-serif;
	text-align: center;
	top:515px;
	width:760px;
	clear: both;
}

#gallery {
			background-color: #FFF;
			padding: 10px;
			width: 375px;
			border: 2px solid #DDD;
			text-align: center;
		}
#gallery ul { list-style: none; }

#gallery ul:after, div:after{ 
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

#gallery li 
{ 
	float: left; 
	width: 172px;
}

#gallery a {text-decoration: none; border: 0;}
#gallery  img {border: 0;}

#gallery h3
{
	color: #333;
}

#gallery a:link, 
#gallery a:visited, 
#gallery a:hover, 
#gallery a:active
{
	text-decoration: none;
}


label
{
	cursor: pointer;
	display: block;
}

.dados
{
	display:block;
	font-size:1.4em;
	height:30px;
	margin-top:10px;
	width:475px;	
}

textarea.dados
{
	height: 90px;
}

#contato label:first-letter {
text-decoration:underline;
}

#contato fieldset
{
	width: 300px;
	border: 0;
}

.error
{
	color: #e6181b;
}





