HTML, BODY {
	background-color: rgb(51,107,160);
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	border: 0px #000000 solid;
}

TABLE {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
}


.layout-container { 
	width: 1000px;
	margin: 0px auto;
}

.layout-background-top { 
	background: url("./pic/layout-background-top1.jpg") no-repeat;
	width: 1000px;
	height: 39px;
}

.layout-background-middle { 
	background: url("./pic/layout-background-middle.jpg") repeat-y;
	width: 1000px;
	margin: 0px auto;
	/*height: 500px;*/
	/*border: 1px red solid;*/
}

.layout-container-top { 
	background: url("./pic/layout-container-top1.jpg") no-repeat;
	width: 883px;
	height: 214px;
	margin: 0px auto;
	/*border: 1px blue solid;*/
}

.layout-container-middle { 
	width: 860px;
	margin: 0px;
	padding: 0px;
	margin: 0px auto;
}

.layout-background-bottom { 
	background: url("./pic/layout-background-bottom1.jpg") no-repeat;
	width: 1000px;
	height: 39px;
}

.layout-container-content { 
	float: left;
	margin: 0px;
	padding-top: 15px;
	width: 660px;
	text-align: justify;
	/*background-color: brown;*/
}

.layout-container-menu { 
	background: url("./pic/layout-background-menu1.jpg") repeat-x;
	background-color: rgb(242,129,53);
	float: right;
	margin: 0px;
	padding: 0px;
	width: 180px;
	/*height: 500px;*/
}


.layout-footer { 
	margin-top: 20px;
	color: black;
	font-weight: normal;
}

.layout-fix {
	clear: both;
	visibility: hidden;
}


