#leftCol{
	background-image:url('../img/construction/gfx/leftColRightEdge.gif');
}

.solidSep{
	background-image:url('../img/construction/gfx/solidSep.gif');
}

#leftColNaviBg{
	position:absolute;
	top:0px;
	left:0px;
	width:161px;
	height:147px;
	background-image:url('../img/construction/gfx/left_col_navi_bg.png');
	background-repeat:no-repeat;
	z-index:100;
}

* html #leftColNaviBg {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/construction/gfx/left_col_navi_bg.png', sizingMethod='crop');
}


#leftColNavi{
	width: 100px;
	height: 16px;
    margin: 0px;
	padding: 0px;
    position: relative;
	left: 0px;
	top: 0px;
	/*background-image:   url("/img/construction/navi/home_navi.gif")no-repeat;*/
}

#leftColNavi li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
}
#leftColNavi li,
#leftColNavi a {
    height: 15px; 
	display: block;
}

#home_sublink_1{
	width:100px;
	left:0px;
	top: 0px;
	background-image:   url("/img/construction/navi/home_navi.gif");
}

#home_sublink_1 a:hover {
	  background: transparent url(/img/construction/navi/home_navi.gif) -100px -0px no-repeat;
}

#middleCol{
	background-image:url(/img/construction/gfx/homepage_quote.png);
}

* html #middleCol{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/construction/gfx/homepage_quote.png', sizingMethod='crop');
}