@charset "utf-8";

* {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
body {
	margin: 0;
	padding: 0;
	background-color: #F7F5F1;
	min-width: 450px;
}
.top {
	background-image: url(footer.jpg);
	height: 10px;
	border-bottom: solid 0px #614E41;
}
.header {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(header.jpg);
	background-repeat: repeat-x;
}
.content {
	margin-top: 5px;
	margin-bottom: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;	
	overflow: hidden;
	text-align: center;
	min-height: 800px;;
}
.share {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 80px;
	
}
.footer {
	display: block;
	width: auto;
	background-color: #A38A79;
	background-image: url(footer.jpg);
	border-top: solid 1px #614E41;
	padding-bottom: 10px;
	text-align: center;
}
.footer img {
	margin-top: 10px;	
}
.contact {
	background-color: #614E41;
	padding: 10px;
	margin-bottom: 0px;
	width: auto;
	color: white;
	text-align: center;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: normal;
}
.contact a {
	font-size: 10px;
	letter-spacing: 3px;
	text-decoration: none;
	color: white;
	font-weight: normal;
}