/* CSS Document */
*{margin:0;padding:0;border:0;outline:0;list-style:none;text-decoration:none}
body{
	font-family:"Gill Sans MT", Tahoma;
	font-size:18px;
	color: #FFFFFF;
	text-align:left;
	margin-left:0px;
	background-color:#000000;
}

li{
	list-style-type:circle;
}

ul{
	padding-left: 30px;
}

#container{
	width:100%;
	height:1000px;
}

#principal{
	width:600px;
	float:right;
}

#principal a{
	color:#99CCFF;
	text-decoration:none;
	font-family:"Gill Sans MT", Tahoma;
	font-size:18px;
}

#principal a:hover{
	color: #0099FF;
	text-decoration:underline;
	font-family:"Gill Sans MT", Tahoma;
	font-size:18px;
}

#principal h1{
	font-size:26px;
	text-decoration: underline;
	color: #FF99FF;
	font-style:normal;
	border:1px solidc #FFFFFF; 
}

.footer {
	font-size:10px;
	text-decoration: none;
	color: #FFFFFF;
}



#colunaDireita{
	width:120px;
	float:right;
}

#divSeparador{
	width:20px;
	float:right
}

#divMenu{
	width:600px;
	float:right;
}

.separadorVertical{
	width:30px;
}

.fotoEsquerda{
	float:left;
	padding:5px 5px 5px 5px;
}

.fotoDireita{
	float:right;
	padding:5px 5px 5px 5px;
}

input, textarea, select{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	 font-family:"Gill Sans MT", Tahoma;
	 font-size:12px;
}

textarea{
	width:98%;
}

.botoes{
	background-color:#FF0000;
	border:1px double #CCCCCC;
	 font-family:"Gill Sans MT", Tahoma;
	 font-size:14px;
	 color:#FFFFFF;
	 font-weight:bold;
}

#principal tituloAnos{
	font-size:26px;
	text-decoration: none;
	color: #ff0099;
}

.separadorH{
	background:url(images/separadorH.png) bottom no-repeat;
	width:30px;
}

.img1{
	background-image:url(../images/backgrounds/maiores/1.jpg);
}
.img2{
	background-image:url(../images/backgrounds/maiores/2.jpg);
}
.img3{
	background-image:url(../images/backgrounds/maiores/3.jpg);
}
.img4{
	background-image:url(../images/backgrounds/maiores/4.jpg);
}