#main-container {
	width: 100%;
}
.center {
	height: auto;
	

	margin: 0 auto;
	text-align: left;
	padding: 0px;
	position: relative;
}

#footer-container {
	
	width: 100%;
	height: auto;
	display: block;
	float: left;
}
#footer {
	
	border:0px solid #fff;
	border-top:0px solid #E8E8E8;
	width:1000px;
}
#footer hr {
	border-style: dotted;
}
#footer h4, #footer h4 a {
	font-size: 13px;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 7px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-top:0px;
}
#footer ul {
	text-decoration: none;
	list-style: none;
	margin-left: 0px;
}
#footer ul li a {
	text-decoration: none;
	font-style: normal;
	color: #999;
}

#footer p {
	margin-top: 10px;
}
#copyrights {
	width: 100%;
	float: left;
}
#copyrights h5 {
	font-size: 10px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin: 21px auto;
	color:#999;
	text-align:center;
}
#copyrights h5 a {
	color:#828282;
}
.top-border {
	border-top: 1px solid #ebebeb;
}

.columns-wrapper {
	width: 580px;
	float: none;
	overflow: hidden;
}
#full-width .columns-wrapper {
	width: 930px;
}
#footer .columns-wrapper {
	width: 930px;
	
	padding:5px 10px 40px 10px;
	padding-bottom:10px;
}
.columns-wrapper p {
	margin-bottom: 7px;
	margin-top: 7px;
}
.two-columns {
	width: 430px;
	float: left;
	margin-right: 40px;
}
#content .two-columns {
	width: 270px;
}
.three-columns {
	width: 273px;
	float: left;
	margin-right: 40px;
}
#content .three-columns {
	width: 166px;
}
.four-columns {
	width: 290px;
	float: left;
	margin-left: 20px;
}
#content .four-columns {
	width: 115px;
}
