.container {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
}

.top {
  background: url('../img/top.png') no-repeat;
  height: 162px;
  width: 985px;
}

.logo h1 { 
  margin: 0;
  float: left;
}
.logo h1 a, h1 span {
  display: block; 
  height: 203px; 
  width: 249px;
}
.logo h1 a {
  color: #cd0808; 
  position: relative; 
  line-height: 100px; 
  text-align:left;
}
.logo h1 span {
  position: absolute; 
  top: 0;	
  left: 0; 
  cursor: pointer;
}
.logo h1 a span {
  background: url('../img/logo.png') left top no-repeat;
}
.logo h1 a:hover {
  color: #cd0808;
}

.head {
  float: left;
  width: 542px;
  height: 203px;
  background: #2ba9d1 url('../img/head.png') no-repeat;
  position: relative;
}
.head p {
  position: absolute;
  top: 75px;
  left: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.head p span {
  position: relative;
  left: 100px;
}
.head ul {
  position: absolute;
  top: 163px;
  left: 0px;
  height: 40px;
}
.head ul li{
  float: left;
  margin-left: 2px;
  list-style-type: none;
}
.head li a {  
  height: 40px;
  width: 100px; 
  display: block; 
  text-align: center; 
  line-height: 40px; 
  color: #fff;
  font-size: 15px; 
}                           
.head li a.active,
.head li a:hover { 
  background: #289dc2 url('../img/menu_hover.png') repeat-x; 
  text-decoration: none;
}
.user_info
{
  position: absolute;
  top: 100px;
  left: 12px;
  width: 194px;
  font-size: 12px;
}
.user_info a{
	color: black;
}
.login_form {
  float: left;
  width: 194px;
  height: 203px;
  background: #2ba9d1 url('../img/login_form.png') no-repeat;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  border: 0px solid black;
}
.login_form form {
  position: absolute;
  top: 78px;
  left: 5px;
  width: 194px
}
.login_form form h3{
  font-size: 15px;
  margin: 0 0 10px;
}
.login_form form input{
  border: 0;
  background: #fff url('../img/input_bg.png') no-repeat;
  height: 21px;
  width: 103px;
  margin: 0 0 7px;
  padding: 2px 0 0 2px;
}
.login_form form input.submit{
  border: 0;
  background: #fff url('../img/submit_bg.png') no-repeat;
  height: 22px;
  width: 68px;
  float: right;
  margin: 0 45px 0 0;
  padding: 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}

.content_container {
  width: 985px;
  background: #303030 url('../img/content_container.png') repeat-y;
}

.left {
  float: left;
  width: 249px;
}
.left h3 {
  width: 188px;
  height: 39px;
  padding: 0 0 0 12px;
  margin: 15px 0 8px;
  line-height: 39px;
  font-size: 16px;
  background: #cd0606 url('../img/left_title.png') no-repeat;
}
.left ul { 
  width: 247px; 
  margin: 0 0 20px 2px;;  
  padding: 0; 
}
.left ul li   { 
  list-style-type: none;
  margin: 0 !important; 
}
.left ul li a  { 
  width: 247px; 
  height: 20px; 
  background: url('../img/menu_li.png') no-repeat; 
  color: #fff;
  text-decoration: none; 
  line-height: 20px; 
  display: block; 
  font-size: 13px; 
  text-align: center;
}                           
.left ul li a:hover  { 
  background: #2eb7e2 url('../img/menu_li_hover.png') no-repeat; 
  text-decoration: none;
}
.left ul li a.active { 
  background: #2eb7e2 url('../img/menu_li_hover.png') no-repeat; 
}
.shadow {
  width: 27px;
  float: left;
  min-height: 900px;
  _height: 900px;
  background: url('../img/shadow.png') no-repeat;
}
.content {
  float: left;
  width: 514px;
  background: url('../img/content.png') repeat-x;
}
.content h2.box_title {
  width: 450px;
  height: 35px;
  margin: 30px 0 0 0px;
  padding: 2px 0 0 40px;
  font-size: 15px;
  background: url('../img/box_title.png') no-repeat;
}
.content p {
  padding: 0;
  margin: 0 5px; 
}
.content .box {
  width: 490px;
  margin: 0px 0 0 0px;
  min-height: 82px;
  background: #2eb6df url('../img/box_bg.png') repeat-x;
}
.content .box h4 {
  margin: 5px 0 0 5px;
}

.content .box_bottom {
  width: 490px;
  height: 4px;
  margin: 0 0 0 0px;
  background: #31c3f1 url('../img/box_bottom.png') no-repeat;
}

.content h2.text {
  width: 450px;
  height: 35px;
  margin: 30px 0 0 0px;
  padding: 2px 0 0 40px;
  font-size: 15px;
  background: url('../img/text_title.png') no-repeat;
}
.content .text {
  width: 490px;
  margin: 0px 0 0 0px;
  background: #2eb6df url('../img/text_bg.png') repeat-x;
}

.content .text_bottom {
  width: 490px;
  height: 4px;
  margin: 0 0 0 0px;
  background: #31c3f1 url('../img/text_bottom.png') no-repeat;
}

div.table { background: #32c9f8; padding: 5px; width: 490px; margin: 20px 0 0; text-align: center;}
div.table table { margin: 0 auto;}
table td { width: 80px; text-align: center; }
table tr.title { height: 27px; ; background: #ce0909 url('../img/tr_title.png') no-repeat; margin-bottom: 0px;
                 display: block; line-height: 27px;}
table tr { height: 22px; ; line-height: 22px; display: block; }
table tr.even { background: #ce0909 url('../img/tr_even.png') no-repeat;}                                 


.right {
  float: left;
  width: 195px;
  text-align: center;
 /* background: url('../img/right_bg.png') repeat-y;*/ 
  
}
.right span.top {
  width: 195px;
  height: 16px;
  display: block;
  margin: 0;
  background: url('../img/right_top_bg.png') no-repeat; 
}
.right h3 {
  width: 145px;
  height: 39px;
  padding: 0 12px 0 0px;
  margin: 0px 0 8px;
  line-height: 39px;
  font-size: 16px;
  float: right;
  text-align: right;
  background: #cd0606 url('../img/right_title.png') no-repeat;
}
.right p {
  text-align: left;
  margin: 10px 15px;
}
.foot {
  width: 985px;
  height: 72px;
  background: url('../img/foot_bg.png') no-repeat;
}
.foot_2 {
  width: 985px;
  height: 60px;
  background: url('../img/foot_bg_2.png') no-repeat;
}
.foot_2 p {
  width: 985px;
  text-align: center;
  padding: 12px 0 0;
}
.foot p {
  width: 985px;
  text-align: center;
  padding: 23px 0 0;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}