BODY, TD {
  font-family: sans-serif;
  font-size: 12px;
  background-color: #FFF099;
  text-align: center;
}

h1 {
	
}

#frame {
	background : #99caff url(main_c_tl.jpg) no-repeat;
	width:955px;
	height : auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding-bottom: 16px;
	text-align:left;	
	position : relative;
	z-index: 0;
}

#tr, #bl, #br {
  position : absolute;
  width : 16px;
  height : 16px;  
  display : block;
  z-index: 0;
}

#tr {
  background : transparent url(main_c_tr.jpg) no-repeat;
  top : 0;
  right : 0;
}

#bl {
  background : transparent url(main_c_bl.jpg) no-repeat;
  bottom : 0;
  left : 0;
}

#br {
  background : transparent url(main_c_br.jpg) no-repeat;
  right : 0;
  bottom : 0;
}

#header {
	background: transparent url(main_headerimg.jpg) no-repeat;
	width:955px;
	height:180px;    /*198*/
	font-family: monospace;
	text-align: right;
}

#header_pt1
{
	position:relative;
	top:0px;
	right:30px;
	font-size: 72px;
}

#header_pt2
{
	position:relative;
	top:-10px;
	right:30px;
	font-size: 24px;
}

#header_pt3
{
	position:relative;
	bottom:-42px;
	right:30px;
	font-size: 24px;
}

#menu {
	background-color: #6b8eb3;
	width:955px;
	height:36px;
	text-align: justify;
	font-size: 20px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:955px;
	position:relative;
	display:block;
	height:20px;
	text-transform:uppercase;
	font-size:13px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
}

#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
}

#menu li a:hover{
	background-color: #82ACD9;
	color:black;
}

#body {
	width:940px;
	padding: 5px;
	margin-right: 5px;
}

#copyright {
	color:#D9BD82;
	text-align: right;
	width:955px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding-top: 5px;
}	

/* Contact Page */

#contact_container {
	position: relative;
	left: 277.5px;
	width: 400px;
}

.contact_label {
	position: absolute;
	left: 0px;
	width: 100px;
	height: 30px;
}

.contact_element {
	position: absolute;
	left: 100px;
	position: relative;
	width: 300px;
	height: 30px;
}

.contact_element input, .contact_element textarea {
	background-color: #D9BD82;
	border: 1px solid #000000;
	width: 100%;
}

#contact_msgbody {
	height: 200px;
}

#contact_submit_div {
	width:400px;
	text-align:center;
}

#contact_msg {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}