/*
Title	: Home
====================================== */
#content-container {
	padding: 80px 20px 10px 20px;
	}

#content-left-wrap {
	float: left;
	padding: 0 10px 0 5px;
	width: 465px;
	}
	#content-left {
		background: url(../gfx/css/home-left.gif) no-repeat left top;
		height: 172px;
		}

#content-main {
	float: right;
	padding: 0;
	width: 460px;
	}
	#content-right {
		background: url(../gfx/css/home-right.gif) no-repeat left top;
		height: 172px;
		}
		
div.content-text {
	float: right;
	height: 150px;
	padding: 10px 35px 10px 0px;
	width: 216px;
	}
	
	.text-right {
		color: #fff;
		}
		
	p.read-more-left a {
		background: url(../gfx/css/bullet-subnav.gif) no-repeat 0px 0px;
		padding: 3px 0px 3px 30px;
		}
		p.read-more-left a:hover {
			color: #333;
			}
	
	p.read-more-right a {
		background: url(../gfx/css/bullet-subnav-hover.gif) no-repeat 0px 0px;
		padding: 3px 0px 3px 30px;
		}
		p.read-more-right a:hover {
			color: #fff;
			}
		
	
	
