/* CSS Document */

div#Holder {
	width:1046px;
	margin:auto;
}

div#top {
	background:url(../im/top.gif);
	text-align:center;
	width:1046px;
	height:220px;
}
div#middle {
	width:1046px;
	padding-bottom:5px;
}
/***************************** LEFT REGION *************************************/
div#middleLeft {
	width:201px;
}
div#leftSideTop {
	background:url(../im/sideTop.gif) no-repeat;
	width:201px;
	padding-bottom:10px;
}
.leftSideContent {
	background:url(../im/sideMid.gif);
	width:201px;
}
div#leftSideBottom {
	background:url(../im/sideBottom.gif) no-repeat;
	padding-bottom:10px;
}
/***************************** CENTER REGION *********************************/
div#middleCenter {
	width:488px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}
div#centerTop {
	background:url(../im/centerTop.gif) no-repeat;
	width:488px;
	padding-top:10px;
}
.centerContent {
	background:url(../im/centerMid.gif) repeat-y;
	width:488px;
}
div#centerBottom {
	background:url(../im/centerBottom.gif) no-repeat;
	width:488px;
	padding-bottom:10px;
}
/***************************** RIGHT REGION ***********************************/
div#middleRight {
	width:337px;
	background:url(../im/sideTopr.gif) no-repeat;
}
div#rightSideTop {
	background:url(../im/sideTopr.gif) no-repeat;
	width:337px;
	padding-bottom:10px;
}
div#rightSideBottom {
	background:url(../im/sideBottomr.gif) no-repeat;
	width:337px;
	padding-bottom:10px;
}
.rightSideContent {
	background:url(../im/sideMidr.gif);
	width:337px;
}
/*************************************************************************/

div#bottom {
	width:1046px;
	background:url(../im/top.gif) bottom;
	height:25px;
	padding-bottom:10px;
	font-family:verdana;
	font-size:9px;
	font-weight:bold;
	text-align:center;
}

