@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: center;
	background: url(img/main_bg.png) repeat-x #302a1d;
}

#wrapper {
	width: 1024px;
	margin: auto;
	text-align: left;
}

#header {
	background: url(img/header.png) no-repeat;
	height: 170px;
}

#content {
	background: url(img/content_bg.png) repeat-y;
}

#content h1 {
	font-weight: normal;
	font-size: 36px;
	color: #918977;
	margin: 0 80px 5px 80px;
}

#content p {
	margin: 0 80px 5px 80px;
}

#footer {
	background: url(img/footer.png) no-repeat;
	height: 90px;
}