#left_top {
	position:absolute;
	left:0;
	top:119px;
	width:185px;
	height:38px;
	background:url(../images/main/left/top_bg.png) no-repeat;
}
#left {
	position:relative;
	width:168px;
	background:url(../images/main/left/black.jpg) no-repeat left;
	height:514px;
	bottom:2px;
}
#left #shows {
	padding-top:70px;
}
#left .shows {
	padding:10px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-align:left;
}
#left .shows a {
	color:#fff;
	text-decoration:none;
}
#left .active {
	background:url(../images/main/left/exhibition_active.png) repeat-y center;
}
#left div.paging {
	position:absolute;
	bottom:20px;
	right:25px;
	text-align:right;
}
#left div.paging a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#centre {
	/*margin-left:175px;*/
	margin-left:0px;
}
#centre h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#0c3d8c;
	margin:20px 0 25px 25px;
	padding:0 0 5px 0;
	background:url(../images/main/title_bg.png) left bottom no-repeat;
}
#centre #content {
	/*margin:10px;*/
	margin:20px 5px 0 20px;
	height:430px;
	overflow:auto;
	padding-right:10px;
}
#centre a img{
	border:none;
}
#centre img {
	margin:0 10px;
}

body.news #main {
	overflow:visible;
	height:auto;
	background:#fff url(../images/main/background2.jpg) no-repeat top left;
	padding-bottom:1px;
}
body.news #left {
	height:auto;
}
body.news #centre h1 {
	margin:0 0 25px 25px;
	padding:20px 0 5px 0;
}
body.news #left div.paging {
	position:static;
	bottom:0;
	right:0;
	padding-right:25px;
}
body.news #centre #content {
	height:auto;
	overflow:visible;
}

#paging {
	float:right;
	background:#000;
	color:#d0d0d0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 15px;
	cursor:default;
}
#paging a {
	color:#d0d0d0;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
#paging a:hover {
	color:#fff;
	text-decoration:underline;
}
.clear {
	clear:both;
}
