.contaner {
	height: auto;
	width: 975px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	top: auto;
	margin-top: 0px;
}
.header {
	float: left;
	height: 85px;
	width: 975px;
	text-align: left;
	background-color: #454545;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F5C23;
	background-image: url(headerbackground.jpg);
}
.header2 {
	float: left;
	height: 85px;
	width: 480px;
	padding-left: 50px;
	text-align: center;
	background-color: #454545;
}
.main {
	float: left;
	height: auto;
	width: 410px;
	background-color: #454545;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 20px;
	margin-left: 20px;
	color: #FFF;
}
.leftcol {
	background-color: #09C;
	float: left;
	height: auto;
	width: 200px;
	text-align: left;
	margin-top: 20px;
	padding-top: 20px;
}

.rightcol {
	float: right;
	height: auto;
	width: 270px;
	color: #EBEBEB;
	background-color: #454545;
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 5px;
}
.main3 {
	float: right;
	height: auto;
	width: 300px;
	clear: none;
	border-left-width: 1px;
	border-left-style: none;
	color: #FFF;
	font-size: 14px;
	margin-top: 40px;
	background-color: #333;
	padding-right: 5px;
	padding-left: 10px;
}
.contaner .main3 p object {
	float: right;
	padding-right: 20px;
}


.footer {
	float: left;
	height: 20px;
	width: 975px;
	text-align: center;
	background-color: #454545;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	color: #EBEBEB;
}
.contaner #feed-control {
	float: left;
	height: 351px;
	width: 350px;
	margin-top: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 25px;
	border-right-width: thin;
	color: #FFF;
}

.contaner .leftcol div {
	background-color: #FFF;
}

