body { 
	margin: 0px; padding: 0px;
	margin-top: 6px;
	border: 0px;
	background-image:url('../i/css/bg_main.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana;
	font-size: 11px; 
	color: #999;
}

#box_top {
	width: 936px;
	height: 46px;
}

#box_images {
	width: 938px;
	border-top: 2px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}

#box_images img {
	border: 1px solid #FFF;
	margin-right: 10px;
}

#box_images img.last {
	border: 1px solid #FFF;
	margin-right: 0px;
}

#box_center {
	width: 932px;
}

#box_center a {
	color: #666;
}

#box_center a:hover {
	text-decoration: none;
}

#box_center_left {
	float: left;
	width: 180px;

	background-image:url('../i/css/bg_left.gif');

	border: 1px solid #A8A8A8;
	text-align:left;
	padding: 10px;
	padding-bottom: 0px;
}

#box_center_left div {

  border: 1px solid #B8B8B8;
  background-color: #E2E2E2;
  padding: 10px;
  margin-bottom: 10px;
  background-image:url('../i/css/bg_menu.gif');
}

#box_center_left div.suckerdiv {
  border: 0px solid #B8B8B8;
  background-image: none;
  padding: 0px;
  margin-bottom: 0px;

}


#box_center_left div a {
  color: #D78D06;
  font-size: 18px; 
  font-family: Verdana;
  text-decoration: none;
}

#box_center_left div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-top: 2px;
}

#box_center_left div ul li {

  padding-bottom: 2px;
}

#box_center_left div ul li a {
  color: #999;
  font-size: 10px; 
  font-weight: bold; 
}

#box_center_left div a:hover, #box_center_left div ul li a:hover { text-decoration: underline; }


#box_center_right {
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 4px;
	background-color: #fff;
	border: 1px solid #A8A8A8;
}

#box_center_right img {
	padding-bottom: 6px;
	border: 0px;
}

#box_center_main {
	width: 504px;
	background-color: #fff;
	border: 1px solid #A8A8A8;
	text-align:left;
	line-height:16px;

}

#box_center_main h1, #box_center_right h1 {
	color: #D78D06;
	font-size: 14px; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#box_center_right h1 {
	color: #aaa;
}

#box_container {
	padding: 10px;
}