.container{
	width:750px;
	background: url(img/tira_bg.jpg);
}

banner{
	height: 180px;
}

p{
	font-family: georgia;
	font-size: 15px;
	text-align: justify;
	text-indent: 50px;
	color: white;
	margin-left: 15px;
	margin-right: 15px;
	padding: 50px;
}

body {
	background: url(img/tira.jpg);
	margin: 0;
}

#topo img{
	margin: 0;
}

a{
	color: white;
	font-family: tahoma;
	font-size: 15px;
}
li{
	display:inline;
	padding:18px;
}
a:hover{
	color:red;
	font-size:20px;
}

.galeria {
	width:680px; 
	margin:0 auto;
	text-align:left; 
}
.img-aqui { 
	background: #fff ; 
	width:500px; 
	height:375px; 
	position:relative; 
	top:8px;
	float:right; 
	border:1px solid #fff;
}
ul.fotos {
	position:relative;
	list-style:none;  
	width:162px;
	padding:1px;
	background:#999;
	margin:0; 
	padding:0; 
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
}
ul.fotos li {
	width:75px;
	height:50px;
	float:left; 
	border:2px solid #444;
	margin:1px; 
}
ul.fotos li img {
	border:none; 
	width:75px;
	height:50px;
}
ul.fotos li span img {
	border:none;
	width:500px;
	height:375px;
	height:auto;
}
ul.fotos a {
	display: block;
} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span.legenda {
	display: block;
	text-align:center; 
	width:500px;
	position:absolute;
	top:375px;
	left:-2px;
}
ul.fotos a:hover span {
	display: block;
	position: absolute; 
	top:-5px; 
	left: 177px; 
	background:#fff;
	border:2px solid #666;
}
ul.fotos a:hover span.legenda {
	padding:5px 0;
	color:#333; 
}


#rodape marquee{
	color:white;
	font-size: 20px;
}

#marquee{
	margin: 10px;
	font-size: 30px;
	color: black;
}

#marquee a{
	font-size: 30px;
	color: black;
}

table{
	color: white;
	padding: 15px;
	font-family: georgia;
	font-size: 14px;
}

h3{
	color: white;
}

table a{
	color: white;
}

table a:hover{
	color: red;
}

table td{
	padding: 20px;
}

label{
	color: white;
	text-align: center;
}

b{
	color: orange;
}