@charset "utf-8";
/* CSS Document */
html,body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-family: Arial,Trebuchet,Courier,微软雅黑;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

h3,h4 {
	color:#808080;
	margin:0 0 1em;
	letter-spacing:0.35em;
}

h5 {color:#949494;}
h6 {color:#CBCBCB;}
p {
	color:#949494;
	font-size: 0.83em;
}

#container {
	min-height:100%;
	height:auto !important;
	height:100%;
}
#page {
	margin:0 auto;
	width:85%;
	padding-bottom:5px;/*footer的高度*/
}
#footer {
	color:#CBCBCB;
	position:relative;
	margin-top:-5px;
	height:5px;
	clear:both;
	text-align: center;
}

#header {
	padding:1em;
	margin-bottom: 2em;
}

#content {
	width:100%
}

/* navigation */
ul.navigation{
	font-size: 1em;
	text-align: center;
	letter-spacing:0.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}

ul.navigation li {float: left;}

ul.navigation li a{
	color: #A1A1A1;
	display: block;
	text-align: center;
	padding: 1em;
	text-decoration: none;
		}

.img {
	text-align: center;
	}

img {
		max-width: 100%;
		max-height: 100%;
		}