@charset "utf-8";
.theBody {
	background-image: url(../images/bg-rpt.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #202020;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	margin-top: 8px;
}

.theBodyAbout {
	background-image: url(../images/bgrpt_about.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #202020;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	margin-top: 8px;
}

.mainContainer {
	width: 629px;
	margin: 0 auto;
	overflow: hidden;
}

.header {
	width: 629px;
	height: 123px;
	background-image: url(../images/index_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.headerAbout {
	width: 629px;
	height: 285px;
	background-image: url(../images/about_head.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.leftCol {
	width: 82px;
	height: 385px;
	float: left;
	background-image: url(../images/index_leftcol.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
}

.leftColAbout {
	width: 143px;
	height: 218px;
	float: left;
	background-image: url(../images/about_leftcol.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
}

.middleCol {
	width: 174px;
	height: 385px;
	float: left;
}

.middleColAbout {
	width: 54px;
	height: 218px;
	float: left;
}

.rightCol {
	width: 373px;
	height: 385px;
	float: left;
	background-image: url(../images/index_rightcol.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.rightColAbout {
	width: 432px;
	height: 218px;
	float: left;
	background-image: url(../images/about_btmleft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


.footer {
	width: 629px;
	margin: 0 auto;
	overflow: hidden;
}

