*{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana;
	border:none;
}


/* DIVS */
#container {
	position:absolute;
	left:50%;
	width:768px;
	margin-left:-384px;
	background-image:url(../imagens/bgContainer.jpg);
	background-repeat:no-repeat;
}

#menu{
	margin-left:9px;
	width:754px;
}
#menu img{
	margin:-1px;
}

#flashIndex{
	margin-left:9px;
}

#flashInterna{
	position:absolute;
	width:768px;
	margin-left:9px;
	*margin-left:-1px;
}

#box{
	margin-left:10px;
}
#box img{
	*margin-top:0px;
}

#titulo {
	position:absolute;
	left:10px;
	top:340px;
	width:200px;
	text-align:center;
}

#conteudo{
	width:510px;
	margin-left:220px;
	padding-top:50px;
	display:table;
	padding-bottom:60px;
}

#rodape{
	position:absolute;
	bottom:0px;
}
#rodape img{
	*margin-bottom:-10px;
}

/* ELEMENTOS HTML */
html, body {
	height: 100%;
}

#container {
	min-height: 100%;
}

* html #container {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}

body {
	color: #333333;
	font-size: 11px;
	background-color:#FFFFFF;
	background-image:url(../imagens/bg.jpg);
	background-repeat:repeat-x;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:underline;
	background-color:#CCCCCC;
}

/* CLASSES */

.campoForm {
	color:#333333;
	background-color:#FFFFFF;
	border: 1px solid #ABADB3;
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
}