/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	background:#ffffff;
	color:#000000;
}
#wrapper { /* relative to html, body. */
	position:relative;
	display:table;
	margin:0px;
	padding:0px;
	width:950px;
	height:auto;
	background:#ffffff;
}
#container { /* relative to html, body. */
	position:relative;
	margin:0px auto;
	padding:0px;
	width:950px;
}
#navigation {
	display:none;
}
#masthead {
	position:absolute;
	top:0px;
	left:0px;
	width:950px;
	height:125px;
	text-align:right;
}
#content {
	position:absolute;
	top:125px;
	left:0px;
	width:950px;
	padding:10px 25px 25px 25px;
}
#notice {
	display:none;
}
.home_gold {
	color:#F6CF5F;
	font-size:36px;
	font-style:italic;
	text-align:center;
	line-height:normal;
}
.home_white {
	color:#F6CF5F;
	font-size:22px;
	text-align:center;
	line-height:normal;
}
.header {
	color:#FAA300;
	font-size:30px;
	text-align:left;
	line-height:normal;
}
.subheader {
	color:#FAA300;
	font-size:20px;
	text-align:left;
	line-height:normal;
}
