/* stylesheet for home page */

#main {
	background: url(../../images/main_bg_home.gif) repeat-y 0 0 #FFF;
}

#leftCol {
	background: url(../../images/leftcol_bg_home.gif) no-repeat 45px 22px;
}

	#mainNav {
	background: url(../../images/mainNav_bg_home.gif) no-repeat 0 29px;
}


#midCol {
	background: url(../../images/midCol_bg_home.gif) no-repeat 41px 22px;
}

	#midCol .ctArea {
		min-height: 403px !important;
		height: 403px !important;
		overflow: hidden;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	
	#midCol .ctArea .ctElement {
		display: none;
	}

#rightCol {
	background: url(../../images/rightCol_bg_home.gif) no-repeat 158px 53px; 
}



