/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background:url(../images/share/img/footer-repeat.jpg) #F4ECBE repeat-y top center;
}
form, input, div, h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	border:0;
}
img {
	margin:0px;
	padding:0px;
	border:0;
}

/*------------------------------------*/
/*             layout tag             */
/*------------------------------------*/
#headbody{
	background:url(../images/share/img/bg-top-menu-repeat.jpg) #B2E3C6 top repeat-x; 
	min-width:980px;
	background-color:#B2E3C6;
}
#divWrapper {
	margin: 0px auto;
	padding: 0px;
	/*height: 100%;*/
	width:980px;/*background-position: center top;*/
	background:url(../images/share/img/bg-main.jpg) top center no-repeat;
}
#divHeader {
	padding:18px 0px 0px 334px;
	height:39px;
}
#divContent {
	background:url(../images/share/img/line-border-repeat.jpg) 0px 400px repeat-y; 
	width:980px
}
#divBanner {
	margin: 0px auto;
	padding: 0px;
	width:980px;
}
#divFooter {
	width:100%;
	min-width:980px;
}
.divLayout {
	float:left;
}
.divLayoutRight {
	float:right;
}
.divClear {
	clear:both;
}
.tbHead{
	background-color:#25AB7C;
	text-align:center;
	border-color:#25AB7C;
	border:1px solid;
}
.tbBody{
	border-color:#25AB7C;
	border:1px solid;
}
