body {
	color: #000000;
	background-color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	cursor: default;
	text-align: center; /* hack para o IE */
}
#all {
	width: 778px;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
	background-color: #000;
}
#top {
	background-color: #000000;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#title {
	float: left;
	width: 270px;
}
#banner {
	width: 503px; /* mais 5 do padding do top */
	float: right;
	text-align: right;
}
#content {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 27px 5px 27px;
	min-height: 400px; /* Firefox */
	height: auto !important;
	_height: 400px; /* IE - utiliza-se o _ para especificar o IE */
}
#left {
	width: 310px;
	float: left;
	padding: 10px;
}
#right {
	width: 418px;
	padding: 10px;
	padding-top: 20px;
	float: right;
}
#bottom {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	background: url(images/bottom.jpg) left bottom repeat-x;
}
#rss {
	position: absolute;
	top: 113px;
	right: 8px;
}
#stats {
	position: absolute;
	top: 116px;
	right: 67px;
}
#mascara {
	position: absolute;
	top: 120px;
	left: 10px;
	background: url(images/mascara.gif) no-repeat left top;
	width: 340px;
	height: 240px;
}
#smallbanner {
	margin-top: 5px;
}
h1 {
	margin: 0px;
	font: 2.0em "Trebuchet MS", Verdana;
}
h2 {
	margin: 0px;
	font: 1.3em "Trebuchet MS", Verdana;
	color: #008299;
}
.marquee {
	cursor:default;
	border:1px solid #333333;
	border-bottom-width:3px;
	padding:5px;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
}



/* image border 1px */
.img1px img {
	border: 1px solid #999999;
	padding: 2px;
	background-color: #000000;
}
.img1px a:hover img {
	background-color: #FFFFFF;
}
.img1px a:hover {
	color: #C5DFE4;
}
/**************/
.link {
	color: #CCCCCC;
	text-decoration: none;
}
.link:hover {
	color: #FFFFFF;
}
.link2 {
	color: #666666;
	text-decoration: none;
}
.link2:hover {
	color: #FFFFFF;
}
.anteriores {
	margin-top: 10px;
	width: 418px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000;
}


/* menu */
#menu {
	background: url(images/menu.jpg) repeat-x top;
	height: 33px;
	padding-left: 27px;
	padding-top: 7px;
}
#menu a.inicio {
	display: block;
	background-image: url(images/menu_inicio.gif);
	width: 45px;
	height: 20px;
}
#menu a.inicio:hover {
	background-image: url(images/menu_inicio_hover.gif);
	background-position: 0 -20px;
}
#menu a.empresa {
	display: block;
	background-image: url(images/menu_empresa.gif);
	width: 70px;
	height: 20px;
}
#menu a.empresa:hover {
	background-image: url(images/menu_empresa_hover.gif);
	background-position: 0 -20px;
}
#menu a.filmagem {
	display: block;
	background-image: url(images/menu_filmagem.gif);
	width: 74px;
	height: 20px;
}
#menu a.filmagem:hover {
	background-image: url(images/menu_filmagem_hover.gif);
	background-position: 0 -20px;
}
#menu a.contato {
	display: block;
	background-image: url(images/menu_contato.gif);
	width: 62px;
	height: 20px;
}
#menu a.contato:hover {
	background-image: url(images/menu_contato_hover.gif);
	background-position: 0 -20px;
}
