*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-color:#C5CDDA;
}

#banner{
	width:430px; /* w */
	height:450px; /* h */
	top:50%;
	left:50%;
	margin-top:-240px; /* =h/2 */
	margin-left:-160px; /* =w/2 */
	position:absolute;
	display:table;
	background-color:#FFF;
	border:solid 1px #1A3B80;
}

#banner p{
	text-align:right;
	padding-right:15px;
}


#banner a{
	color:#0B83B8;
	text-decoration:none;
	font-weight:bold;
}

#banner img{
	border:solid 3px #0B83B8;
	margin:12px;
}

#tudo{
	display:table;
	margin:0 auto;
	width:780px;
	background-image:url(../../imagens/tudo.jpg);
}


#topo{
	display:block;
	width:780px;
	height:307px;
	background-image:url(../../imagens/topo.jpg);
}

#topo p{
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

address{
	font-style:normal;
	display:block;
	float:right;
	text-align:right;
	margin:115px 50px 0 0;
	font-size:14px;
}

address, address a{
	color:#000;
}
address a{
	text-decoration:none;
	font-size:12px;
	color:#000;
}
address a:hover{
	font-weight:bold;
}

#topo .fone{
	padding:15px 0 15px 0;
	font-size:18px;
	font-weight:normal;
}

* html address{
	margin-right:25px;
}

.link{
	padding:40px 230px 0 0;
}

.link a{
	color:#000;
	text-decoration:none;
}	

.link a:hover{
	color:#03256D;
}

#menu{
	display:block;
	width:780px;
	height:110px;
	background-image:url(../../imagens/menu.jpg);
}

#menu li{
	list-style:none;
	text-indent:-5000px;
	display:inline;
}

#menu li a{
	float:left;
	display:block;
}

#link1 a{
	width:78px;
	height:46px;
	background-image:url(../../imagens/home.jpg);
	margin:22px 0 0 15px;
}

* html #link1 a{
	margin-left:7px;
}

#link2 a{
	width:93px;
	height:46px;
	background-image:url(../../imagens/colegio.jpg);
	margin-top:27px;
}

#link3 a{
	width:93px;
	height:46px;
	background-image:url(../../imagens/cursos.jpg);
	margin-top:27px;
}

#link4 a{
	width:97px;
	height:46px;
	background-image:url(../../imagens/eventos.jpg);
	margin-top:44px;
}

#link5 a{
	width:128px;
	height:41px;
	background-image:url(../../imagens/calendario.jpg);
	margin-top:46px;
}

#link6 a{
	width:174px;
	height:43px;
	background-image:url(../../imagens/galeria_de_fotos.jpg);
	margin-top:44px;
}

#link7 a{
	width:102px;
	height:46px;
	background-image:url(../../imagens/contato.jpg);
	margin-top:31px;
}

#flash{
	display:block;
	float:right;
	width:309px;
	height:200px;
}

#conteudo{
	display:table;
	width:680px;
	background:url(../../imagens/conteudo.jpg) no-repeat;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}

#conteudo a {
	color: #6666FF;
}


#conteudo p{
	padding:12px;
	font-size:14px;
}

#conteudo ul{
	margin-left:5px;
	font-size:14px;
}

#conteudo li{
	list-style:none;
}

table{
	font-size:14px;
}

.tit01{
	font-size:20px;
	padding:15px;
	margin-top:5px;
	font-weight:normal;
}

.tit02{
	font-size:18px;
	color:#6082C9;
	padding:15px;
	font-weight:normal;
}

.tit03 {
	font-size: 16px;
	color: #173980;
	text-align: center;
	font-weight: bold;
}


h1{
	font-size:15px;
	padding:0px;
	margin-top:15px;
	font-weight:bold;
}

h2{
	font-size:18px;
	color:#6082C9;
	padding:15px;
	font-weight:normal;
}
h3 {
	font-size: 16px;
	color: #173980;
	text-align: center;
	font-weight: bold;
}

.lightbox{
	display:block;
	width:470px;
	height:100px;
	margin:0 auto;
	padding:50px;
}

.lightbox img{
	border:solid 1px #000;
	margin:5px;
}

.fotos{
	display:block;
	width:700px;
}

.fotos img{
	border:solid 1px #000;
	margin:4px;
}
	
#rodape{
	display:block;
	width:780px;
	height:175px;
	background-image:url(../../imagens/rodape.jpg);
}

#rodape p{
	text-align:center;
	padding-top:75px;
}

#rodape a{
	color:#b7c1d6;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#rodape a:hover{
	text-decoration:underline;
}

form{
	margin:50px;
}

input, textarea{
	border:none;
	background-color:#D2E1FE;
	padding:10px;
	font-weight:bold;
}
