*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:none;
}


/* DIVS */
#container {
	width:100%;
	background-image:url(../imagens/bgRodape.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
	display:table;
}

#containerSite {
	width:990px;
	position:relative;
	left:50%;
	margin-left:-495px;
}

#topo {
	display:table;
}

#lateral {
	position:absolute;
	width:245px;
	top:300px;
}

#conteudo {
	width:820px;
	display:table;
	float:right;
}

#rodape {
	display:table;
	width:990px;
	text-align:right;
	margin-top:50px;
}


/* ELEMENTOS HTML */
body {
	color: #333333;
	font-size: 10px;
	background-image:url(../imagens/bgTopo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#ED4844;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#999999;
	text-decoration:none;
}
h1{
	font-size:20px;
}

/* CLASSES */

.campoForm {
	color:#333333;
	background-color:#EBEBEB;
	border: 1px solid #EBEBEB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	height:20px;
}

.imgBorda {
	border:solid 1px #CCCCCC;
	padding:1px;
}
