@charset "UTF-8";
/* CSS Document */

<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
	
	#mainright {
	width:33%;
	float:left;
	padding-bottom:10px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #CCCCCC;
		}
	
	#maincenter {
	width:255px;
	float:left;
	padding-bottom:10px;
	background-color: #666666;
		}
	
	#mainleft {
	width:200px;
	float:left;
	padding-bottom:10px;
	background-color: #666666;
		}
	
	#banner {
	background-color: #666666;
	height: 106px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
		}
		
	p,h1,pre {
	margin:0px 10px 10px 10px;
	background-color: #666666;
	font-family: 华文仿宋;
	color: #FFFFFF;
	left: 300px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#mainright p { font-size:10px}
	#banner h1 {
	margin:0px;
	padding:0px
}
	
</style>
.tracks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.tracks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.logo {
	float: right;
	height: 106px;
	width: 150px;
	margin-left: 300px;
}
