@charset "utf-8";
#main #top {
	padding-top:30px;
	background-image: url(../img/right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 240px;
	width: 960px;
	position: relative;
}
#main #top li {
	display: inline;
}
#top #logo {
	text-align: center;
	position: absolute;
	top: 50px;
	width: 960px;
}
#top #logo img {
	vertical-align: bottom;
	padding-right: 8px;
	padding-left: 8px;
}

#bottom {
	margin-top:30px;
	}
#bottom h2 {
	background: url(../img/h2_bk.gif) repeat-x;
	height: 30px;
	padding-top: 5px;
	padding-left: 10px;
}

#bottom #news {
	width:370px;
	float:left;
	padding-left:80px;
	}
#bottom #links {
	width:370px;
	float:right;
	padding-right:80px;
	}
#bottom #news div,
#bottom #links div {
	height:300px;
	padding:10px;
	overflow:auto;
	border-top: 3px #666 solid;
	border-bottom: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
}
#bottom #news li,
#bottom #links li {
	line-height:1.7
}
#bottom #links li {
	background-image: url(../img/links.gif);
	background-repeat: no-repeat;
	background-position: 35px center;
	padding-left:50px;
	font-size: 0.9em;
}
#bottom #links li strong {
	font-size: 1.2em;
}

#bottom #news em {
	font-size: 0.85em;
	color: #009933;
	font-weight: normal;
}
