@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background:url('images/bg/grey300.jpg') repeat-x #3c3c3e;
	text-align:center;
	height:100%;
}
div#container {
	width: 844px;
	text-align: left;
	position: relative;
	min-height: 100%;	
}
* html #container {
	height: 100%;
}

* {margin:0 auto;}

#thetop {
	width:844px;
	height:10px;
	background:url('images/bg/fb-top-800.gif') left no-repeat;
}
#themiddle {
	width:844px;
}
#themiddle .thecenter{
	float:left;
	width:800px;
}
#thebottom {
	float:left;
	width:844px;
	height:10px;
	background:url('images/bg/fb-bottom-800.gif') top left no-repeat;
}
#themiddle .thecenter .wbar1 {
	float:left;
	width:800px;
	height:10px;
	background-color:#ffffff;
}
#themiddle .thecenter .tbar1 {
	float:left;
	width:800px;
	height:110px;
	background:url('images/bg/menuback.gif') bottom repeat-x;
	}
#themiddle .thecenter .tbar1 .banner{
	float:left;
	width:800px;
	height:70px;
	background:url('images/banner.jpg') no-repeat;
	}

#theclaim {
	float:left;
	width:844px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
}
#themiddle .lp_theleft{
	float:left;
	width:22px;
	background:url('images/bg/fb_left.png') right repeat-y;
}
#themiddle .lp_theright{
	float:left;
	width:22px;
	background:url('images/bg/fb_right.png') left repeat-y;
}
#themiddle .thecenter .sing1 {
	float:left;
	width:800px;
	background:#E9E9E9;
}
#mbar_header {
    float:left;
    width:75%;
	font-size:12px;
    line-height:normal;
	border-color:#999999;
	border-width:1px;
	padding-left:200px;
    }
#mbar_header ul {
    margin:0;
    list-style:none;
    }
#mbar_header li {
    float:left;
	width:25%;
    background:url("images/menu/norm_right[1].jpg") no-repeat right top;
    margin:0;
    padding:0;
	text-align:center;
    }
#mbar_header a {
	float:left;
    display:block;
    background:url("images/menu/norm_left[1].jpg") no-repeat left top;
	padding:15px 15px 9px;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#mbar_header a {float:none;}
  /* End IE5-Mac hack */
#mbar_header #current {
    background-image:url("images/menu/norm_right_on[2].jpg");
    }
#mbar_header #current a {
    background-image:url("images/menu/norm_left_on[1].jpg");
    color:#3399cc;
	padding-bottom:10px;
}
