body {
background-attachment: fixed;
	background-color:#863539;
	color: #ECD3AA;
	background-image: url(../recursos/pattern.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin:0px;
	padding:0px
}

body.mceContentBody {
   background: #63272B;
}

div#wrap {
border-left: 1px solid #853438;
border-right: 1px solid #853438;
width: 700px;
margin: 0 auto; 
background-color:#69292D;
}

div#header {
}

div#main {
	padding: 0px 10px 0px 10px;
}

div#footer{
	padding-top:15px;
	height: 35px;
	clear:both;
	width: 700px;
	background: url(../recursos/footer_bg.gif) no-repeat top left;
	text-align: center;
	font-size: 10px;
	background-color:#983D41;

	
}



a {
color: #ffffFF;
text-decoration: none;
}

a:hover {
color: #ffffFF;
text-decoration: underline;
}



.titulo{
background: url(../recursos/seta.gif) no-repeat;
padding-left: 18px;
	font-size: 14px;
	font-weight: bolder;
	color: #fff;
	}
