/* div { border: solid 1px red; } */
body {
	margin: 0px;
	padding: 0px;
	background: #F3F4F7;
}

#mainFrame {
	position: relative;
	z-index: 1;
	padding-top: 175px;
	width: 1000px;
	height: auto;
	margin: 0px auto 2px auto;
	text-align: left;
	/*	background: url(images/bg-mainFrame.png) repeat-y 8px 0px;  */
	border-bottom: solid 2px #C8CACD;
	width: 1000px;
	padding-top: 175px;
}

#bodyHeader {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	float: left;
	width: 1000px;
	height: 175px;
	background: url(images/bg-header.jpg) no-repeat;
	float: left;
	top: 0px;
}

#printHeader {
	display: none;
}

#mainMenu {
	position: absolute;
	top: 175px;
	width: 720px;
	z-index: 200;
	background: white;
	height: 40px;
	left: 0;
}

#navigator {
	position: absolute;
	top: 220px;
	left: 0px;
	height: 35px;
	min-width: 210px;
	_width: 210px;
	padding-top: 15px;
	background: white;
	z-index: 200;
}

#bodyLeft,#bodyRight,#bodyMain {
	float: left;
	left: 1000px;
	position: relative;
	z-index: 200;
	overflow: hidden;
}

#bodyLeft[id],#bodyRight[id],#bodyMain[id] {
	height: auto;
}

#bodyLeft {
	width: 210px;
	margin-left: -1000px;
	margin-top: 80px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#bodyMain {
	width: 450px;
	margin-left: -800px;
	margin-top: 80px;
	padding: 25px 20px 5px 40px;
	z-index: 250;
}

#bodyRight {
	width: 272px;
	margin-left: -272px;
	z-index: 400;
}

#search {
	position: absolute;
	top: 150px;
	right: 10px;
	z-index: 500;
}