
#home .left {
	float: left;
	width: 65%;
	clear: both;
	overflow: hidden;
}
#home .right {
	float: right;
	width: 35%;
}
	#home .right img {
		margin-bottom: 10px;
	}
	#home .right img {
		padding: 3px;
		border: 1px;
		border-style: solid;
		border-color: #E6E6E6;
	}
	#home .right a:hover img {
    	border-color: #00AA2E;
	}


#weather {
	background: #ffffff;
	font-size: 9px;
	clear: both;

	width: 222px;
	float: right;

		padding: 3px;
		border: 1px;
		border-style: solid;
		border-color: #E6E6E6;
}
	#weather #weather_content {
		background: url(/images/bg_box.gif) repeat-x;
		text-align: left;
		padding: 10px;
		overflow: hidden;
		line-height: 14px;
	}

	#weather h1 {
		color: #666666;
		font-size: 17px;
		font-family: Arial;
	}
	#weather p strong {
		margin-left: 20px;
	}
	#weather img {
		float: left;
	}
	#weather span span {
		display: block;
		width: 150px;
		float: right;
	}
	#weather br {
		clear: both;
		display: block;
		margin-bottom: 5px;
	}
	#weather_content img {
		border: 0px;
	}

#welcome_left {
	float: left;
}
#welcome_right {
	float: right;
}


#home .latest h2 {
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
}
#home .latest {
	font-size: 11px;
	line-height: 17px;
}
#home .latest ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style-type: none;
}
#home .latest li {
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	border-style: solid;
}
#home .latest li a {
	color: #666666;
}
#home .latest li a:hover {
	text-decoration: none;
	color: #cc0000;
}

#recent_photos .pic {
	float: left;
	width: 110px;
	margin: 0px 5px 0px 0px;
}

#promo {
	overflow: hidden;
}

#promo .l {
	float: left;
}
#promo .r {
	float: right;
}

#home .left .right {
	margin-right: 20px;
	background: #fcfcfc;
	width: 205px;
	height: 86px;
}
