body{
	margin:0 auto;
	background: url(images/body.jpg);
	color: #B87637;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
	background: rgb(247, 230, 212);
}

footer, header{
	background-image: url(images/index_02.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 6px solid rgb(153, 97, 56);

}

footer{
	border-bottom:none;
	border-top: 6px solid rgb(153, 97, 56);
	padding: 20px;
	height: 30px;
	color: #fff;
}
#slider{
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 2px;
}

#slide{
	padding: 30px;
}
#slider img{
	width: 100%;
	margin-top: -7em;

}
#slide-bottom
{
width: 842px;
height: 38px;
background-color: rgb(234, 190, 148);
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
margin: 0 auto;

}
section{
	padding: 20px;

}

h2, h3{
	font-family: 'Roboto';
	color: rgb(92, 51, 23);
}
section h2 span{
	color: #C8884A;
}

p{
	font-family: "Myriad pro";
	font-size: 14px;
	text-align: justify;
}
table{
	width: 90%;
	margin: 0 auto;
	font-family: 'Myriad pro';
	font-size: 14px;

}

tr{
	border:1px solid #ccc;
}

td{
	padding: 5px 10px;
	border:1px solid #fff;
}
button{
	background: transparent;
	border: 2px solid rgb(153, 97, 56);
	border-radius: 3px;
	padding: 5px 10px;
	font-weight: bold;
	color: rgb(92, 51, 23);	
}

button:hover{
	opacity: 0.8;
	background: rgba(0,0,0,0.1);

}

li{
	list-style-type: circle;
	font-family: 'Myriad pro';
	font-size: 14px;
}

a{
	text-decoration: none;
	color: inherit;
}

a:hover{
	text-decoration: underline;
}

#contact ul li{
	list-style: none;
	float: left;
	width: 33%;
	font-family: 'Myriad pro';
	font-size: 14px;
}
