@charset "UTF-8";
/* CSS Document */

#news {
		margin: 0;
	padding: 5px 0;
	width: 630px;
	border-bottom: solid 1px #000000;
}

#news1 {
	border-bottom: solid 1px #555;
	border-right: solid 1px #555;
	border-left: solid 1px #555;
	border-top: solid 1px #555;
	float: left;
	width: 200px;
	height: 100px;
	background: #000;
	color: #fff;
	text-align: left;
	
}

#news2 {
	border-bottom: solid 1px #555;
	border-right: solid 1px #555;
	border-left: solid 1px #555;
	border-top: solid 1px #555;
	float: right;
	width: 200px;
	height: 100px;
	background: #000;
	color: #fff;
	text-align: left;
}

#news3 {
border-bottom: solid 1px #555;
	border-right: solid 1px #555;
	border-left: solid 1px #555;
	border-top: solid 1px #555;
	margin: 0 auto;
	width: 200px;
	height: 100px;
	background: #000;
	color: #fff;
	text-align: left;
}
