* {margin: 0; padding: 0;}

body {
	max-width: 960px;
	min-width: 720px;
	margin: 0;
	font-size: 1em;
	background-color: #5b5b5d;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: silver;
	position: relative;
}

h1 {text-align: center; font: 2em Arial sans-serif;}
h2 {text-align: center; font: italic 1.5em Arial sans-serif;}
h3 {text-align: right; font: italic 1.2em Arial sans-serif;}

#homepre {
	font: .8em "楷体","楷体_GB2312";
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;       /* for fucked Internet Explorer 5.5+ */
	margin: 0em;
}

pre span {margin-left: 4em; font: italic 1.2em STFangsong,"宋体";}

#quote {
	margin-left: 8em;
	font: 1em "楷体","楷体_GB2312","宋体";
}

img {
	border: 0;
}

pre a {
	color: silver;
	border: 1px silver dotted;
	background-color: teal;
	text-decoration: none;
}

pre a:hover {
	background-color: #743481;
	border: 1px #fff dashed;
	text-decoration: none;
}

#header {
	height: 130px;
	overflow: hidden;
	background: url(../images/bg_header.png) scroll 0 0
}


#container {
	background: url(../images/bg_body.gif) repeat-y center;
}

#print {
	display: none;
}

#nav {
	width: 200px;
	float: left;
	overflow: hidden;
	color: #069;
}

#nav a {
	color: #069;
	text-decoration: none;
}

#nav a:hover {
	background-color: #ff9;
	text-decoration: none;
}
#nav span {
	font: .8em Courier New, blue;
	margin: 15px 5px;
}
#nav span a:hover {
	background-color: silver;
	text-decoration: none;
}

#nav ol {
	padding: 10px 5px;
}

#content {
	margin-left: 200px;
	padding: 5px 50px 5px 20px;
}

#footer {
	height: 66px;
	overflow: hidden;
	background: url(../images/bg_footer.png) scroll 0 0;
	clear: both;
}

#footer p {
	margin-right: .5em;
	text-align: right;
	font: 1em courier new;
}
#footer a {
	color: #069;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: none;
}
