* {
	padding:0;
	margin:0;
	font-family:Tahoma, Verdana, Arial;
	}
	
body {
	background:#fff url(../images/fundo.jpg) center bottom repeat-x fixed; 
	}
	
#container {
	width:770px;
	margin: 0 auto;
	color:#fff;
	background-color:#1d282d;
	}
	
#topo {
	width:770px;
	margin: 0 auto;
	height: 96px;
	background:#fff url(../images/topo.jpg) right;
	}
	
#topo h1 {
	width:166px;
	height:91px;
	text-indent:-9999px;
	background:url(../images/h1) center no-repeat;
	margin-left: 8px;
	}
	
#barnav {
	width:770px;
	height:39px;
	margin: 0 auto;
	background:url(../images/barnav.jpg) left center no-repeat;
	position:relative;
	top:-23px;
	}
	
html>body #barnav {
	position:static;
	}
	
#princ {
	width:507px;
	background-color:#1d282d;
	float:left;
	margin-top: -25px;
	padding-left:20px;
	padding-right:20px;
	}
	
#princ p {
	font-size:13px;
	padding-left:7px;
	margin-top:7px;
	}
	
#princ em {
	border-bottom:1px dotted #fff;
	}
	
html>body #princ {
	margin-top:-7px;
	}
	
.end {
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px dotted #fff;
	margin-top: 25px;
	font-size:12px;
	font-weight:bold;
	}
	
.servico {
	border: 1px dotted #fff;
	padding:10px;
	}
	
.servico img {
	margin: 5px;
	border:1px solid #f0f0f0;
	}
	
#lateral {
	width:216px;
	margin-top: -17px;
	border-left: 1px dotted #fff;
	padding-left: 3px;
	}
	
html>body #lateral {
	margin-left:550px;
	padding-top: 7px;
	margin-top: 0px;
	}
	
.cont-lado h2 {
	font-size:20px;
	text-align:center;
	}
	
.cont-lado {
	cursor:pointer;
	}
	
a {
	color:#FFFFFF
	}
	
a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}
	
fieldset {
	width:360px;
	padding:15px;
	margin:0 auto;
	border:1px solid #fff
} 

fieldset input {
	margin-bottom:5px;
	margin-left:15px;
}
fieldset input:hover {
	border: 2px solid #CC3300
}
fieldset input:focus {
	border: 2px solid #CC3300
}

fieldset textarea {
	margin-left:15px;
	width:165px;
	}
fieldset textarea:hover {
	border: 2px solid #CC3300
	}
fieldset textarea:focus {
	border: 2px solid #CC3300
	}
	
.botao {
	background-color:#fff;
	font-weight:bold;
	border:2px solid #ccc;
	font-size:13px;
}

.end {
	font-size:12px;
	padding:5px;
}
	
	
#rodape {
	clear:both;
	}
	
address {
	background:url(../images/rodape.jpg) center center no-repeat;
	height:40px;
	padding-top: 7px;
	font-style:normal;
	text-align:center;
	font-size: 11px;
	color:#c2c3c5;
	margin-top: 5px;
	}
	
address a {
	color:#c2c3c5;
	}
	
address a:hover {
	color:#c2c3c5;
	text-decoration:overline underline;
	}
	
.titulo {
	font-size: 20px;
}

.titulo2 {
	font-size: 14px;
}

.tamanho12 {
	font-size:12px;
}

label {
	font-size:12px;
}

legend {
	font-size:14px;
}