body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
body {
	background-color: #6C3600;
}
a {
	font-size: 13px;
	color: #f88000;
}
a img {
	border: none; 
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f88000;
}
a:hover {
	text-decoration: none;
	color: #f88000;
}
a:active {
	text-decoration: none;
	color: #f88000;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
.main {
	width: 750px;
	margin: auto;
}
#news {
	width: 500px;
	height: 800px;
	float: left;
	background: #7d470e;
	border: #532f09 5px solid;
	padding: 0 5px 10px 5px;
	text-align: left;
}
#right_table {
	width: 200px;
	height: 800px;
	float: right;
	background: #7d470e;
	border: #532f09 5px solid;
	padding: 0 5px 10px 5px;
	text-align: left;
}
#news_hl {
	background-color: #532f09
}
#align_center {
	width: 400px;
	margin: auto;
}
.about_drop {
	background: #532f09;
	border: white 1px solid;
	font-size: 40px;
	float: left;
}