@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF9CC;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
}
h1, h2 { display:none; }
#site {
	background-color: #FFFFFF;
	border: 2px solid #9BCF16;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}
#topo {
	background-color: #FFF9CC;
	height: 105px;
	width: 770px;
}
#topo #esq {
	float: left;
}
#topo #dir {
	float: left;
	width: 540px;
}
#logo {
	margin-left: 15px;
	width:215px;
	height: 105px;
}
#contato {
	text-align:right;
	padding-top: 20px;
	padding-right:20px;
	float: right;
	color:#006C2C;
	width:350px;
	height: 60px;
}
#contato a{
	color:#006C2C;
	text-decoration: underline;
}
#contato a:hover{
	color:#000000;
	text-decoration: none;
}
#menu {
	background-color:#9BCF16;
	line-height: 25px;
	width: 540px;
	height: 25px;
	clear: both;
}
#menu #grupoBtn {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#menu #btnMenu {
	float: left;
	margin-left: 13px;
	margin-right: 13px;
	font-weight: bold;
}
#menu #btnMenu a{
	color: #FFFFFF;
	text-decoration: none;
}
#menu #btnMenu a:hover{
	color: #006C2C;
	text-decoration: none;
}
#meio {
	width: 770px;
	clear: both;
}
#meio #ladoEsq {
	padding-left: 15px;
	width: 215px;
	float: left;
}
#meio #ladoDir {
	float: left;
	width: 500px;
}
#meio #ladoEsq #texto {
	height: auto;
}
#meio #ladoDir #texto{
	padding-top: 50px;
	padding-left: 65px;
	height: auto;
	width: 450px;
}
#rodape {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 8px;
	color: #006C2C;
}
#linha {
	width: 730px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #006C2C;
	}