/* Designed by Graham Sanders www.gsanders.co.uk */

#header {
}

#title {
	height: 70px;
	background-image:url(../images/title_news.gif);
}

#footer {
	background-color: #AAA091;
}

#copyright {
	background-image: url(../images/copyright_news.gif);
	height:20px;
}

li#newsLink a.selected, li#newsLink a.selected:hover {
	background-image: none;
	background-color: #AAA091;
	height:25px;
	margin-top:-5px;
	position: relative;
}


ul {
	margin: 0px 0px 0px 29px;
	padding: 0;
}

li {
  list-style: none;
  padding: 0px 0px 6px 16px;
  background: url(../images/news_bullet.gif) top left no-repeat;
  line-height: 15px;
  font-size: 90%;
  font-style: normal;
  color: #888;
}

#mainCopy ul {
	margin-right: 10px;
}

