.columns {
	width: 980px;
}

.col-left {
	width: 230px;
	float: left;
	margin-right: 8px;
}

#noticeboard_menu {
	position: relative;
	top: 25px;
}

#noticeboard_menu_items {
	border-top: 1px solid #84c6b7;
}

.noticeboard_menu_item,
.noticeboard_menu_item2,
.noticeboard_menu_item_selected {
	font-size: 12px;
	background: url('../images/noticeboard/menu_bg.png') repeat-x;
	height: 23px;
	padding-top: 9px;
	padding-left: 5px;
}

.noticeboard_menu_item2 {
	background: #ececec;
}

.noticeboard_menu_item_selected {
	background: url('../images/noticeboard/menu_bg_selected.png') repeat-x;
}

.col-right {
	width: 740px;
	float: left;
}

#noticeboard_body_heading {
	position: relative;
	left: 10px;
}

#noticeboard_body_content {
	border-top: 1px solid #84c6b7;	
	padding: 10px;
	background: #f6f6f6;
	font-size: 12px;
	line-height: 16px;
}

#noticeboard_body_content h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 16px;
}

#noticeboard_body_content h3 {
	font-family: Georgia, serif;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 12px;	
}

#noticeboard_body_content p {
	margin-bottom: 10px;
}

#noticeboard_body_content p+h2 {
	margin-top: 30px;
}

#noticeboard_body_content p {
	margin-bottom: 10px;
}

#noticeboard_heading {
	position: relative;
	left: 10px;
}

#noticeboard_items {
	border-top: 1px solid #84c6b7;	
}

.noticeboard_date {
	margin-bottom: 3px;
}

.noticeboard_title {
	margin-bottom: 3px;
}

.noticeboard_date {
	
}

.noticeboard_item {
	font-size: 12px;
	height: 54px;
	padding: 5px;
	padding-top: 7px;
	background: url('../images/noticeboard/noticeboard_bg.png') repeat-x;
}

.noticeboard_list_title {
	color: #83c6b7;
	font-weight: bold;
}

.col-mid {
	width: 520px;
	float: left;
	margin-right: 8px;
}

.col-photos {
	width: 210px;
	float: left;
}

#noticeboard_photos {
	position: relative;
	top: 25px;
}

#noticeboard_photo_items {
	border-top: 1px solid #84c6b7;
}

.noticeboard_photo_item {
	font-size: 11px;
	background: url('../images/noticeboard/photo_bg.png') repeat-x;
	height: 83px;
	padding-left: 5px;
}

.noticeboard_photo_image {
	float: left;
	margin-right: 8px;
	padding-top: 10px;
}

.noticeboard_photo_image img {
	border: 1px solid #6a205f;
}

.noticeboard_photo_caption {
	float: left;
	height: 30px;
	width: 130px;
	padding-top: 10px;
}
