.subdivision{
	background-color: #D7D4C2;
	width: 220px; 
	margin: 0 10px 10px 0; 
	float: left;
	padding: 5px;
	border-right: 2px solid #D7D4C2;
	border-bottom: 2px solid #D7D4C2;
}
	.subdivision img{
		border: 1px solid #000;
		margin-bottom: 5px;
	}
	.subdivision a{
		text-decoration: none;
	}
	.subdivision a:hover{
		text-decoration: underline;
	}

#home-profile{
	background-color: #D7D4C2;
	margin-bottom: 5px; 
	padding: 10px;
	/*float: left;*/
	width: 749px;
}
	#right-wrapper{
		float: left;
		width: 410px;
		margin-left: 10px;
	}
	#greenbar{
		background: url(/images/greenbar.jpg) repeat-x;
		border: 1px solid #2A2A2A;
		height: 69px;
		width: 394px;
		/*float: left;*/
	}
		#greenbar-left-cntnt{
			width: 240px;
			float: left;			
			padding: 8px 0 8px 0;
		}
			#greenbar-left-cntnt span{
				color: #fff;
				font-size: 13px;
			}
		#greenbar-right-cntnt{
			width: 150px;
			float: left;
		}
	#wrapper0{
		min-height:70px;
		/*padding:5px;*/
		float: left;
	}
		#wrapper1 div, #wrapper0 div{
			float:left;
		}
		#home-profile div#wrapper0 p{
			text-align: left;
		}
		
	#wrapper1{
		padding:12px 5px 0 5px;
		border-top:1px dotted #000;
		width:390px;
		float: left;
	}
		#wrapper1 p{
			text-align: left;
		}

#wrapper-below{
	text-align: left;
	border-top: 1px dotted #000;
	padding-top: 6px;
	/*float: left;*/
	width: 769px;
	/*min-height: 200px;*/
}
	#gallery-wrapper{
		background-color: #050505;
		height: 50px;
		padding: 5px 10px 5px 10px;
		margin-bottom: 6px;
	}
	#desc-wrapper{ 
		border-top: 1px dotted #000;
		padding-top: 10px;
	}
	#description{
		width: 356px;
		float: left;
	}


.home-features{ 
	width: 400px; 
	float: left;
}

.home-features span{ padding-left: 20px; }

.home-features ul{
	padding-left: 20px;
	font-size: 12px;
}

.home-features p{ float: left; }

.gallery{
	width: 80px; 
	min-height: 0px; 
	margin: 0 10px 10px 0; 
	float: left;
}
	.gallery img { border: 1px solid #000; }
	.gallery img:hover{ border: medium solid #316742; }
	
td{
	text-align: left;
}


td.title{
	color:#316F46;
	font-size: 12px;
}