/*-------------lyt1-------------*/

/*-------------BANNER, COLS, FOOTER-------------*/

#container
{
	margin:0 auto;
	position:relative;
	text-align:center;
	width:900px;
}

#banner,#columns,#colLeft,#colCenter,#colCenterTop,#colCenterMiddle,#colCenterBottom,#colRight,#colRightTop,#colRightMiddle,#footer,#footerLeft,#footerCenter,#footerRight
{
	border:none;
	margin:0 auto;
	padding:0;
	overflow:hidden; /*THIS LINE ADDED TO AVOID GAPS APPEARING BETWEEN DIVS CONTAINING IMAGE MAPS IN IE6,7,8. See http://csscreator.com/node/31825*/
	position:relative;
	text-align:center;
	float:left;
}
#banner
{
	height:119px;
	text-align:center;
}
#colLeft
{
	width:193px;
	height:594px;
}
#colCenter,#colCenterTop,#colCenterMiddle,#colCenterBottom
{
	width:515px;
	background-repeat:no-repeat;
	background-color:#000000;
}
#colCenter
{
	height:594px;/*remove this once content is included*/
}
#colCenterTop
{
	height:40px;
	background-image:url('../lyt1/img/colCenterTop.gif');
}
#colCenterMiddle
{
	height:465px;
	background-image:url('../lyt1/img/colCenterMiddle.gif');
}
#colCenterBottom
{
	height:89px;
}
#colRight,#colRightTop,#colRightMiddle
{
	width:192px;
}
#colRightTop
{
	height:103px;
}
#colRightMiddle
{
	height:491px;
	background-image:url('../lyt1/img/colRightMiddle.gif');
}
#footerLeft, #footerCenter, #footerRight
{
	height:136px;
	background-repeat:no-repeat;
}
#footerLeft
{
	width:160px;
	background-image:url('../lyt1/img/footerLeft.gif');
}
#footerCenter
{
	padding-top:10px;
	width:580px;
	background-image:url('../lyt1/img/footerCenter.gif');
}
#footerRight
{
	width:160px;
	background-image:url('../lyt1/img/footerRight.gif');
}
.imageDiv
{
	border:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}