body, div, h1, h2, h3, h4, h5, h6, p, ul, li, img, header, section, aside, footer, button {
	margin: 0; padding: 0; border: 0;
}

body {
	background: #F9FED3 url(images/bg.png);
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 960px;
	margin: auto auto;
	padding: 30px 0 30px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}

header {}
	header img#logo {
		margin: 0 0 20px 0;
	}
	header h1 {
		color: #2b2b2b;
		text-shadow: 0px 0px 10px #fff;
	line-height: 74px;
	font-size: 60px;
	margin: 0 0 30px;
}

section {
	width: 530px;
	margin: 20px 0 30px;
}
	section a {
		font-size: 36px;
		line-height: 35px;
		color: #413528;
		text-shadow: 0px 1px 2px #F9FED3;
	text-decoration: none;
	font-style: italic;
}


footer {
	width: 960px;
	float: left;
	clear: both;
	overflow: hidden;
	font-size: 16px;
	color: #2b2b2b;
}

	