body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../img/layout/bg.jpg) repeat-x;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	color: #66505d; /*cor roxo de texto*/
}
#geral{
}
#site{
	width:990px;
	margin-top:10px;
}
#header{
	width:794px;
	float:left;
	background-color:#ffffff;
	text-align: left;
}
#menu{
	width:767px;
	height:18px;
	margin-top:6px;
	margin-left:6px;
	margin-right:6px;
	background-color:#cd006d;
	font-size: 14px;
	padding:4px 0px 4px 15px;
	color:#ffffff;
}
#banner{
	width:788px;
	height:248px;
	margin-right:6px;
	margin-bottom:6px;
}
#patrocinadores{
	width:196px;
	height:286px;
	float:left;
	text-align: left;
	background-image:url('../img/layout/bg_top_right.jpg');
	background-repeat:no-repeat;
}
#pesquisa{
	width:196px;
	height:44px;
	margin-top:76px;
	background-image:url('../img/layout/bg_pesquisa.jpg');
	background-repeat:no-repeat;
}
#icons_patrocinadores{
	width:184px;
	height:152px;
	padding:6px;
	background-image:url('../img/layout/bg_patrocinadores.jpg');
	background-repeat:no-repeat;
}
#main{
	width:990px;
	text-align: left;
}
#lat_esq{
	width:196px;
	float:left;
	background-color:#ffffff;
}
#content{
	width:586px;
	float:left;
	margin-left:6px;
	margin-right:6px;
}
#lat_dir{
	width:196px;
	float:left;
}
#footer{
	text-align:left;
	width:990px;
	height:82px;
	margin-top:6px;
	background-image:url('../img/layout/bg_footer.jpg');
	background-repeat:repeat-x;
	color:#ffffff;
}
#menu_footer_esq{
	width:779px;
	height:25px;
	border-bottom:solid 1px #ffffff;
	padding-top:15px;
	margin-left:15px;
	float:left;
}
#menu_footer_dir{
	width:181px;
	height:35px;
	border-bottom:solid 1px #ffffff;
	padding-top:3px;
	padding-bottom:2px;
	margin-right:15px;
	float:left;
	text-align:right;
}

#copy_footer{
	width:480px;
	height:31px;
	padding-top:10px;
	margin-left:15px;
	float:left;
}
#design_footer{
	text-align:right;
	width:480px;
	height:31px;
	padding-top:10px;
	margin-right:15px;
	float:left;
}



.butform{
	background-color:#8e285e;
	color:#FFFFFF;
	border:0px;
	PADDING: 3px;
	FONT-FAMILY: Arial;
	font-size: 12px;
	cursor:hand;
	BORDER: #8e285e 1px solid; 
}
.input {
	BORDER: #8e285e 1px solid; 
	FONT-SIZE: 12px; 
	COLOR: #8e285e; 
	PADDING: 4px; 
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #fefefe
}

.textarea{
	BORDER: #8e285e 1px solid;
	FONT-FAMILY: Arial;
	font-size: 12px;
	color: #8e285e;
	HEIGHT: 60px;
	PADDING: 4px;
}
