body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#000000; 
}
body, td, th, input, textarea, select, a {
	font-size: 12px;color:#9d874e;font-family:arial;
}
a:link, a:visited, a:active {
	color: #9d874e;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}
a:hover {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}  
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
#container {
	width: 1026px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left; 
	background-color:transparent;
	padding:0px;
}
#header1 {
  position: relative;
  padding: 0px;
  height: 395px;
  background: url('images/thead.jpg') no-repeat;
} 
#column_left {
	float: left;
	width: 22px;
	height: 238px;
	background: url('images/mleft.jpg') no-repeat; 
}
#column_right {
	float: right;
	width: 22px;
	height: 238px;
	background: url('images/mright.jpg') no-repeat;
}
#content {
	float: left;
	width: 982px;
	height:238px;
	background: url('images/cbg.jpg') no-repeat;	
	text-align: center;	
}
#content .top {
	padding: 0px;
	height: 41px;
	background-color:transparent;  
}
#content .middle {
	background-color: transparent; 
	width: 942px;	
	height: 197px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px; 
	padding-right: 20px;
	text-align: justify;
	font-family: arial;
	font-size: 12px;	
}
.clear { 
	overflow: hidden;
	width: 50%; 
}
#footer {
	width: 1026px; clear: both; height: 167px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #9d874e;
	text-align: center;
	font-family: arial;	
	background: url('images/bfooter.jpg') no-repeat;	
}
.text1 {
  color:#e8fe2f;
  font-size: 15px;
  font-weight: bold;
}  