html, body {
	margin: 0;
	padding: 0;	
}

#header{width:945px;height:70px;margin:20px auto 0px;}
.header-one{width:120px;height:70px;float:left;padding:5px 0px 0px 5px;}
.header-two{width:705px;height:40px;float:right;background:url(../image/sub.png) no-repeat; font-size:12px;}
.header-two ul{padding:0px;list-style:none;text-align:center;margin-left:20px; margin-top:12px;}
.header-two li{float:left;width:111px;text-align:center;line-height:12px;}
.header-two a{ color:#FFFFFF;}
.header-two a:hover{ color:#ccc;}
.header-three{width:100px;height:80px;float:right;}

ul{ list-style:none;
	margin:0;
	padding:0;}
	li{
		line-height:24px;}

img{margin:0;padding:0;border:none}

body {
	background: #EEE;	
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

#content {
	width: 905px;
	margin: 0px auto 20px;
	padding: 20px;
	background: #FFF;	
	border: 1px solid #CCC;
	height:1750px;
}
.con-li{float:left; font-size:12px; color:#0066FF; margin:0 10px 0 10px; line-height:24px;}

h1 {
	margin: 0;
	text-align:center;
	font-size:20px;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;
	color:#333;	
	text-decoration:none;
}

a:hover{ 
	text-decoration:underline;
	color:#FF0000;}
#images a {
			margin:11px;
			float:left;
		}

		#images a img {
			border: 1px solid #888;	
			padding: 3px;
			vertical-align: top;
		}

		#credit {
			clear: both;	
			margin-top: 50px;
			padding-top: 20px;
			font-size: 10px;
			border-top: 1px solid #BBB;
			font-family: Verdana;
		}
		#image{ margin-bottom:20px;}
#imgbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	background: url('imgbox-spinner.gif') center center no-repeat;
	cursor: pointer;
	display: none;
	z-index: 90;
}

#imgbox-loading div {
	background: #FFF;
	width: 100%;
	height : 100%;
}

#imgbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 80;
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 90;
}

.imgbox-img {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.imgbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('imgbox-close.png') top left no-repeat;
	cursor: pointer;
	outline: none;
}

.imgbox-title {
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	font-family: Arial;
	color: #333;
	display: none;
}

.imgbox-bg-wrap {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}

.imgbox-bg {
	position: absolute;
	width: 20px;
	height: 20px;
}

.imgbox-bg-n {
	left: 0;
	top: -20px;
	width: 100%;
	background: url(imgbox-bg-n.png) repeat-x;
}

.imgbox-bg-ne {
	right: -20px;
	top: -20px;
	background: url(imgbox-bg-ne.png) no-repeat;
}

.imgbox-bg-e {
	right: -20px;
	top: 0;
	height: 100%;
	background: url(imgbox-bg-e.png) repeat-y;
}

.imgbox-bg-se {
	right: -20px;
	bottom: -20px;
	background: url(imgbox-bg-se.png) no-repeat;
}

.imgbox-bg-s {
	left: 0;
	bottom: -20px;
	width: 100%;
	background: url(imgbox-bg-s.png) repeat-x;
}

.imgbox-bg-sw {
	left: -20px;
	bottom: -20px;
	background: url(imgbox-bg-sw.png) no-repeat;
}

.imgbox-bg-w {
	left: -20px;
	top: 0;
	height: 100%;
	background: url(imgbox-bg-w.png) repeat-y;
}

.imgbox-bg-nw {
	left: -20px;
	top: -20px;
	background: url(imgbox-bg-nw.png) no-repeat;
}


/*footer*/
#footer{width: 968px;height: 95px;margin: 10px auto 0px;line-height: 24px;text-align: center;clear: both;color:#333333;}
.copyright{width: 968px;height: 12px;margin: 10px auto;line-height: 12px;text-align: center; float: left;margin-top: 5px;font-size: 12px;}

#footer a:link{color:#333333;text-decoration: none;}
#footer a:visited {color: #333333;text-decoration:none;}
#footer a:hover {color:#666666;text-decoration:underline;}
#footer a:active {color: #333333;text-decoration:none;}