#innerleft {
	position: relative;
	top: 40px;
	left: 26px;
	width: 800px;
	line-height: 20px;
	color: #333333;
	padding-bottom: 10px;
	text-align:right;
	font-family: Tahoma;
	font-size: 11px;
	}
#news {
	position: absolute;
	top: 359px;
	left: 351px;
	width: 230px;
	height: 465px;
	color: #6c6c6c;
	overflow: auto;
	padding: 2px 10px 2px 5px;
	border: 0px solid #d2d2d2;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 11px;
	}

#backdrop {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 252px;
	z-index: 0;
	background: url(images/backdrop_orange.gif);
	}
	
.date {
	color: #666666;
	font-family: Tahoma;
	font-size: 9px;
	}

b {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	}

a {
    color: #8E1A27;
    text-decoration: none;
	}
	
a:hover {
  	color: #8E1A27;
  	border-bottom: 1px double #999999;
	text-decoration: none;
  }

