html {
	margin : 0;
	padding : 0;
	height : 100%;
	width : 100%;
}
body {
	margin : 0;
	padding : 0;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 0.9em;
	height : 100%;
	width : 100%;
	background-image : url(img/bg.jpg);
	background-repeat :repeat-x;
	background-color:#000;
	background-position:center top;
}
#container {
	width :950px;
	height:541px;
	margin-right : auto;
	margin-left: auto;
	background:none;
	z-index :4;
	position : relative;

	background-color:none;
	
	margin-top:2px;
}

#conteudo {
	background: #333 url(img/fundo.jpg) no-repeat;
	width :440px;
	height:368px;
	margin-top:25px;
	margin-left:50px; 
	border:4px solid #FFF;

}
#agenda {
	float:left;
	background:#FFF;
	background-image:url(img/01.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top:20px;
	padding-left:20px;
	width:570px;
	height:545px;

	margin-left:1px;
	margin-right:15px;
	overflow:scroll;
}
#endereco {
	height:auto;
	margin-left:10px;
	padding:80px 20px 10px 15px;
	line-height:1.4em;
	text-align:justify;
}
#imagem {
	background-image:url(img/ingressos.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	width:264px;
	height:108px;
	float:right;
	margin-left:20px;
}
#rodape {
	margin-top:5px;
	background: #000;
	width :940px;
	height:10px;
	padding:5px;
}
a:link {
	color: #F90;
	text-decoration : none;
}
a:visited {
	color : #F90;
	text-decoration : none;
}
a:hover, a:active {
	color: #F60;
	text-decoration:underline;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #900;
}
h2 {
	margin:0 5px;
	padding:0 0 .3em 0;
	font-style:italic;
	font-weight:normal;
	font-size:1.10em;
	line-height:1em;
	color: #333;
}
h2 em {
	color:4d4d4d;
}
h1 {
	margin:0 6px;
	padding:0 0 .5em 0;
	font-style:italic;
	font-weight:normal;
	font-size:1.25em;
	line-height:2.375em;
	color:#CCC;
}
h1 em {
	color:4d4d4d;
}
h1 a:link, h1 a, h1 a:hover, h1 a em, h1 a:link em, h1 a hover em {
	border-color:#999;
	color:#999;
}
#container #conteudo #endereco p {
	padding:0px;
	margin:0px;
	padding-right:10px;
}
.galeriadefots {
	float:left;
	width:223px;
	height:150px;
	margin-left:13px;
	margin-bottom:50px;
	margin-top:0;
	margin-right:13px;
	padding:8px;
	background-color:#f5f7f9;
	border-right: #a5a7aa solid 1px;
	border-bottom: #a5a7aa solid 1px;
	text-align:center;
}
#container #conteudo #agenda .galeriadefots .p2 {
	width :250px;
	font-style : normal;
	font-size : 16px;
	padding-top:5px;
	text-align: justify;
	height:auto;
	float:left;


}
#container #conteudo #agenda #linha {
	margin-top:60px;
	width:550px;
	float:left;
}
#container #conteudo #endereco h2 {
	color:#CCC;
}
#container #conteudo #endereco p {
	color:#CCC;
}
