@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0px;
	background-color:#33A920;
	background-image: url(../cp_img/bgbody.png);
	background-repeat: repeat-x;
}

#container {
	height: 737px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

}

#menu {
	height: 23px;
	width: 974px;
	padding-top: 5px;
	padding-left: 26px;
	text-align: center;
	color: #FFF;
}
#container #menu a {
	color:#FFF;
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
	display: inline;
	letter-spacing: 0.7px;
}

#container #menu a:hover {
	color:#FF9900;
}

h1 {
	font-weight: normal;
}


#rodape {
	height: 80px;
	width: 1000px;
	float: left;
	text-align: center;
}
#container #rodape a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}


#container #rodape .p1_rodape a {
	text-decoration: none;
}


.p1_rodape {
	font-size: 10px;
	text-align: center;
	color: #FFF;
}

