/*
Title	: Home
====================================== */
#content-container {
	padding: 80px 20px 10px 30px;
	}

#content-left-wrap {
	float: left;
	padding: 0 10px 0 0px;
	width: 465px;
	}

#content-left-news {
	background: none;
	float: none;
	height: 172px;
	margin-bottom: 0.8em;
	width: 465px;
	}
	#content-left-top {
		background: url(../gfx/css/home-news-top.gif) no-repeat left top;
		float: left;
		height: 5px;
		width: 465px;
		}
	#content-left-content {
		background: url(../gfx/css/home-news-content.gif) repeat-x left bottom;
		border-left: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
		float: left;
		padding-left: 10px;
		width: 438px;
		}
	#content-left-bottom {
		background: url(../gfx/css/home-news-bottom.gif) no-repeat left top;
		float: left;
		height: 5px;
		width: 465px;
		}
		
	#content-left {
		background: url(../gfx/css/home-left.gif) no-repeat left top;
		float: none;
		height: 172px;
		margin-bottom: 0.8em;
		padding: 0;
		width: 465px;
		}

#content-main {
	float: right;
	padding: 0 0px 0 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;
			}
		
	
	
