@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../_assets/hp_bkg.png);
	background-repeat: repeat-x;
}
#photos {
	height: 300px;
	width: 900px;
	float: left;
}
#photos img {
	border: none;	
}
#photos img a {
	border: none;
	text-decoration: none;
}
#content {
	float: right;
	width: 633px;
	height: 134px;
	margin-top: 6px;
	border-top: 2px solid #c1c1c1;
	border-left: 2px solid #c1c1c1;
	border-bottom: 2px solid #c1c1c1;
	background-color: #ebebeb;
	padding: 16px 20px 0 20px;
	overflow: hidden;
	min-height: 0;
}
#sidebar {
	float:left;
	width: 187px;
	height: 122px;
	border-top: 2px solid #c1c1c1;
	border-bottom: 2px solid #c1c1c1;
	margin-top: 6px;
	background: url(../_assets/hp_sidebar_img.jpg) no-repeat;
	padding: 28px 18px 0 20px;
}
#sidebar #sidebar-date {
	padding:0 20px 0 0;
	margin-left: -20px;
	width: 120px;
	white-space: nowrap;
}
#sidebar #sidebar-date p {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 40px;
	margin: 0 0 18px 0;
	background-color: #fbd605;
	width: auto;
}
#sidebar #sidebar-date .datetext {
	margin-right: 1px;
	margin-left:4px;
}
#sidebar p {
	font-size: .85em;
	color: #000;
	font-weight: bold;
}
#footer {
	height: 130px;
	margin-top: 20px;
	padding-top: 90px;
	background-image: url(../_assets/building-communities.png);
	background-repeat: no-repeat;
	background-position: top right;
}