#message_box{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background-image:url(style/message_back.png);
	background-repeat:repeat;
	padding:1em;
	z-index:900;
}
#message_box table{height:100%;}
#message_box a{text-decoration:none;color:#0000FF;cursor:pointer;}
#message_box a:hover{text-decoration:none;color:#333399;}
#content{text-align:left;width:90%;}
#news h1{font-size:24px;font-weight:400;}
#news hr{background-color:#fffff9;color:#fffff9;}
#news ul{list-style:none;padding:5px;margin:5px;width:80%;}
#news ul li{display:block;border:1px #999 solid;margin-top:5px;padding:3px;}
#events h1{font-size:24px;font-weight:400;}
#this_month{width:60%;text-align:center;}
#this_month table{background-color:#CCC;border:1px #000 solid;}
#this_month h1{font-size:16px;text-decoration:underline;}
#this_month table .month_date{font-size:12px;color:#cc6600;font-weight:400;width:60px;}
#this_month table .month_event{font-size:14px;}