/* CSS Document */
body {
  font-family: verdana;
  color: #58595b;
  margin: 0px;
  padding: 0px;
}
img {
  border-width: 0px;
}
h1 {
  color: #58595b;
  font-size: 20pt;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 20px 0px;  
}
li {
  margin: 0px 0px 15px 0px;
}
.font_m {
  font-size: 10pt;
}
.font_s {
  font-size: 8pt;
}
.font_xs {
  font-size: 6pt;
}
#boxes {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: 330px;
	z-index: 2;
}
.box_top {
  background-image: url(../images/box_top.png);
	background-repeat: no-repeat;
	width: 198px;
	height: 23px;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 0px 0px 10px;
}
.box_middle {
  background-image: url(../images/box_middle.png);
	background-repeat: repeat-y;
	width: 182px;
	padding: 12px 12px 12px 12px;
	font-size: 8pt;
}
.box_bottom {
  background-image: url(../images/box_bottom.png);
	background-repeat: no-repeat;
	width: 206px;
	height: 14px;
}
#content_main {
	padding: 18.5px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -445px;
	z-index: 1;
	width: 894px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header_l {
  height: 93px;
  width: 570px;
  float: left;
}
#header_r {
  float: left;
  padding: 35px 0px 0px 0px;
}
#header_r a {
  color: #58595b;
}
#menu {
  background-image: url(../images/menu_bg.gif);
  background-repeat: no-repeat;
  height: 18px;
  width: 866px;
  padding: 15px;
  color: #ffffff;
}
#menu a {
  color: #ffffff;
  text-decoration: none;
}
#content {
  width: 684px;
  background-image: url(../images/content_inner_bg.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
  padding: 30px 180px 30px 30px;
}
.clearer {
  clear: both;
}
#foother {
position: absolute;
top: 100%;
height: 144px;
width: 100%;
margin-top: -144px;
background-image: url(../images/foother_bg.gif);
}
#foother_center {
  position: absolute;
	left: 50%;
	margin-left: -442px;
	display: inline;
	width: 894px;
}
.foother_box {
  height: 144px;
  float: left;
  display: inline;
}
.foother_box .left {
  text-align: right;
  font-weight: bold;
  font-size: 8pt;
  float: left;
  height: 124px;
  padding: 20px 10px 0px 0px;
  display: inline;
}
.foother_box .right {
  font-size: 8pt;
  background-image: url(../images/foother_bg_split.gif);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  height: 124px;
  padding: 20px 0px 0px 10px;
}
.foother_box .right a {
  color: #58595b;
  text-decoration: none; 
}
.foother_box_spacer {
  width: 80px;
  height: 144px;
  float: left;
}