/* Home Well of Content */
#homeWell {
	width:980px;
	/*IE Hack*/
	/margin-top:20px;
	}
	
#homeLeft {
	float: left;
	width: 230px;
	margin: 0px;
	/*border:#3333FF thin solid;*/
	}

#homeRight {
	float: right;
	width: 300px;
	}

#homeCenter {
	margin-left: 240px;
	margin-right: 320px;
	margin-top:0px;
	/*IE Hack*/
	/margin-right: 310px;
	}

#homeCenter h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:bold;
	margin-bottom:0px;
	}

#homeCenter .intro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:16px;
	margin-top:5px;
	}
	
#homeCenter hr {
	color:#ccc;
	background-color: #ccc;
	height: 1px;
	border:none;
	}

#homeExperts {
	width:343px;
	border-bottom:#CCCCCC thin solid;
	border-left:#ccccccc thin solid;
	border-right:#cccccc thin solid;
	border-top:#025548 thick solid;
	}

.homeHeadline {
	font-size:13px; 
	font-weight:bold;
	}
	
.home_intro {
	color:#acacac;
	}