html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #6c0000;
	background-image: url("images/back2.jpg");
}

#container {
	width: 758px;
	margin: auto;
	background-image: url("images/back2.jpg");
}


#header {
	background-image: url("images/homeheader.jpg");
	height: 443px;
}

/* Main Navigation */

#navigation { height: 40px; }
#navigation dl { margin: 0; padding: 0; }

/* IE5 Mac Hack \*/ 
#navigation { padding-left: 0px; } 
/*/ 
#navigation { padding-left: 0px; overflow: hidden; } 
/* End Hack */

#navigation dt { float: left; }

#navigation dt a {
	display: block;
	height: 0px !important;
	height /**/:40px; /* IE 5/Win hack */ 
	padding: 40px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#navigation dt a:hover {
	background-position: 0 -39px;
}


#navigation dt#evento,
#navigation dt#evento a { width: 194px; background-image: url(images/homeevento.jpg); }

#navigation dt#programacao,
#navigation dt#programacao a { width: 136px; background-image: url(images/homeprogramacao.jpg); }

#navigation dt#filmes,
#navigation dt#filmes a { width: 67px; background-image: url(images/homefilmes.jpg); }

#navigation dt#noticias,
#navigation dt#noticias a { width: 77px; background-image: url(images/homenoticias.jpg); }

#navigation dt#parceiros,
#navigation dt#parceiros a { width: 93px; background-image: url(images/homeparceiros.jpg); }

#navigation dt#contato,
#navigation dt#contato a { width: 189px; background-image: url(images/homecontato.jpg); }


#content {
	background-image: url("images/back2.jpg");
}


#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content .padding {
	padding: 25px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#footer {
	background-image: url("images/homefooter.jpg");
	height: 60px;
}