@charset "utf-8";
body  {
	background-color: #121212;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	padding: 0px;
	height: 70px;
	width: 980px;
	margin: 0px auto;
}
#submenu {
	height: 40px;
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}
#main_screen {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../../../news/images/main_bg.gif);
}

#headimg {
	height: 50px;
	width: 980px;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}
#left_year_space {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 200px;
	background-color: #000000;
	background-image: url(../../images/prod_10.gif);
	background-repeat: repeat-y;
}
#left_year_space #year_tag {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	text-align: center;
}
#left_year_space #year_tag #sign {
	margin-top: 20px;
}


#content_space {
	padding: 0px;
	width: 780px;
	background-color: #000000;
	margin: 0px;
	float: right;
}
#content_space .year {
	margin-top: 15px;
	margin-left: 10px;
	height: 30px;
	float: left;
	clear: both;
	width: 720px;
	margin-bottom: 10px;
}

#content_space .month {
	padding: 0px;
	float: left;
	width: 110px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #121212;
}

#content_space .month ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content_space .month li {
	line-height: 25px;
	list-style-type: none;
	list-style-position: outside;
}


#content_space .content {
	padding: 0px;
	float: left;
	width: 740px;
	background-color: #121212;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#content_space .content ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_space .content li {
	line-height: 25px;
}

#footer {
	padding: 0px;
	height: 30px;
	width: 980px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FF6600;
}
