@import url("top.css");
@import url("content.css");
body {
	font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	background-color: #000000;
	line-height: 1.6em;
	font-style: normal;
}
#MainWrapper {
	height: 100%;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
h1 {
	font-size: 1.3em;
	color: #d59908;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 1em;
	color: #d59908;
	line-height: .9em;
}
