@CHARSET "UTF-8";

.logo {
	background: url("../img/logo-bg.jpg") repeat-x;
	border:0px;
	padding:0px;
}
.3column {
	width: 1060px;
	height: auto;
}
.left {
	width: 230px;
	float: left;
}
.middle {
	width: 590px;
	float: left;
	padding: 0px;
	margin: 0 0 0 6px;
}

.middlebg{
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 15px;
}

.right {
	width: 230px;
	float: right;
}

.mainframe {
	margin: auto;
}

.contentframe{
	padding-top: 10px;
	margin:auto;
	position: realtive;
	width:1060px;	
}


.footer {
	clear:both;
	margin: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
}

.social img {
	float:left;
	border:0px;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0px 5px;
}

.copyright {
	font-size: 10pt;
	font-weight: bolder;
	margin-bottom: 5px;
}
