/* camocim */

body {

	background-color: #432914;

	background-image: url(../images/bg.gif);

	margin: 0px;

	padding: 0px;

	

	font-family: Arial, Helvetica, sans-serif;

}



.content {

	margin-right: 20px;

	margin-left: 20px;

	margin-bottom: 40px;

	color: #4d3f32;

	width: 600px;

	text-align: left;
	
	cursor: default;

}



.rightnav {

	width: 250px;

	border-left: 1px dotted #432914;

	height: 100%;

	text-align: left;

}



.rightnav ul {

	list-style: none;

	margin-left: 20px;

	padding: 0px;

}



.rightnav ul li {

	list-style: none;

	padding: 4px;

}



h3 {

	color: #331700;

}

.teal {
	color: #00b37e;
}


a {

	color: #00b37e;
	font-weight: bold;

}

li {
	font-weight: bold;
}


a:hover {

	color: #ffc338;

}



.green {

	color: #00b37e;

}

.orange {

	color: #ec901c;

}

p {
	text-align: justify;
}