#maincontent {
	position:relative;
	width:980px;
	height:700px;
	left:0px;
	top:0px;
	background-image: url(images/bkg-content.jpg);
	background-repeat:repeat-x;	
	background-color:#ffcb5e;	
	}

#maincontent2 {
	position:relative;
	width:980px;
	height:700px;
	left:0px;
	top:0px;
	background-image:url(images/bkg-leftnav.jpg);
	background-repeat:no-repeat;
	}

#maincontent3 {
	width:782px;
	height:700px;
	position:relative;
	left:198px;
	padding-top:45px;
	padding-bottom:40px;
	}
