html body {
	background-color: #7490a1;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 170%;
}
#top {
	background-image: url(topbg.jpg);
	overflow-x: hidden;
	width: 100%;
	height: 190px;
}
#content {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	height: 530px;
	background-image: url(mainbg.jpg);
	background-repeat:no-repeat;
	padding-top: 97px;
}
#wrap {
	margin-left: 25px;
	width: 900px;
	height: 480px;
	background: url(back1.jpg);
	margin-top: 3px;
}
#left {
	width: 450px;
	height: 450px;
	overflow-y: auto;
	padding: 15px;
	float: left;
	overflow-x: hidden;
}
#menu {
	margin-left: 29px;
	height: 25px;
}
#menu a {
	height: 25px;
	line-height: 25px;
	color: #555;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 12px;
	background:#fff;
	margin-left: 7px;
	text-align: center;
	border-top: 2px solid #d2cbc7;
}
#menu a:hover {
	color: #71a5d1;
	border-color: #71a5d1;
}
h1, h2 {
	font-weight: 100;
	letter-spacing: -1px;
	text-align: left;
	margin: 0px;
	font-size: 17px;
	line-height: 25px;
}
a {
	color: #2a69aa;
}
.img-right {
	float: right;
	margin: 0px 0px 15px 15px;
}
