#navigation { 
	width: 758px; 
	height: 25px; 
	background: url('/new/layout/images/navigation-bg.jpg');
	color: white;
	font: 13px arial;
}

#news_box {
  position:absolute; 
  width:165px;
  height:1000px;
}

#news_wrapper {
  position:relative;
  width: 165px;
  height: 230px;
  background-image: url('/new/layout/images/news-bg.jpg');
  overflow: hidden;
}
#buttons {
  position:absolute;
  left: 225px;
}

#bottom-border-wrapper {
	padding-left: 68px; 
	padding-top: 233px;
}

#bottom-border {
	vertical-align: bottom; 
	border: 0; 
	width: 525px; 
	height: 4px; 
	background: url('/new/layout/images/bottom-border.jpg');
}

#recent-updates-wrapper{
	vertical-align: top; 
	border: 0; 
	width: 525px;
    height: 28px; 
    background: url('/new/layout/images/recent-updates.jpg');
}

#recent-updates{
	padding-top: 4px;
	padding-left: 20px;
}

#transparent-png {
	float: left; 
	border: 0; 
	width: 68px; 
	height: 265px; 
	background: url('/new/layout/images/left-transparent.png');
}

a:link{
	text-decoration: none;
	color: #333399;
}
a:visited{
	text-decoration: none;
	color: #660000;
}
a:hover{
	text-decoration: underline;
	color: #333399;
}

a.navigation:link{
	text-decoration: none;
	color: white;
	font-size: 13px;
}

a.navigation:hover{
	text-decoration: underline;
	color: white;
	font-size: 13px;
}

a.navigation:visited{
	text-decoration: none;
	color: white;
	font-size: 13px;
}

.news{
  font-size: 10px;
}

#main-story{
float: left; 
width: 231px; 
height: 153px; 
background: url('/layout/images/mainstory-bg.jpg'); 
margin-left: 5px;
}