/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #474e53;
	background-image:url(Images/background.png);
	background-repeat:repeat-x;
	background-color:#c86e5f;
}

#wrapper_home{
	width: 700px;
	margin: 0 auto;
	height: 600px;
}
#top_wrapper{
	width: 700px;
	margin: 0 auto;
	height: 220px;
	float:left;
	margin-top: 30px;
}
#logo{
	width: 400px;
	margin: 0 auto;
	float: left;
}
#contact{
	width: 480px;
	margin: 0 auto;
	float:left;
	height: 120px;
	padding-top: 100px;
}
#right{
	width: 200px;
	margin: 0 auto;
	float: right;
	height: 90px;
	padding-top: 20px;
}
#email{
	width: 200px;
	margin: 0 auto;
	float:left;
	color: #c86e5f;
	font-size:18px;
	margin-bottom: 0px;
	margin-top: 8px;
}
#rightfacebook{
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	float: right;
	height: 50px;
	padding-top: 0px;
}
#facebook{
	width: 150px;
	margin: 0 auto;
	float: right;
	color: #c86e5f;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 7px;
}
#telephone{
	width: 200px;
	margin: 0 auto;
	float:left;
	color: #c86e5f;
	font-size:18px;
}
#telephone_number{
	width: 200px;
	margin: 0 auto;
	float:left;
	color: #c86e5f;
	font-size:24px;
}
#middle_wrapper{
	width: 700px;
	margin: 0 auto;
	height: 312px;
	float: left;
	margin-top: 40px;
}
#footer_wrapper{
	width: 700px;
	margin: 0 auto;
	height: 65px;
	float: left;
	margin-top: 60px;
	color:#FFFFFF;
}
#footer_wrapper a {
	color: #ffffff;
	text-decoration:none;
}
