html {
  background-color: #903131;
}
body {
  text-align: center;
	background-color: #903131;
}
#site_container {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  width: 1004px;
  text-align: left;
	background: url(../img/header_img_v2.jpg) #fff2c5 0 0 no-repeat;
}
#container {
  padding-bottom: 100px;	
	overflow: hidden;
	zoom: 1;
}
#header {
	height: 220px;
	position: relative;
	text-align: center;
}
#header img {
	margin: 0 2px;
}
#header h2 {
	margin: 0;
	padding: 0;
	font: normal 80%/1.0 Times New Roman, serif;
	color: #750000;
}
#header h2.top_title {
	margin: 10px 0 0 0;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	margin: 0;
	padding: 0;
	font: normal 180%/0.8 Times New Roman, serif;
	color: #750000;
	text-decoration: none;
}
#top_menu {
	height: 106px;
	text-align: center;
	color: #fff;
}
#top_menu a {
	font: normal 90%/4.7 Times New Roman, serif;
	color: #fff;
	margin: 0 5px;
}
#left_panel {
	width: 210px;
	float: left;
	margin: 10px 20px 20px 20px;
}
#right_panel {
	width: 210px;
	float: right;
	margin: 0 20px 20px 20px;
}
#content {
	margin: 0 250px;
}
*html #content {
	width: 100%;
	overflow: hidden;
}
*+html #content {
	overflow: hidden;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
	color: #000;
	background: url(../img/fotter_bg.gif) #903131 50% 0 no-repeat;
}
#powerby {
	width: 250px;
	float: left;
	padding: 50px 0 0 0;
	color: #fff;
}
#copyright {
	width: 250px;
	float: right;
	padding: 50px 0 0 0;
	color: #fff;
}
#buttons {
	margin: 0 260px;
	padding: 45px 0 0 0;
}
#powerby a { color: #fff; }
