@charset "utf-8";

/* CSS Document */



*{

	margin:0;

	padding:0;

}

ul{list-style:none;}
li{list-style:none;}

img{border:none;}



.clear{

	clear:both;

}



body{

	/*background:url(img/bg.jpg) center repeat-y;*/
	background:#0d0d0d;

	color: white;

	font-family: helvetica;

}

.top_bottom{

	width:100%;

	text-align:center;

	height:36px;

	background:#fffefc;

}



#main{

	width:1045px;

	margin:0 auto;

}



.mn_first{

	display:block;

	width:225px;

	padding-left:30px;

	height:35px;

	line-height:35px;

	text-decoration:none;

	color:#767676;

	border-top:1px solid #464646;

	background:url(img/mn_0.jpg) left center no-repeat;

}

.mn_first_active{

	display:block;

	width:225px;

	padding-left:30px;

	height:35px;

	line-height:35px;

	text-decoration:none;

	color:#767676;

	border-top:1px solid #464646;

	background:url(img/mn_1.jpg) left center no-repeat;

}



	.mn_second{

		display:block;

		width:208px;

		padding-left:47px;

		height:35px;

		line-height:35px;

		text-decoration:none;

		color:#767676;

		font-size:14px;

		margin-bottom:1px;

		background:url(img/mn_0.jpg) no-repeat #252324;

		background-position:27px 13px;

	}

	.mn_second_active{

		display:block;

		width:208px;

		padding-left:47px;

		height:35px;

		line-height:35px;

		text-decoration:none;

		color:#767676;

		font-size:14px;

		margin-bottom:1px;

		background:url(img/mn_1.jpg) no-repeat #252324;

		background-position:27px 13px;

	}

		.mn_thrid{

			display:block;

			width:188px;

			padding-left:67px;

			height:35px;

			line-height:35px;

			text-decoration:none;

			color:#767676;

			font-size:14px;

			margin-bottom:1px;

			background:#323031;

		}



.content{

	width:753px;

	min-height:900px; 

	height:auto !important; 

	height:900px;

}



.list

{

	margin-bottom:0px; border-bottom:1px dotted #000; padding:5px 0;

}



.list:hover{background-color:#F4F4F4;}



.page {float:left; padding:5px 10px 0 0; font-size:16px; color:#0885f1;  font-weight:bold;}

.page a { text-decoration:none; font-size:16px; color:#000; font-weight:bold;}

.page a:hover { text-decoration:underline;}