body {
	font-size: 12px;
	background:url(./imagesx/bg.gif) repeat-x #451E5D;
}

A{
  color:#FF0099;
  text-decoration:none;
}

A:hover{
  text-decoration:underline;
}

body,table,td{
  line-height:160%;
}

li,ol,ul{
  list-style-type:none;
}

*{
  padding:0px;
  margin:0px;
}

#layout{
  width:1002px;
  margin:0px auto;
  position:relative;
}

#mainboard{
  width:824px;
  margin:0px auto;
}

#mainboard #b1{
  background:url(imagesx/mainboard_1.jpg) no-repeat;
  height:48px;
}
#mainboard #b2{
  background:url(imagesx/mainboard_2.gif) repeat-y;
  height:auto;
  overflow:visible;
  padding:15px 12px;
  padding-top:0px;
}
#mainboard #b3{
  background:url(imagesx/mainboard_3.jpg) no-repeat;
  height:28px;
  padding-top:6px;
  text-align:center;
}
#mainboard #b4{
  background:url(imagesx/mainboard_4.jpg) no-repeat;
  height:73px;
  padding-top:10px;
  text-align:center;
}

#mainboard #b4 img{
  border:0px;
}

#mainboard #b4 A{
  color:#000000;
}

#tipboard A{
  color:#004C81;
}

#tipboard{
  position:absolute;
  width:74px;
  left:4px;
  top:1px;
  border-top:6px #DFDFDF solid;
}

#tipboard .middle{
  background:url(imagesx/tip_1.gif) repeat-y;
  padding:10px;
  color:#3366FF;
}

#tipboard .bottom{
  background:url(imagesx/tip_2.gif) no-repeat;
  height:9px;
}

.samplebox{
  float:left;
  background:#FFFFFF url(./imagesx/btm.gif) bottom repeat-x;
  text-align:center;
  padding:0px;
  border:1px solid #999999;
  margin:10px;
  width:170px;
  height:70px;
  overflow:hidden;
  position:relative;
  padding-bottom:25px;
}

.samplebox img{
  border:0px;
  margin:6px 6px 0px 10px;
}

.samplebox div{
  padding:6px;
  position:absolute;
  bottom:0px;
  left:0px;
  color:#666666;
}

#menu2{
  clear:both;
  width:100%;
  padding-bottom:4px;
}


#menu2 li{
  float:left;
  margin:4px;
  background-color:#aaaaaa;
  padding:4px;
}

#menu2 A{
  color:#ffffff;
}

#menu2 li.active A{
  color:#ff0000;
}

#menu2 li.active{
  background-color:#ffffff;
}

#menu2 li.first{
  background-color:#666666;
}

.tit1{
  clear:both;
  margin-left:20px;
}

#menu a{
  margin:0px;
  padding:4px;
  background-color:#999999;
  color:#ffffff;
  width:120px
  display:block;
  
}

#menu a.active{
  background-color:#dedede;
  color:#000000;
}

#menu{
  width:100%;
  text-align:center;
  background-color:#8a8a8a;
  padding:10px 0px;
}

