body { 
	font: 11px verdana, tahoma, arial;
	line-height: 1.8em; 
	background: #333; 
	color: #444; 
	margin: 0; 
	padding: 0;
	margin: 10px auto; 
	text-align: center;
}
#container { 
	padding: 10px 10px 3px 10px; 
	width: 1000px; 
	margin: 10px auto; 
	background: #ffffff;
	/*border: 1px solid red;*/
}
#top {
	/*background: url('./pic/layout-header1.jpg') repeat-x;*/
	height: 195px;
	text-align: right;
}
#top h1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 22px 0 5px 10px;
}
#top h2 {
	color: #eee;
	font-size: 19px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: 12px;
}
#nav {
	background: #CFDDFF;
	background: rgb(255,248,176);
	height: 23px;
	text-align: right;
	width: 990px;
	padding-left: 10px;
	padding-right: 10px;
	/*padding-top: 2px;*/
	/*border: 1px solid red;*/
}
#left { 
	float: left; 
	width: 200px; 
	background: #ffffff; 
	margin-bottom: 10px; 
	margin-top: 10px;
	text-align: left;
	/*border: 1px solid red;*/
}
#right { 
	margin-bottom: 10px; 
	float: right; 
	width: 765px; 
	padding: 0 10px 10px 10px; 
	margin-top: 10px;
	text-align: justify;
	/*border: 1px solid blue;*/
}
#bottom { 
	border-top: 1px solid #ccc; 
	height: 30px; 
	font-size: 11px; 
	text-align: center; 
	line-height: 30px;
	/*border: 1px solid blue;*/
}
#fix {
	clear: both;
	height: 20px;
}
