@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding-top:0px;
}
body
{
	background-image:url(../images/bg.jpg);
	padding-top:60px;
}
#center
{
	width:100%px;
	text-align:center;
}
#conteudo
{
	width:800px;
	margin:auto;
	
	}
.topo
{
	width:800px;
	height:150px;
	background-image: url(../images/bg_paginas.png);
	background-repeat:no-repeat;
	}
.meio
{
	width:800px;
	background-image:url(../images/bg_meio_paginas.gif);
	background-repeat:repeat-y;

	}
	.meio_home
{
	width:800px;
	background-image: url(../images/bg_home.gif);
	}
	.base
{
	width:800px;
	height:180px;
	margin:auto;
	background-image: url(../images/bg_base_paginas.png);
	}
	
	.base_home
{
	width:800px;
	height:180px;
	margin:auto;
	background-image: url(../images/bg_base_paginas.png);
	}
	.nome
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	.email
	{
		width:200px;
		height:18px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		border:1px solid #906;
	}
	.mensagem
	{
		width:200px;
		height:60px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		border:1px solid #906;
	}
	.botao
	{
		width:60px;
		border:24px;
		padding-top:2px;
		background-color:#906;
		border:1px solid #FFF;
		color:#FFF;
		font-size:11px;
		font-weight:bold;
	}
	.formulario
	{
		width:600px;
		padding-left:100px;
		text-align:left;
	}
	.obs
	{
		text-align:left;
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.check
	{
		float:left;}
