#bulletin {
	position:absolute;
	top:50px;
	left:0;
	height:175px;
	width:347px;
	background:#e6e8e8 url(/images/bk-bboard.jpg);
}
#bulletin #bboard {
	position:relative;
	overflow:hidden;
	width:347px;
	height:164px;
}
#bboard .item {
	position:absolute;
	top:200px;
	left:0;
	width:347px;
	height:164px;
}
#bboard .header {
	position:absolute;
	top:29px;
	left:14px;
	font-size:18pt;
}
#bboard .header a {
	color:#8a9eb1;
}
#bboard .photo {
	position:absolute;
	top:67px;
	left:13px;
	border-left:1px solid #c8c7c7;
	border-bottom:1px solid #c8c7c7;
	width:101px;
	height:69px;
	background:white;
}
#bboard .photo img {
	margin:2px;
}
#bboard .text {
	position:absolute;
	top:67px;
	left:129px;
	font-size:11pt;
	height:80px;
	/*overflow:auto;*/
	padding-right:13px;
}
#bboard .item .headline a {
	display:block;
	color:#8a9eb1;
	font-size:12pt;
}
#bboard .item .story a {
	display:block;
	font-size:10pt;
	color:#777777;
}
#bulletin .nav {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	background-color:#b8b29a;
	font-size:9px;
	text-transform:uppercase;
}
#bulletin .nav a {
	color:white;
	width:20%;
	height:16px;
	padding-top:4px;
	display:block;
	float:left;
}
#bulletin .nav a:hover {
	text-decoration:underline;
}
#bulletin .nav a.prev {
	width:100px;
	padding-left:10px;
}
#bulletin .nav a.listall {
	text-align:center;
	width:126px;
}
#bulletin .nav a.next {
	width:100px;
	text-align:right;
	padding-right:10px;
}




