@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	width: 100%;
	height: 100%;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #e5c600;
}

a img {
	border:none;
}

body {
	background: #7F7F7F;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
}

hr {
	border: 1px solid #a40911;
	color: #a40911;
}

#body_wrap {
	position: absolute;
  	top: 50%;
	left: 0px;
  	width: 100%;
  	height: 1px;
  	overflow: visible;
}

#body {
	width: 920px;
	height: 620px;
  	margin-left: -460px;
  	position: absolute;
  	top: -310px;
  	left: 50%;
}

#head {
	height: 75px;
	position:relative;
}

#head p#page_title {
	width:904px;
	position: absolute;
	bottom: 0px;
	font-size: 24px;
	font-style: italic;
	text-align:center;
	padding: 8px;
}

#subhead {
	font-style: italic;
	height: 20px;
}

#content {
	height: 430px;
	text-align:center;
	vertical-align: top;
}

#subcontent {
	height: 0px;
}

#foot {
	height: 70px;
	padding: 6px;
}

a#links {
	font-size:20px;
	color: #FFDD00;
	text-align:right;
}

.float_left, #foot_left {
	float:left;
}

.float_right, #foot_right {
	float:right;
}

#selector {
	width: 300px;
}

.menu_hidden {
	visibility: hidden;
}

.menu_visible {
	visibility: show;
}
