#content_left {
	width:575px;
	float: left;
}

#content_left h1 {
	color: #f9a13a;
	font-size: 18px;
}

#content_left p, #content_right p {
	margin-bottom: 10px;
}

#content_right {
	width: 310px;
	float: right;
	clear: both;
}

.btn_align_right {
	float: right;
	clear: both;
        cursor:pointer;
}


#content_left,#content_right {
	color: #a49f8f;
	font-size:14px;
}

#content_right small {
	color: #cbc6b2;
	font-weight: bold;
	clear: both;
}

#content_right ul li {
	list-style: none;
	padding: 30px 0px 30px 0px;
	border-bottom: dotted 2px #a49f8f;
}

#content_right ul li img {
	margin-bottom: 24px;
}

#content_right ul {
	margin-bottom: 24px;
}

.link_mande_pra_gente {
	position:absolute;
	margin-top: -45px;
	margin-left: -68px;
	color: #FFF;
}

.link_mande_pra_gente a {
	color: #ffde01;
	text-decoration: none;
}

.link_mande_pra_gente a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#site_body {
	border-top: solid 1px #49473c;
}

.arrow_right {
	background: url(../img/arrow_up_white.png) top left no-repeat;
	width:22px;
	height:15px;
	margin-left: 65px;
	float: left;
}

.arrow_right:hover{
	background: url(../img/arrow_up_white_mo.png) top left no-repeat;
}

.arrow_left {
	background: url(../img/arrow_bottom_white.png) top left no-repeat;
	width:22px;
	height:15px;
	margin-right: 65px;
	float: right;
}

.arrow_left:hover{
	background: url(../img/arrow_bottom_white_mo.png) top left no-repeat;
}l

