body {
	margin: 0px;
	background-color: #FBF3D4;
	background-image: url(../img/fundo_body.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
* {
	margin: 0px;
}
a {
	text-decoration: none;
	color: #545454;
}
a:hover {
	text-decoration: underline;
	color: #545454;
}
p {
	margin: 0px;
	margin-bottom: 8px;
}
h1 {
	color: #8f7302;
	font-size: 14px;
	margin-bottom: 8px;
}
h2 {
	font-size: 14px;
}
img {
	border: none;
}

#splash {
	width: 300px;
	height: 214px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -107px;
	z-index: 99;
}

#layout {
	width: 779px;
	height: 727px;
	position: absolute;
	left: 50%;
	margin-left: -389px;
}

#layout_interna {
	width: 779px;
	height: 760px;
	position: absolute;
	left: 50%;
	margin-left: -389px;
}

#topo {
	width: 779px;
	height: 295px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#corpo {
	width: 779px;
	height: 432px;
	position: absolute;
	top: 295px;
	left: 0px;
}

#lado_esquerdo {
	width: 191px;
	height: 400px;
	position: absolute;
	top: 18px;
	left: 2px;
}

#destaques {
	width: 169px;
	height: 199px;
	float: left;
	padding-top: 34px;
	padding-left: 11px;
	padding-right: 11px;
}

#marcas {
	width: 191px;
	height: 132px;
	float: left;
	padding-top: 20px;
	text-align: center;
}

#noticias {
	width: 356px;
	height: 361px;
	position: absolute;
	top: 18px;
	left: 201px;
	padding-top: 34px;
	padding-left: 10px;
	padding-right: 10px;
}
#noticias .nota_destaque a, .nota_destaque a:hover {
	color: #B6951A;
	font-size: 16px;
	font-weight: bold;
}

#evento {
	width: 170px;
	height: 117px;
	position: absolute;
	top: 18px;
	left: 586px;
	padding-top: 34px;
	padding-left: 11px;
	padding-right: 11px;
	text-align: justify;
}

#banners {
	width: 192px;
	height: 170px;
	position: absolute;
	top: 243px;
	left: 582px;
}
#banners .separador {
	padding-bottom: 19px;
}

#topicos {
	width: 578px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 201px;
}

#internas {
	width: 548px;
	min-height: 450px;
	position: absolute;
	top: 50px;
	left: 201px;
	padding-left: 20px;
	padding-right: 10px;
	background: url(../img/bg_conteudo.gif) repeat-y;
}

#contato .input {
	width: 400px;
}
#contato .input_pequeno {
	width: 155px;
}
#contato .textarea {
	width: 400px;
}

#reservados {
	border: #735B03 1px solid;
}
#reservados th {
	background-color: #FBF3D4;
	padding-top: 4px;
	padding-bottom: 4px;
}

#stands {
	border: #735B03 1px solid;
}
#stands th {
	background-color: #FBF3D4;
	padding-top: 4px;
	padding-bottom: 4px;
}
#stands .stand_pequeno {
	width: 170px;
}
#stands .stand_grande {
	width: 440px;
}

#programacao {
	border: 1px #B6951A solid;
}
#programacao td {
	border-bottom: 1px #B6951A solid;
}
#programacao th {
	background-color: #D5BC5E;
}

#galeria a {
	border: #ffffff 5px solid;
}
#galeria a:hover {
	border: #EBBD00 5px solid;
}

#premio .input {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#premio .input_pequeno {
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#premio .textarea {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#form_premio input {
	width: 350px;
}
#form_premio #categorias_premio {
	font-size: 11px;
}
#form_premio #categorias_premio .checkbox_premio {
	margin: 2px;
	padding: 0;
	width: 12px;
}