HTML, BODY {
	background: rgb(193, 81, 43);
	font-family: tahoma, verdana, tahoma, arial;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
TABLE {
	font-family: tahoma, verdana, tahoma, arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
}
/**************************************/
/* Layout Container                   */
/**************************************/
.layout-container { 
	width: 1000px;
	/*height: 690px;*/
	margin: 0px auto;
	padding: 0px;
	/*border: 1px solid red;*/
}
.layout-header {
 	background: url("./pic/layout-header.jpg") no-repeat;
	width: 1000px;
	height: 239px;
	margin: 0px auto;
	padding: 0px;
	/*border: 1px solid red;*/
}
.layout-middle {
	width: 834px;
	height: 485px;
	margin: 0px auto;
	padding: 0px;
	/*border: 1px solid blue;*/
}
.layout-left {
 	background: url("./pic/layout-left.jpg") no-repeat;
	float: left;
	width: 80px;
	height: 485px;	
	margin: 0px auto;
	/*border: 1px solid red;*/
}
.layout-content {
 	background: url("./pic/layout-content1.jpg") no-repeat;
 	/*background: rgb(255,255,255);*/
	float: left;
	width: 674px;
	/*height: 323px;*/
	height: 485px;		
	margin: 0px auto;
	/*border: 1px solid red;*/
}
.layout-right {
 	background: url("./pic/layout-right.jpg") no-repeat;
	float: right;
	width: 80px;
	height: 485px;	
	margin: 0px auto;
	/*border: 1px solid red;*/
}
.layout-copyright { 
	font-family: verdana, tahoma, arial;
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal; 
	margin: 5px;
	padding-bottom: 10px;
	font-size: 9px;
}
A.layout-copyright-link:link, A.layout-copyright-link:visited {
	font-family: verdana, tahoma, arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
A.layout-copyright-link:hover, A.layout-copyright-link:active {
	font-family: verdana, tahoma, arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
