/* CSS Document */
body {
	margin:0;
	padding:0;
	background-image: url(../img/bg_topo.gif);
	background-repeat: repeat-x;
	}
#tudo {
	width:740px;
	margin:0 auto;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-y;
	position:relative;
	}

#topo {
	height:100px;
	background:#069;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 10px;
	}
#topo h1 {
	color:#FFCC00;
	margin-top:0;
}
#topo a {
	text-decoration:none;
	color:#FFCC00;
}
#topo p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	}
#menu {
	position:absolute;
	top:70px;
	left:280px;
	}
#principal {
	float:right;
	width:510px;
	padding:10px;
	}
#principal p {
	text-indent:30px;
	}
#principal h3 {
	text-align:center;
	margin-top:0;
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 16px;
	font-variant: small-caps;
	color:#990000;
	}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height:20px;
	}
#servicos {
	float:left;
	width:190px;
	text-align:center;
	padding:5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	}
#servicos h3 {
	text-align:center;
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	color:#900;
}
#rodape {
	clear:both;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 5px;
	padding-top: 5px;
	background:#fff;
	}

/* Formulário de contato */
form {
	width:70%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;

}
fieldset {
	background:url(../img/img_contato.gif) no-repeat 300px 80px;
	padding:10px;
}
form legend {
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
}
#conteudo {
	width:710px;
	padding:15px;
	font-size:12px;
}
#conteudo h3 {
	text-align:left;
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	color:#900;
	background:#f2f2f2;
	padding-left:10px;
	width:90%;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #339933;
}
#conteudo p {
	width:90%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#conteudo img {
	float:left;
	padding: 10px;
}

/* Menu */
#menu1, #menu1 * {
	margin:0;
	padding:0;
	}
#menu1 {
	list-style: none;
	}
#menu1 li {
	float:left;
	}
#menu1 li a {
	display:block;
	text-decoration:none;
	padding:5px;
	width:140px;
	height:20px;
	text-align:center;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#menu1 li a:visited {
	display:block;
	text-decoration:none;
	padding:5px;
	width:140px;
	height:20px;
	text-align:center;
	font-weight: bold;

}
#menu1 li a:hover {
	display:block;
	text-decoration:none;
	padding:5px;
	width:140px;
	height:20px;
	text-align:center;
	background:#fc0;
	color:#000;
	font-weight: bold;
}
.veja:link
	{
		text-decoration:none;
		color:#990000;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
.veja:visited
	{
		text-decoration:none;
		color:#990000;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
.veja:hover
	{
		text-decoration:underline;
		color:#990000;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
.veja:active
	{
		text-decoration:none;
		color:#990000;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
.site:link
	{
		text-decoration:none;
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
.site:visited
	{
		text-decoration:none;
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
.site:hover
	{
		text-decoration:underline;
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
.site:active
	{
		text-decoration:none;
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
/* Holly Hack */
/*\*/
* html ul li { float:left; }
* html #nav li a {height:1%;}
/* */

