@charset "utf-8";
/* CSS Document */

body{
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
	background:#eee;
}
a:link{
	color:#BB6C1E;
}
a:visited{
	color:#AC6A22;
}
table {
	background-color:#eee;
	width:300px;
	border:1px solid #333;
	padding:5px 0 5px 0;
	margin:0 auto;
}
#wrapper{
	width:320px;
}
.news_item{
	background:#eee;
	width:100%;
	border-top:1px solid #333;
	border_bottom:1px solid #333;
	text-align:justify;
}
.news_title{
	background:#ccc;
	text-align:left;
	padding:5px 5px 10px 5px;
	border-bottom:1px solid #333;
}
.news_description{
	padding:5px;
}
#wrapper_top{
	width:300px;
	height:12px;
}
#wrapper_bottom{
	width:300px;
	height:12px;
}
#header{
	text-align:center;
	width:320px;
}
.adsense{
	text-align:center;
	width:320px;
}