@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, p, a, strong, ol, ul, li, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	text-align:justify;
	list-style:none;
}
body {
	background-image: url(../images/tail.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #0b0c0d;
}
#wraper {
	width:1000px;
	margin:0 auto;
	padding:0;
}
#header {
	width:1000px;
	height:221px;
}
#menu {
	width:100%;
	height:44px;
	color: #FFFFFF;/*background-image: url(../images/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu li {
	float:left;
	padding:0 40px 0 10px;
	line-height:44px;
	background-image: url(../images/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu li.last {
	background:none;
}
#menu li a {
	color:#cbe0ed;
	text-decoration:none;
}
#menu li a:hover {
	text-decoration:underline;
}
#banner {
	height:177px;
	width:100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#banner h1 {
	text-align:left;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top: 63px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#banner h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
#banner h1 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#container {
	width:1000px;
	margin:0;
	padding:0;
}
/**********************************************************************************************/
#content {
	width:665px;
	float:left;
	margin:0 auto;
}
#content h1 {
	color:#085382;
	text-align:left;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
}
#content #top_bg {
	width:610px;
	height:40px;
	background-image: url(../images/content_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding:15px 20px 0 20px;
	margin:0 auto;
}
#content .blog {
	width:610px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0 20px;
	margin:0 auto;
}
#content .blog p {
	margin:0;
	padding:0 0 10px 0;
	line-height:20px;
}
#content .blog a {
	color:#FF0000;
	text-decoration:underline;
}
#content .blog a:hover {
	color:#FF0000;
	text-decoration:none;
}
#content #bottom_bg {
	width:650px;
	height:57px;
	background-image: url(../images/content_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin:0 auto;
}
/**********************************************************************************************/
#left_panel {
	width:167px;
	float:left;
}
#left_panel .blog h1 {
	text-align:center;
    width:167px;
	padding:0 0 0 0;
	line-height:36px;
	font-size:15px;
	font-weight:bold;
	color:#abdc36;
	border-bottom:1px #2c3a43 dashed;
	border-top:1px #2c3a43 dashed;
	display:block;
	background-color:#141617;
	text-align:center;
}
/**********************************************************************************************/
#right_panel {
	width:167px;
	float:right;
}
#right_panel .blog {
	width:167px;
	float:left;
	margin:0 auto;
}
#right_panel .blog h1 {
	text-align:center;
	width:167px;
	padding:0 0 0 0;
	line-height:36px;
	font-size:15px;
	font-weight:bold;
	color:#abdc36;
	border-bottom:1px #2c3a43 dashed;
	border-top:1px #2c3a43 dashed;
	display:block;
	background-color:#141617;
	text-align:center;
}
/**********************************************************************************************/
#footer {
	width:100%;
	height:65px;
	background-color:#191b1d;
	margin:20px 0 0 0;
}
#footer p {
	width:854px;
	text-align:left;
	margin:0 auto;
	padding:20px 0 0 0;
	color:#FFFFFF;
}
#footer a {
	color:#89caef;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
}
.alignleft {
	float:left;
	margin:5px 5px 5px 0px;
	padding:5px;
	border:1px solid #D8D8D8;
}
/**********************************************************************************************/
.banner-left {
	width:120px;
	height:240px;
	background-color:#141617;
	border:1px dotted #424548;
	padding:20px;
	margin:10px auto;
}
.banner-right {
	width:122px;
	height:125px;
	background-color:#141617;
	border:1px dotted #424548;
	padding:20px;
	margin:10px auto;
}
.banner-center {
	width:468px;
	height:60px;
	margin:15px auto;
}

