*{
			margin: 0;
			padding: 0;
		}
body{
			font-size: 12px;
		}
img{
	border: none;
}
a{
	text-decoration: none;
	color:#333;
}
a:visited{
	text-decoration: none;
	color:#333;
}
a:hover{
	text-decoration: underline;
	color:#333;
}
#container{
	margin: 0 auto; 
	padding:0;
	width: 800px;
	background: #fff;
	color: #333;
}
/*logo&link area-----------------------------*/
#logoLink{
	height: 80x;
}
#logoLink img{
	margin: 0 0 0px 36px;
	width:250px;
	height:75px;
}
	.links{
		float: right;
		width: 478px;
		display: block;
		margin: 15px 0 5px 0;
	}
	.textLinks{
		display: inline;
		border-right: #000 1px solid;
		padding: 3px 5px 0 8px;
		line-height: 20px;
	}
	.specialLinks{
		padding: 3px 5px 0 8px;
		line-height: 20px;
		display: inline;
		border: none;
		color: #ff0000;
		background: #fff;
	}
	.specialLinks a,.specialLinks a:visited{
		color: #ff0000;
	}
	.time{
	margin-left: 150px;		
	}
/*show image---------------------*/
#showImg{
	height: 170px;
	background: #fff url(showImg2.jpg) no-repeat 0 0;
        width:100%;

}
#mainBox{
	background:url(mainBoxBg.gif) repeat-y 0 0;
	height: 100%;
	clear: both;
}
.listImg{
	margin: 30px auto 5px auto;
	width: 175px;
	
}
/*sider-bar--------------------------------------*/
	#sideBar{
	float: left;
	width:190px;
	padding: 10px 5px 300px 5px;
	margin-bottom: 10px;
	background:#4c90d9 url(mainBoxBg.gif) repeat-y 0 0;
}

	.listName{
		font-size: 14px;
		color: #fff;
		text-align:center;
		font-weight: bold;
		border-bottom:#fff 4px solid;
		margin: 0 0 0 8px;
	}
	.list{
		margin: 10px 0 0 0px;
		text-align:center;
		
	}
	.listr{
		margin: 10px 0 0 4px;
		}
	.list li{
		line-height: 24px;
		list-style: none;
		color: #fff;
	}
	.list a,.list a:visited,.list a:hover{
		color: #fff;
	}
	.listr li{
		line-height: 24px;
		list-style: none;
		color: #fff;
	}
	.listr a,.listr a:visited,.listr a:hover{
		color: #fff;
	}
/*main content-------------------------------------*/
#mainContent{
	float: left;
	width: 560px;
	padding: 10px 20px;
	margin-bottom: 10px;
}
	.yourPosition{
	margin-bottom:10px;
	}
	.content{
	color:#333333;
	line-height:18px;
	text-indent:2em;
	}
	.line{
	border-top:#999999 1px dotted;
	}
/*copyright area-----------------------------------*/
#footer{
	clear: both;
	padding: 0;
	margin: 0;
	border-top: #ccc 10px solid;
}
	#footer p{
		color:#666;
		margin: 17px auto;
		padding:0;
		text-align: center;
	}