@CHARSET "UTF-8";

.noticeboard {
	margin-top:1.5em;
	background:url('/images/noticeboard/top.png') top left no-repeat #FFF;
	color:#333;
	font-family:Comic Sans MS, cursive;
	width:358px !important;
}
.noticeboard h3 {
	display:none;
}

.noticeboard-inner {
	background:url('/images/noticeboard/bottom.gif') bottom left no-repeat transparent;
	background-position:bottom !important;
	padding:94px 43px 52px 45px;	
	font-size:0.8em;
	line-height:1.2em;
	min-height:90px;
}	
