body { 
	background: rgb(243,242,242);	
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
}
#container { 
	width: 1000px;
	margin: 5px auto;
	padding: 0;
}
#top {
	background: rgb(243,242,242) url('./pic/layout-top.jpg') repeat-x;
	width: 1000px;
	height: 65px;
	border-bottom: 1px solid black;
	/*border: 1px solid blue;*/
}
#content {
	width: 1000px;
	min-height: 500px;
	background: url('./pic/layout-content.jpg') repeat-y;
	/*border: 1px solid blue;*/
}
#left {
	float: left;
	width: 173px;
	/*margin: 0px auto;*/
	/*border: 1px solid red;*/
}
#right { 
	float: left;
	width: 790px;
	text-align: justify;
	line-height: 17px;
	margin: 15px 15px 15px 15px;	
	/*border: 1px solid black;*/
}
#bottom { 
	background: url('./pic/layout-bottom.jpg') no-repeat;
	width: 1000px;
	height: 30px;
	color: #000;
	font-size: 11px;
	/*padding-top: 10px;*/
	padding: 11px 0px 0px 0px;
	/*border: 1px solid blue;*/
}
#bottom A:link, A:visited, A:hover, A:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#fix {
	clear: both;
	height: 10px;
}