.backg {
	background-color: #FFFFFF;
	margin-top: 30px;
}
.shadl {
	background-image: url(../img/shadow_l.gif);
	background-repeat: repeat-y;
}
.shadt {
	background-image: url(../img/shadow_t.gif);
	background-repeat: repeat-x;
}
.shadr {
	background-image: url(../img/shadow_r.gif);
	background-repeat: repeat-y;
}
.shadu {
	background-image: url(../img/shadow_u.gif);
	background-repeat: repeat-x;
}
#board {
	background-image: url(../img/board_bg.gif);
	width: 550px;
	height: 30px;
	font-size: 12px;
	color: #333;
	padding-left: 150px;
	padding-top: 20px;
}
.boardn {
    background-image: url(../img/board_none.gif);
    background-repeat: repeat-y;
    font-size: 12px;
	color: #333;
    padding-left: 200px;
    padding-top: 20px;
}
#font {
   margin-left: 10px;
   font-size: 10px;
   color: #333;
   line-height: 15px;
}
#font a {
   text-decoration: none;
   font-size: 12px;
   line-height: 20px;
}
#title {
   margin-left: 10px;
   font-size: 13px;
   color: #333;
   margin-top:10px;
}
#title a {
   text-decoration: none;
   letter-spacing: 2px;
   line-height: 20px;
}