/* CSS Document */

/* Posicionamento de Divs */

html, body, #geral{
	height:100%;
	_height:100%;
	background-color:#999999;
	color:#333333;
	overflow:inherit;
	}
	
body{
	margin:0;
	text-align:center;
	background-color:#999999;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	}
	
#geral{
	width:910px;
	margin:0 auto;
	background:#999999 url(../imagens/back.jpg);
	}
	
#topo{
	width:910px;
	height:150px;
	background-color:#999999;
	background-image:url(../imagens/banner.jpg);
	}
	
#menu_lateral{
	width:100px;
	background-color:#CCCCCC;
	font-size:10px;
	float:left;
	}
	
#menu_lateral_dir{
	width:100px;
	background-color:#CCCCCC;
	font-size:10px;
	float:right;
	}
	
#conteudo{
	margin-left: 110px;
	padding: 5px;
	width: 680px;
	text-align:justify;
	background-color:#CCCCCC;
	}
	
#formulario{
	width:400px;
	margin:0 auto;
}


	legend{font-weight:bold;}
	#formulario td{text-align:left;}
	#formulario th{text-align:left; width:100px;}
	input{width:290px;}
	input.button1{background-color:#3366FF;}
	input.button2{background-color:#CC3300;}
	select{width:295px;}
	.radiobutton{width:auto;}
	conteudo_galeria{
	margin:0 auto;
	top:150px;
	}
	table{
	width:680;	
	margin:0;
	margin-right:100px;
	margin-left:100px;
	margin-top:0;
	}