#homeLeftColumn{
	background-image: url(../images/home/homeLeftTop.jpg);
	background-repeat: no-repeat;
	width: 540px;
	margin: 10px 0 5px 0;
	background-color: #333333;	
	position: relative;
	float: left;
	color: #ffffff;
}

#homeLeftColumnInner{
	position: relative;
	z-index: 1;
	padding: 10px 10px 5px 10px;
}

#homeLeftColumnBottom{
	position: absolute;
	bottom: 0px;
	left: 0px;	
	width: 540px;
	height: 13px;
	background-image: url(../images/home/homeLeftBottom.jpg);
	background-repeat: no-repeat;
}

.homeLeftRow{
	height: 203px;
	margin-bottom: 5px;
}

.homeLeftCellLeft{
	width: 260px;
	height: 203px;
	float: left;
}

.homeLeftRow .textCellL{
	background-image: url(../images/home/textBackLeft.gif);
	background-repeat: no-repeat;
	background-color: #242424;
	padding: 10px;
	width: 240px;
	height: 183px;
}

.homeLeftRow .textCellR{
	background-image: url(../images/home/textBack.gif);
	background-repeat: no-repeat;
	background-color: #242424;
	padding: 10px;
	width: 240px;
	height: 183px;
}

.homeLeftCellRight{
	width: 260px;
	height: 203px;
	float: right;	
}

#homeRightColumn{
	float: left;
	margin: 1em 0em 0em 2em; /* 10px 0 0 5px */
	width: 210px;
}

#homeLinks{
	width: 175px;
	position: relative;	
	margin: 0 auto;
	background-color: #333333;	
	background-image: url(../images/home/linksRightTop.jpg);
	background-repeat: no-repeat;
	color: #99CCCC;
}

#homeLinksInner{
	position: relative;
	z-index: 1;
}

#homeLinksInner ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#homeLinksInner ul li{
	height: 35px;
	border-bottom: 1px solid #171717;
	line-height: 35px;
	text-align: center;
}

#homeLinksBottom{
	background-image: url(../images/home/linksRightBottom.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 175px;
	height: 13px;
	bottom: 0px;
	left: 0px;
}

#homeFeature{
	width: 175px;
	margin: 0 auto;
	margin-top: 10px;
}