﻿body {
	background-color: #ccccff;
	font-family: 宋体;
	font-size: 13px;
	line-height: 18px;
}
#container {
	background-color: white;
	width: 760px;
	margin:0px auto;
}
#container a:visited {
	text-decoration: none;
}
#container a:link {
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
}
#header {
	background: url(images/banner.jpg);
	width: 760px;
	height: 160px;
}
#top_nav {
	font-size: 1.4em;
	text-align: right;
	padding-top: 138px;
	padding-right: 30px;
	font-family: 宋体;
	color: #FFFFFF;
}
#top_nav a {
	color: white;
}
#top_nav a:visited {
	color: white;
}
#midbody {
	width: 760px;
}
#midbody h1 {
	background-image: url(images/yellowbg.jpg);
	color: #666;
	font-size: 1.0em;
	height: 18px;
	padding-top: 6px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#release_notes {
	position:relative;
	left:10px;
	width:740px;
}
#foot {
	background-color: #4FA2F8;
	color: white;
	width: 760px;
	height: 60px;
	margin-top: 8px;
	text-align: center;
	padding-top: 10px;
}
