* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body  {
	background: #FAFAFA;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #222;
	z-index: 0;
}

a {
	text-decoration: none;
}

.container {
	width: 1280px;
	margin: 0 auto;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom , from(#f5f5f5), to(#58596b));
	background: -moz-linear-gradient(top, #f5f5f5, #58596b);
	background: -o-linear-gradient(top, #f5f5f5, #58596b);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorStr = '#f5f5f5', endColorStr = '#58596b');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#f5f5f5', endColorstr = '#58596b' )";
}

#header, #main, #footer {
	width: 960px;
	margin: 0px 160px 0px 160px;
}

#header {
	height: 115px;
	background: #000;
}

#header div {
	float: left;
	height: 115px;
}

#header a {
	display: block;
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
	font-style: italic;
	color: rgb(255, 255, 255);
}

#main {
	overflow: auto;
}

#main #sidebar {
	width: 215px;
	background: rgb(101, 101, 101);
	float: left;
}

ul#nav, ul#nav ul {
	display: block;
	list-style: none;
}

ul#nav a {
	padding: 5px 0px 0px 25px;
	display: block;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	height: 25px;
	color: rgb(236, 237, 237);
	text-decoration: none;
	border-bottom: 1px solid #444;
}

ul#nav li a {
	background: #555;
	color: #fff;
}

ul#nav li a:hover {
	background: #000;
}

ul#nav li ul li a {
	
	padding: 8px 0px 0px 27px;
	font-size: 13px;
	line-height: 15px;
	height: 22px;
	font-style: italic;
	color: rgb(66, 66, 66);
	background: rgb(236, 237, 237);
	border-bottom: 1px solid #000;	
}

ul#nav li ul li a:hover {
	background: rgb(188, 216, 216);
}

#sidebar div {
	padding: 20px 25px 0px 35px; 
	height: 110px;
	width: 150px;
	background: rgb(101, 101, 101);
}

#sidebar h4 {
	color: rgb(183, 183, 183);
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
}

#sidebar p {
	color: rgb(255, 255, 255); 
	padding: 10px 0px 5px 0px;
	font-size: 12px; 
	line-height: 17px;
}

#sidebar p a {
	color: rgb(255, 255, 255);
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	font-weight: 700;
}

#main_content {
	float: left;
	width: 715px;
	padding-left: 30px;
}

#main_content div.info {
	float: left;
	margin: 50px 0px 0px 20px;
	width: 695px;
}

#main_content div.info h4 {
	color: rgb(66, 66, 66);
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
}

#main_content div.info p {
	width: 620px;
	color: rgb(66, 66, 66);
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
}

#main_content div.imageDiv {
	float: left;
	width: 230px;
	height: 190px;
	margin-top: 10px;
}

#main_content div.imageDiv img {
	width: 220px;
	height: 170px;
}

#main_content .info div.imageDiv p {
	width: 220px;
	text-align: center;
}

#main_content .info .videoDiv {
	float: left;
	width: 340px;
	margin-top: 10px;
}

#main_content .info .videoDiv p {
	width: 300px;
	text-align: center;
}


div.news {
	width: 655px;
	padding: 30px;
	margin-bottom: 20px;
	background-color: rgb(247, 246, 246);
}

div.news h4 {
	color: rgb(66, 66, 66);
	font-size: 18px;
	line-height: 23px;
	font-weight: 500px;
	padding: 0px 0px 10px 0px;
}

div.news h4 span {
	color: rgb(66, 66, 66);
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	text-decoration: underline;
}

div.news img.pic {
	width: 600px;
	height: 225px;
}

div.news p.date {
	font-size: 11px;
	line-height: 13px;
	font-weight: 300;
	color: rgb(101, 101, 101);
	padding-top: 10px;
}

div.news div.content p {
	padding-top: 10px;
	color: rgb(85, 85, 85);
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	width: 500px;
}

div.pagination {
	margin: 20px 0px 20px 10px;
	float: left;
	width: 680px;
}

div.pagination a {
	font-size: 13px; 
	line-height: 15px;
	color: #000;
}

div.pagination a.currentPage {
	font-size: 13px; 
	line-height: 15px;
	color: #FFF;
}
