/* Left column (25%) [news] column (alternatively navigation) and [content2] */

#news {
	 float:left;
	 width:25%;
	 margin-left:-100%;
	}
#news ul {
	 margin-left: 0; 
	 padding-left: 10px; 
	 list-style-type: none; 
	 font-weight: normal; 
	 font-size: 12px;
	}
#news ul li.title {
	 display: block; 
	 padding-bottom: 3px; 
	 padding-top: 3px;
	 font-weight: bold; 
	 color: black; 
	 text-align: center;
	}
#news a {
	 background-color: #FFFFFF; 
	 color: blue;
	 text-decoration: none; 
	 border-bottom: none;
	}
#news a:hover {background-color: cornflowerblue; color: #fff;}
#news p {
	padding-left: 7px;
	padding-right: 10px;
	line-height: 1.2;
	font-size: 10px;
}

/* Center and right column - 2 column spread */

#content2 {margin: 0 0 0 25%;}
#content2 p {line-height:1.2}
#content2 a {color: blue;}
