* {
		margin: 0;
		padding: 0;
}

a {
		color: #5d9a5d;
		text-decoration: underline;
}

a:hover {
		color: #346a34;
		text-decoration: none;
}

body {
		background-color: #ffffff;
		/*background-image: url(../img/bg.png);*/
		background-repeat: repeat-x;
		font-family: verdana, Helvetica, sans-serif;
		font-size: 12px;
		/*color: #393939;*/
		color:#00662c;
		line-height: 20px;
}

#box {
		width: 860px;
		margin: 0 auto;
}

#header {
	width: 100%;
	height: 180px;
	color: #FFF;
}

#header h1 a {
		font-size: 30px;
		font-weight: bold;
		color: #FFFFFF;
		float: left;
		margin-top: 40px;
		text-decoration: none;
		line-height: 30px;
		padding-top: 3px;
}

#header h2 {
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
		float: left;
		margin: 50px 0px 0px 22px;
		padding-left: 20px;
		border-left: 2px solid #51b666;
}


menu {
		width: 826px;
		height: 55px;
		background-image: url(../img/menu.png);
		float: left;
		margin-top: 10px;
		padding: 0px 17px 0px 17px;
}

menu li {
		list-style: none;
		float: left;
		margin-top: 3px;
}

menu a {
		height: 34px;
		padding: 18px 7px 0px 10px;
		float: left;
		color: #FFFFFF;
		text-decoration: none;
}

menu a:hover {
		text-decoration: none;
		color: #FFFFFF;
		background-image: url(../img/menu-active.png);
		text-decoration: none;
}

#active {
		background-image: url(../img/menu-active.png);
		font-weight: bold;
		text-decoration: none;
}

#content {
	width: 854px;
	background-image: url(../img/bg2.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 4px 0px 0px 3px;
	float: left;
	padding: 30px 0px 17px 0px;
	color: #E6E6E6;
}

#left-sidebar {
 width: 150px;
 margin: 0; 
 padding: 0px 0px 20px 20px;
 float: left;
 
}
 

#left-sidebar ul li {
 margin: 0; padding: 3px;
 border-bottom: 0px solid #fff;
 text-align: center;
 list-style-type: none;
 
}
 
#left-sidebar ul li a {
 background: #dfa74f;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 padding: 2px;
 display: block;
 
}
 
#left-sidebar ul li a:hover {
 background: #e3ba79;
 color: #fff;
 
}

#right-sidebar {
		float: right;
		width: 584px;
		padding: 0px 50px 20px 25px;
		border-left: 1px solid #cecece;
}

#right-sidebar h1 {
		font-size: 30px;
		font-weight: normal;
		color: #00662c;
		/*color: #000000;*/
		margin-bottom: 12px;
}

#right-sidebar h2 {
		font-size: 24px;
		font-weight: normal;
		color: #000000;
		margin-bottom: 18px;
		padding-bottom: 12px;
		border-bottom: 1px solid #cecece;
}

#right-sidebar h3 {
		font-size: 12px;
		font-weight: normal;
		color: #00662c;
		margin-bottom: 18px;
}

#right-sidebar h4 {
	    font-weight: normal;
		color: #000000;
		margin-bottom: 5px;
}

#right-sidebar p {
	margin-bottom: 15px;
	color: #00662c;
	/*color: #000;*/
}

.img {
		width: 210px;
		height: 154px;
		background-image: url(../img/img.jpg);
		float: left;
		margin-right: 19px;
}

.images {
		width: 100%;
		height: 94px;
		float: left;
}

.img:hover {
		background-image: url(../img/img-hover.jpg);  
}

#left-column {
		width: 210px;
		float: left;
		margin: 20px 0px 0px 12px;
}

#right-column {
		width: 210px;
		float: left;
		margin: 20px 0px 0px 12px;
}

#right-column2 {
		width: 120px;
		float: left;
		margin: 20px 0px 0px 12px;
}

#left-column h1, #right-column h1, #right-column2 h1  {
		font-size: 18px;
}

#footer {
		padding: 13px 0px 13px 0px;
		/*background-image: url(../img/rodape.png); */
		background-repeat: repeat-x;
		border-top: 1px solid #cecece;
		float: left;
		width: 100%;
}

.footer-text1 {
		float: left;
		color: #b3b3b3;
}

.footer-text2 {
		float: right;
}

#footer2 {
		padding: 13px 0px 13px 0px;
		background-image: url(../img/rodape.png); 
		background-repeat: repeat-x;
		border-top: 1px solid #cecece;
		float: left;
		height:45px;
		width: 100%;
}
