/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg);
}
p{
	padding:0px;
	margin:0px;
}
#Main{
	margin-top:10px;
	width:100%;
}
.Logo{
	background:url(../images/logo.png) no-repeat;
	width:192px;
	height:116px;
}
.Imagem{
	background:url(../images/desenho_mulher.png) no-repeat;
	width:223px;
	height:379px;
}
.Contato{
	background:url(../images/contato.png) no-repeat;
	width:157px;
	height:236px;

}
.FaleConosco{
	margin-top:10px;
	background:url(../images/faleconosco.png) no-repeat;
	width:159px;
	height:295px;
}
.TituloFaleConosco{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bolder;
}
.Principal{
	float:left;
	background:url(../images/principal.png) no-repeat;
	width:717px;
	height:525px;
}
.Lateral{
	float:left;
	width:223px;
}
.FormInput{
	font-size:10px;
	width:130px;
	border:none;
	overflow:hidden;
}
