@charset "utf-8";

/*
Site Name: 
Description: parts style
*/

body {
	font-size: 1em;
	font-weight: bold;
	color: #454112;
	background-attachment: fixed;
	background-image: url(../img/latest_news_bg.jpg);
	background-repeat: no-repeat;
	background-position: 200px 155px;
}

#news {
	width: 300px;
}
#news dt{
    color:#996600;
	margin: 0;
	padding: 0;
}
#news dd{
    margin: 0px;
	padding: 3px 0px 5px 0px;
	line-height: 1.4em;
}