#news_story_holder {
  background: #cccccc;
  margin: 10px 50px;
  position: relative;
  padding: 20px;
  border:1px solid #ffffff;
}

#news_img_holder {
  position: relative;
  width: 720px;
  margin: 0px 0px 10px 15px;
  padding: 0px;
  float: right;
  overflow: hidden;
  width:263px;
}

#news_img_holder img {
  margin: 10px 0px 10px 0px;
}

#news_story_img {
  font-size: 10px;
  color: #5b5849;
}

#news_tools {
  position: relative;
  width: 243px;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  background: #1a1a1a;
  overflow: hidden;
}

#news_tools_head {
  position: relative;
  color: #fff;
  width: 50%;
  margin: 0px;
  padding: 0px;
  float: left;
  overflow: hidden;
}

#news_tools_links {
  position: relative;
  width: 50%;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  float: right;
}

#news_tools_links a, #news_tools_links a:visited {
  color: #666633;
  margin-right: 10px;
}

#news_tools_links a:hover {
  color: #990000;
}

#news_holder {
  background:#000000 url(/img/content_back.gif) repeat-x;
  overflow: hidden;
  padding: 10px;
  position: relative;
  color:#000000;
}

.news_row {
  background:#cccccc;
  border-bottom:1px solid #999999;
  margin: 10px auto;
  overflow: hidden;
  padding: 0px;
  position: relative;
  width:800px;
}
.news_row img{
  border: 1px #666666 solid;
}
#news_holder strong {
  margin-bottom: 10px;
  display: block;
}

.back {
	display:block;
	float:none;
	background:transparent url(/img/return_arrow.gif) no-repeat scroll left center;
}
.back a, .back a:visited{
	background-color:#000000;
   	color: #ffffff;
   	font-weight:bold;
	padding:5px;
	font-size:12px;
}

.back a:hover {
  color: #990000;
}
.head {
	padding:5px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}
.blueHead {
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
#mainImage {display:none;}
#news_story_holder p{ padding:0 0 12px 0; line-height:18px;}
