html, body {
	font-family: Georgia;
	border: 0;
	color: #C7C7C7;
	background: #1D211A;
}
body, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}
a {
	text-decoration:  none;
	color: #4C772B;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* Wrap */
#wrap {
	width: 905px;
	position: absolute;
  	top: 10%;
	left: 25%; 
}

/* Middle Wrap */
#bg_top {
	
	width: 100%;
	background: url(images/bg_content_index.jpg) repeat-y;
}
/* Content */

#content {
	width: 540px;
	float: left;
	padding-top: 10px;
	padding-bottom: 35px;
	padding-left: 30px;
	color: #C7C7C7;
	text-align:center;
}
#content img.logo{
	height: 150px;
	padding: 1px;
	border: #4A4A4A 0px solid;
}
#botao{
	height: 40px;
	width: 100px;
	padding: 1px;
	border: #4A4A4A 0px solid;
	
}
#content a {
	color: #AC6448;
	cursor: pointer;
	font-size:30px;
}
#content a:hover {
	color: #C78F7A;
}
#content p a {
	border-bottom: #47413E 1px solid;
}
#content p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
	color: #C7C7C7;
	line-height: 21px;
}
#content h2 {
	font-family: Georgia;
	font-size: 25px;
	font-weight: normal;
	font-style: italic;
	padding: 35px 0 10px 0;
	width: 555px;

}
#content h2 a {
	color: #fff;
}
#content h2 a:hover {
	color: #B0B0B0;
}
#content ul, #content ol {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	padding-left: 50px;
	margin: 10px 0;
}
#content ul li {
	list-style: square;
}
#content img.alignleft {
	margin: 10px 10px 10px 0;
}
#content img.alignright {
	margin: 10px 0px 10px 10px;
}
#content h2.heading_2 {
	background: url(images/sidebar_underline.gif) repeat-x bottom left;
}
#content img.centered {
	margin: 10px auto 20px auto !important;
	display: block;
}

/* Footer */

#footer {
	width: 891px;
	padding-left: 14px;
	background: url(images/bg_footer.jpg) ;
	overflow: hidden;
	margin-bottom: 1px;
	position: relative;
	clear: both;
}

#footer ul {
	padding-top: 14px;
	width: 600px;
	overflow: hidden;
}

#footer li {
	display: inline;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
}

#footer li a {
	display: block;
	float: left;
	padding: 0 14px;
	line-height: 25px;
	margin-right: 3px;
	color: #B09087;
}

#footer li a:hover, #footer li.current_page_item a {
	background: url(images/footer_rollover.jpg);
	color: #fff; 
}

#footer p {
	width: 100%;
	clear: both;
	font-family: Georgia;
	font-size: 11px;
	color: #7F584E;
	padding-top: 13px;
	padding-left: 3px;
	width: 600px;
	line-height: 20px;
}

#footer p a {
	color: #8C6B62;
	border-bottom: #6B4A41 1px solid;
	position: relative;
}

#footer p a:hover {
	color: #AE948C;
	border-bottom: #6B4A41 1px solid;
}

#footer p.bot {
	position: absolute;
	right: 94px;
	bottom: 30px;
	display: block;
	width: 70px;
}

#footer p.bot a {
	border-bottom: #54413D 1px solid;
}

/* Fix */

#middle_wrap:after, .comments_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
