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

body {
	font-size: 70%;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #FFF;
	color: #777;
	text-align: center;
}
#page {
	width: 866px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	background-color: #FFFFFF;
	height: 685px;
	border: 1px none #534741;
}
#header {
	height: 120px;
	width: 100%;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin-left: 20px;
	text-align: center;
	width: 828px;
	line-height: 1.5pc;
	margin-top: 0px;
}
h1 {
	font-family: Gotham-Book;
	font-size: 16px;
	color: #f7931e;
	text-transform: uppercase;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #f7931e;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #f7931e;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #f7931e;
	text-decoration: underline;
}
