BODY {
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  font-size: 1em;
}

A {
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
}

.smtxt {
  font-size: 9px;
}

.txt13 {
  font-size: 13px;
}

.right_menu {
	vertical-align: bottom;
}

.top_menu_a {
	font-size: .8em;
}

.top_menu_b {
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
}

/*
#deadcenter {
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-276px;
	margin-left:-400px;
	left:50%;
	}

#topleft {
	position:absolute;
	z-index:2;
	width:800px;
	height:30px;
	margin-top:10px;
	margin-left:10px;
	visibility: visible;
	}	
*/

#deadcenter_contain {
	height: 100%;
}

#deadcenter {
	top: 50%;
	left: 50%;
	position: relative;
	width: 960px;
	height: 702px;
	margin-left: -480px;
	margin-top: -351px;
	background-image: url(/assets/images/grnbgrnd.jpg);	
	}

#main_content {
	color: #FFFFFF;
	width: 600px;
	height: 400px;
}

#main_content * {
	color: #FFFFFF;
}

.form_err {
	color: #c03;
}

#scroll_box {
	width: 600px;
	height: 400px;
	overflow: auto;
}

#scroll_box_inner {
	margin: 50px 30px 40px 40px;
}

#contact_form {
	position: relative;
	margin: -50px -30px -40px -40px;
	font-size: .9em;
	text-align: center;
}

