@charset "utf-8";
/* CSS Document */

#topgraphic{
	position:relative;
	width:716px;
	height:143px;
	margin:auto;
	background-image:url(../images/home/top_graphic_home.jpg)
	/*background-color:blue;*/
}
#left_content {
	position:relative;
	width:370px;
	height:818px;
	float:left;
	margin-right:6px;
	border-right:#ef792f solid 1px;
}
#left_content ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#left_content ul li {
	position:relative;
	float:left;
}
#about_text {
	position:relative;
	float:left;
	width:358px;
	margin-top:10px;
}
#about_text span {
	font-size:24px;
}
#right_content {
	position:relative;
	width:336px;
	float:left;
	min-height:100%;
	background:#2b323c;
}
#news_heading {
	Position:relative;
	float:right;
	font-size:24px;
}
#news_heading_bar {
	position:relative;
	height:24px;
	width:184px;
	margin:3px 0;
	float:right;
	background-color:#242931;
}
#right_content ul {
	position:relative;
	width:306px;
	margin:0px;
	padding:0 10px 0 20px;
	float:left;
}
#right_content ul li {
	margin:0 0 10px;
	list-style:square;
	border-bottom:solid 1px #efaf2f;
}