#news {
}
#news dl {
}
#news dl dt {
	width:106px;
	float:left;
	font-size:1.4em;
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 20px 0px 0px;
	background:url(../images/news-arrow.gif) 123px 17px no-repeat;
}
#news dl dd {
	font-size:1.2em;
	line-height:1.5em;
	padding:10px 0px 10px 146px;
}
#news dl dd a {
	font-size:1.2em;
	font-weight:bold;
}

#gallery ul li {
	list-style:none;
	float:left;
	width:152px;
	text-align:center;
	padding:0px 0px 10px 0px;
}
#gallery ul li a img {
	padding:7px;
	background:#dddddd;
	h:expression(onmouseover=new Function("this.style.background='#b0c3d9';"),
					onmouseout=new Function("this.style.background='#dddddd';"));
}
#gallery ul li a img:hover {
	background:#b0c3d9;
}
#body #left div.title div {
	width:175px;
}
#about {
	font-size:1.2em;
	line-height:1.5em;
}