#main .content {
	float: none;
	width: auto;
	padding-top: 20px;
}
#main .container {
	background-image: none;
}
#footer .container {
	background-image: none;
}

/*////////////////////////////////////////////// Boxes //////////////////////////////////////////////*/

#homeDesc {
	position: absolute;
	z-index: 2000;
	left: 50px;
	top: 100px;
	color: #EEE;
	background-image: url(img/home_title.png);
	background-repeat: no-repeat;
	padding-top: 22px;
}
#homeDesc strong {
	color: #FFF;
}
#homeDescLeft {
	float: left;
	width: 20px;
	height: 305px;
	background-image: url(img/box_homeimg_1.png);
	background-repeat: no-repeat;
}
#homeDescMiddle {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 390px;
	height: 275px;
	background-image: url(img/box_homeimg_2.png);
	background-repeat: repeat-x;
}
#homeDescRight {
	float: left;
	width: 20px;
	height: 305px;
	background-image: url(img/box_homeimg_3.png);
	background-repeat: no-repeat;
}
#boxNewsworthy {
	display: block;
	width: 916px;
	border: 1px solid #CCCCCC;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.homeBox {
	float: left;
	width: 300px;
	position: relative;
}
.homeBox h1 {
	display: block;
	width: auto;
	font-size: 16px;
	color: #339900;
	padding: 15px 0px 5px 15px;
	float: left;
	position: relative;
}
.homeBox .more {
	padding: 20px 15px 5px 0px;
	float: right;
	font-size: 10px;
	position: relative;
}
.homeBox .boxContent {
	clear: both;
	padding: 15px;
	background-image: url(img/title_shadow_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#boxFold {
	clear: both;
	padding: 15px;
	width: 886px;
	border: 1px solid #CCCCCC;
	position: relative;
}
#boxFold h1 {
	font-size: 16px;
	color: #339900;
	margin-bottom: 10px;
}
#boxFacebook {
	float: left;
	width: 650px;
	position: relative;
}
#boxTwitter {
	float: left;
	width: 230px;
	position: relative;
}

