body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
}
#subnav {
	font-size:10px;
	height: 19px;
	background-color: #4f5a60;
	color: #000000;
	text-align: center;
	/*
	word-spacing: 43px;
	*/
	margin-top: 1px;
}
#subnav li, #subnav ul {
	margin: 0;
	padding: 0;
}
#subnav li {
	display: inline;
	line-height: 19px;
	padding: 3px 20px;
	border-right: solid 1px #000000;
}
#subnav li.last {
	border-right: none;
}
#subnav a:link, #subnav a:visited {
	color: #000000;
	text-decoration: none;
}
#subnav a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
#content {
	position: relative;
}
.interview {
	color: #FFFF00;
}

.feature_article {
	width: 340px;
	text-align: justify;
	position: relative;
	padding-left: 110px;
	padding-bottom: 10px;
	height: 100px;
}
.feature_article img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.feature_article .title {
	font-weight: bold;
	display: block;
}


.more {
	color: #606E4C;
	font-style: italic;
}
#article_center {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
}


#article_list {
	position: absolute;
	left: 470px;
	top: 0px;
	font-size: 14px;
	width: 400px;
}
a:link, a:visited {
	color: #606E4C;
	text-decoration: none;
}
a:hover {
	color: #606E4C;
	text-decoration:underline;
}
#article_center #author {
	float: left;
}
#article_center #top_link {
	float: right;
}
#footer {
	text-align: center;
	color: #666;
	font-size: 10px;
	padding-top: 10px;
}
