.black a {
  color: #444444;
}

.black a:hover {
  color: #f8f3cd;
}

#topshadow {
  width: 84%;
}

#content { 
  top: 107px; 
  left: 151px; 
  width: 90%;
  height: 100%; 
  z-index: 3;
}

/* ======== NEWS  ======== */

#news {
	position: absolute;
	top: 250px;
	left: 600px;
	width: 200px;
	z-index: 4;
	padding: 3px;
	color: #333333;
	background: url(../img/news/newsback.jpg) no-repeat;
}

#news div {
	font-size: 75%;
}

#news a {
	color: #efc600;
}

#news a:hover {
	color: red;
}

#news h3 {
	font-family: 'Trebuchet MS','Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 90%;
	color: #008041;
	display: inline;
}

