body {
	
	font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu,"Liberation Serif", Georgia, "Times New Roman", Times, serif;
	color: #eb6e8e;
	/*
	background-color: #3E7BB3;
	background-color: #f3f9ff;
	*/
	/*
	background-color: #fff;
	background-image: url(bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	*/
	background-image: url(image/bg-main.jpg);


	font-size: 1em;
	padding: 0px;
	margin: 0px;
}


#logo {
	padding-left: 90px; /* Changed it to line the logo up with the body */
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	z-index: 1;
	border: 0px;
}

#site {
	background-color: white;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-top: 10px;
	/*
	border-color: #b9bebc;
	*/
	border-color: purple;
	border-width: 1px;
	border-style: solid;
	margin-right: 50px;
	margin-left: 90px;
	margin-bottom: 20px;
	margin-top: 0px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	/*
	background-color: #f3f9ff;
	*/
	box-shadow:10px 10px 15px #c2c7cf;

		background-image: url(image/bg-site.png);
background-position: bottom right;
background-repeat: no-repeat;
}

#footer {
	text-align: right;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 50px;
	padding-top: 0px;
	margin-right: 50px;
	margin-left: 90px;
	margin-bottom: 65px;
	margin-top: 0px;
}

#top-right-corner {

}

hr {
	width: 500px;
	border: 1px dashed #eb6e8e;

display: block;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 7px;
	margin-top: 35px;
	font-family: Helvetica, "DejaVu Sans", Arial, sans-serif;
}

li {
	margin-bottom:.5em;
}

a {
	text-decoration:none;
	color: #3E7BB3;
}

a:visited {
	color:#713EB3;
}

a:hover, a:active {
	color:black;
	text-decoration:none;
}

.boxed {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 23em;
	font-size: 1.3em;
	border-color: #cdcac8;
	border-width: 1px;
	border-style: solid;
	color: black;
	background-color: #fefce9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.bigger {
	font-size: 1.4em;
}

