/** Zerando todos os margins naturais para não atrapalhar **/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Times, Verdana, Tahoma;
}
html, body {
	height: 100%;
}
* html #tudo {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}
* html #geral {
	height: 97%; /* hack para IE6 hq trata height como min-height */
}
* html #base {
	width: 100%; /* hack para IE6 hq trata height como min-height */
}
body {
	background-color: #FEFEFE;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#tudo {
	width:100%;
	min-height: 100%;
	background-image: url(../images/bgBolo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#tudo2 {
	width:100%;
	min-height: 100%;
	position: relative;
}


#geral{
	width:770px;
	margin-right: auto;
	margin-left: auto;
}
#base{
	width:100%;
	height:30px;
	background-color:#B95205;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left:0;
}
#base p{
	font-family: "Trebuchet MS", Times, Verdana, Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	margin-top:5px;
}
.trebuchet12Red {
	font-family: "Trebuchet MS", Times, Verdana, Tahoma;
	font-size: 12px;
	color: #B95205;
	text-decoration: none;
}
.trebuchet12Wht {
	font-family: "Trebuchet MS", Times, Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.trebuchet12Gray {
	font-family: "Trebuchet MS", Times, Verdana, Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.trebuchet12Green {
	font-family: "Trebuchet MS", Times, Verdana, Tahoma;
	font-size: 12px;
	color: #ABA30A;
	text-decoration: none;
}
.trebuchet16Red {
	font-family: "Trebuchet MS", Times, Verdana, Tahoma;
	font-size: 16px;
	color: #B95205;
	text-decoration: none;
}
.campoContato{
	font-family: "Trebuchet MS", Times, Verdana, Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #ABA30A;
	width: 168px;

}
