#first
{
	background-color: Black;
	width: 1px;
	z-index: 100;
   top: 0px;
	left: 50px;
	height: 980px;
	position: absolute;
}

#Second
{
	background-color: Black;
	width: 1px;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 980px;
	position: absolute;
}

#Three
{
	background-color: Black;
	width: 1px;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 980px;
	position: absolute;
}
#left {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #666;
	background: #FFF;
	width: 0px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 0px;
	height:980px;	
	background-image: url(../Images/Main/left.JPG);
	}
html>body #left {
	width: 0px; /* ie5win fudge ends */
	}
#middle {
   position: absolute;
   top: 0px;
   width: 700px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #666;
	background: #FFFFE4;
	height: 1000px;
   z-index:101;
	}
body>#middle {
	float: left; /* required by N6.01Win, and must be hidden from IE5Win. */
	}
#right {
	position: absolute;
	top: 0px;
	left: 735px; /* Opera5.02 will show a space at right when there is no scroll bar */
	padding:10px,0px,0px,10px;
	border: 0px solid #666;
	background: #E9CC7E;
	width: 220px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 220px;
	padding:10px,0px,0px,10px;
	height:970px;
	
	}
html>body #right {
	width: 220px; /* ie5win fudge ends */
	}
