@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../imagens/body.gif);
	margin:0;
}

h2{
	font-size:25px;
	color:#000000;
	text-align:center;
}

#geral-master{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:20px;
	border:1px solid #FFFFFF;
}

#geral{
	width:900px;
	height:auto;
	margin:0 auto;
	display:table;
}

#topo{
	width:900px;
	height:130px;
	float:left;
}

#logo{
	width:900px;
	height:130px;
	float:left;
}

#informacao{
	width:900px;
	height:30px;
	float:left;
}

#informacao h1{
	font-size:23px;
	color:#FFFFFF;
}

#conteudo{
	width:860px;
	height:auto;
	float:left;
	padding:0 20px 0 20px;
	margin-top:57px;
	background-color:#dadada;
	border:1px solid #000;
}

#conteudo h1{
	font-size:25px;
	color:#2d3853;
	text-align:center;
}

form{
	width:400px;
	height:auto;
	float:left;
}

input[type=text]{
	border:1px solid #000;
	height:25px;
}

textarea{
	border:1px solid #000;
}

input[type=submit]{
	width:108px;
	height:38px;
	border:none;
	background-color:#2d3853;
	border:1px solid #000000;
	color:#FFFFFF;
	font-size:18px;
}
