/* CSS Document */
body{
	padding:0;
	margin:0;
	background-image:url(../images/layout/bg_main.jpg);
	background-repeat:repeat;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	color:#000000;
	}
.tblStyle01 { /* background graphic for left sidebar */
	background-image:url(../images/layout/bg_leftbar.jpg);
	backbround-repeat:repeat-y;
	}
.tblStyle02 { /* background graphic for right sidebar */
background-image:url(../images/layout/bg_rightbar.jpg);
backbround-repeat:repeat-y;
}
#div_main {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: auto;
	z-index: 99;
	}
#div_left {
	position: absolute;
	top:0px;
	left:0px;
	width: 152px;
	height: 100%;
	z-index: 1;
	background-image:url(../images/layout/bg_leftbar.jpg);
	backbround-repeat:repeat-y;
	}
#div_right{
	position: absolute;
	top:0px;
	left:100%;
	width: 17px;
	height: 100%;
	margin-left:-17px;
	z-index: 1;
	background-image:url(../images/layout/bg_rightbar.jpg);
	backbround-repeat:repeat-y;
}
