/* Layout Stylesheet */
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #333333;
}

#lh-col {
	position: absolute;
	top: 82px;
	left: 0;
	width: 140px;
	z-index: 3;
	background: #ffffff;
	color: #333333;
}

#rh-col {
	position: absolute;
	top: 82px;
	right: 0;
	width: 240px;
	z-index: 2;
	background: #ffffff;
	color: #333333;
}

#c-block {
	width: 100%;
	z-index: 1;
	background: #ffffff;
	color: #333333;
	xheight: 80%;
}

#hdr {
	height: 80px;
	border-bottom: 1px solid #FDF6F3;
	width: 100%;
	background: #ffffff;
	color: #333333;
	margin: 0;
	background-image: url(./images/background-top.gif);
	background-repeat: repeat-x;
}

#c-col {
	margin: 0 242px 0 142px;
	position: relative;
	background: #ffffff;
	color: #333333;
	z-index: 5;
	border: solid #FDF6F3;
	border-width: 0 1px;
}

#ftr {
	width: 100%;
	height: 20px;
	border: solid #FDF6F3;
	border-width: 1px 0;
	background: #ffffff;
	color: #333333;
	margin: 0;
	margin-top: 40px;
}

#c-col-flush-left {
	margin: 0 242px 0 40px;
	position: relative;
	background: #ffffff;
	color: #333333;
	z-index: 5;
	border: solid #FDF6F3;
	border-width: 0 1px;
}


