/*
body {
  background-color: #FFF;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

a {
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #CCC;
  text-decoration: none;
}

a:hover, a:focus {
  color: #CC0000;
  text-decoration: underline;
}
*/

body {
  background-color: #FFF;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-image: url('../interface/menuleft_bkg3.jpg');
  background-repeat: repeat-y;
  background-position: 0 138;
}


.AdLayer1 {
	position:absolute;
	top:300px;
	left:25px;
	width:80px;
	height:80px;
	z-index:0;
}

.AdLayer2 {
	position:absolute;
	left:25px;
	top:390px;
	width:80px;
	height:80px;
	z-index:0;
}

#box_top {
  width: 100%;
  height: 40px;
  position: absolute;
  background-image: url('../interface/menutop_bkg.jpg');
  background-repeat: repeat-x;
  top: 0;
  left: 0;
}

.box_logo {
  width: 175px;
  height: 119px;
  position: absolute;
  top: 40px;
  left: 0;
}

.box_left {
  width: 155px;
  height: 98%;
  position: absolute;
  margin: 0;
  padding 0; 
  top: 145px;
  left: 0;
}

.box_border {
  width: 225px;
  height: 98%;
  position: absolute;
  margin: 0;
  padding 0;
  background-color: #FFF;
  background-image: url('../interface/n_cover_left_bkg.gif');
  background-repeat: repeat-y;
  top: 50px;
  left: 155px;
}

.box_main {
  height: 98%;
  min-width: 100px;
  position: absolute;
  overflow-x: scroll;
  overflow-y: scroll;
  margin: 0;
  padding 0;
  background-color: #FFF;
  top: 50px;
  left: 385px;
}

.box_bottom {
  width: 104px;
  height: 29px;
  position: absolute;
  margin: 0;
  padding 0;
  background-color: #ffffff;
  bottom: 0;
  left: 190px;
}

.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.menulink_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

