*{margin:0; padding:0; border:0;}
@font-face {
    font-family: 'AmerikaSansRegular';
    src: url('amersn__-webfont.eot');
    src: url('amersn__-webfont.eot?#iefix') format('eot'),
         url('amersn__-webfont.woff') format('woff'),
         url('amersn__-webfont.ttf') format('truetype'),
         url('amersn__-webfont.svg#webfontHnttgtcN') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Formatação de tags */
body{font-family: 'AmerikaSansRegular'; font-size:14px; color:#FFFFFF; background:url(../img/background.jpg) no-repeat center top;}
header, footer, section, aside, nav, article {display: block;}
h1, h2, h3, h4, h5, h6{text-shadow:0px 5px 5px #000;}
a{text-decoration:none; color:#09C;}

/* Formatação da logo */
h1#logo{width:288px; height:150px; margin:0 auto; background:url(../img/logo.png) no-repeat center top;}
h1#logo span{display:none;}

/* Formatação de tags especiais */
.bold{font-weight:bold;}

/* Formatação do site */
section#all{width:780px; height:auto; margin:0 auto;}
	header#header{width: 780px; height:150px; margin:0 auto; text-align:center;}
	section#content{width:780px; height:auto; overflow:hidden;}
		#descricao{overflow:hidden;}
			#descricao h2{text-align:center; margin:0 0 10px 0;}
			#descricao p{margin:0 0 10px 0;}
			#descricao ul{text-decoration:none; font-size:13px; list-style:none; text-shadow:0px 1px 1px #000;}
				#descricao ul li{width:50%; float:left; display:block;}	
		#inauguracao{}
			#inauguracao h2{text-align:center; margin:10px 0 10px 0;}
			#inauguracao p{text-align:center;}
		#rodape{}
			#rodape p{text-align:center; margin: 15px 0 0 0;}
