@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #1a1a1a;
}
#main a {
	text-decoration: none;
	color: #C0A556;
	border-bottom: 1px dotted #C0A556;
}
#foot a {
	text-decoration: none;
	color: #1a1a1a;
	border-bottom: 1px dotted #1a1a1a;
}
div#main {
	width: 800px;
	margin: auto;
}
div#foot {
	width: 100%;
	background: #F28A2E;
	position: fixed;
	bottom: 0;
	color: #1a1a1a;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	color: #CAB65A;
	margin-top: 260px;
	margin-bottom: 18px;
}
h2 {
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #5A583C;
	margin-bottom: 18px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #C0A556;
	margin-bottom: 18px;
}