body 
{
	font: 80%/160% Tahoma, Geneva, sans-serif;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	color: #000;
	background-color: #2B3035;
}

#wrapper { position: relative; width: 180px; margin: 0 auto; clear: both; }

/* noticeboard stuff */
#noticeboard-wrapper { position: relative; width: 180px; margin: 0 auto; padding: 0px;  }
#noticeboard { text-align: left; font: normal 100% Tahoma, Geneva, sans-serif; line-height: 30px; list-style:none; margin: 0; padding:0px; float:left; }
#noticeboard li { float: left; color: #202020; width: 180px; height: 30px; margin:0px; border-bottom: 1px solid #E2E2E2; }
#noticeboard li a { color: #997744; display:block; text-decoration:none; }
#noticeboard li a:hover { color: #202020; text-decoration:none; }

/* footer news stuff */
#footernews-wrapper { position: relative; width: 180px; margin: 0 auto; padding: 0px;  }
#footernews { text-align: left; font: normal 100% Tahoma, Geneva, sans-serif; line-height: 30px; list-style:none; margin: 0; padding:0px; float:left; }
#footernews li { float: left; color: #909090; width: 180px; height: 30px; margin:0px; border-bottom: 1px solid #505050; }
#footernews li a { color: #909090; display:block; text-decoration:none; }
#footernews li a:hover { color: #C8C8C8; text-decoration:none; }

/* home page news stuff */
#homenews-wrapper { float: left; position: relative; width: 100%; /* height: 125px; */ margin: 0 auto; padding: 0px; /* border-bottom: 1px solid #C8C8C8; */ }
#homenews { float:left; position: relative; text-align: left; font: bold 100% Tahoma, Geneva, sans-serif; }
#homenews ul { float:left; line-height: 30px; list-style:none; margin: 0; padding:0px; }
#homenews li { color: #202020; width: 370px; /* height: 30px; */ margin:0px; border-bottom: 1px solid #E2E2E2; }
#homenews li a { color: #997744; display:block; text-decoration:none; }
#homenews li a:hover { color: #202020; text-decoration:none; }
#homenews-img { float: right; position: relative; width: 170px; }

/* Generic Site Styles */
.clear { clear: both; font-size: 0px; line-height: 0px; margin: 0px; padding: 0px; height: 0px; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; width: 100%; }
img { margin: 0; padding: 0; border: none; }

.postdate { font:normal 10px Tahoma, Geneva, sans-serif; color:#000; }

