body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../img/layout/bg.jpg) repeat-x;
	font-size: 13px;
	text-align: justify;
	font-family:Arial;
	color: #676c6f; /*cor cinza de texto*/
}

#geral{
}
#site{
	width:937px;
}
#header{
	height:104px;
	width:937px;
	background: #FFFFFF;
	clear:both;
}
#logo{
	height:104px;
	width:124px;
	float:left;
}
#menu{
	height:60px;
	width:813px;
	float:left;
	padding-top:44px;
}
#banner{
	height:270px;
	width:937px;
	background: #FFFFFF url(../img/layout/banner.jpg) no-repeat;
	clear:both;
}
#content{
	width:937px;
	background-color: #FFFFFF;
}
#main{
	text-align:left;
	width:633px;
	margin-left:30px;
	margin-top:20px;
	float:left;
}
#lateral{
	width:274px;
	float:left;
	background: #FFFFFF;
}
#login{
	width:254px;
	height:146px;
	margin:20px 0px 0px 23px;
	padding:18px 0px 0px 0px;
	background: url(../img/layout/bg_login.jpg) no-repeat;
}
#noticia{
	width:254px;
	margin-left:20px;
}
#contacto{
	width:254px;
	height:136px;
	margin-left:23px;
	background: url(../img/layout/bg_contact.jpg) no-repeat;
}
#footer{
	width:937px;
	background: #FFFFFF;
	clear:both;
}
#menufooter{
	margin-left:30px;
	margin-right:30px;
	width:877px;
	height:25px;
	border-bottom:solid 1px #00419d;
}
#copyright{
	margin-top:10px;
	text-align:left;
	width:633px;
	margin-left:30px;
	float:left;
	height:25px;
}
#webdesign{
	margin-top:10px;
	text-align:right;
	width:244px;
	margin-right:30px;
	float:left;
	height:25px;
}


.input{
	height:15px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#889095;
	border: solid 1px #319be1;
}
.textarea{
	height:60px;
	width: 250px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#889095;
	border: solid 1px #319be1;
}
.butform{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color: #319be1;
	border: solid 1px #319be1;
}
