/* @override http://89.234.49.84/assets/templates/torkington2/layout.css */

body {
	margin: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative; background-color:#fff;
}

#innerwrapper {
	padding: 0 6px 1px 6px;
}

#side1 {
	width: 200px;
	margin: 0 21px 5px 0;
	float: left;
	position: relative;
	z-index: 10;
}

#side2 {
	width: 200px;
	margin-bottom: 5px;
	float: left;
}

#content {
	width: 500px;
	float: left;
	margin: 0 21px 5px 0;
}

#footer {
	clear: left;
	height: 99px;
	padding: 23px; padding-right: 10px; border-top: 15px solid #fff;
}
#twocol #content {
	width: 700px;
	position: relative;
}
#twocol #side2 {display:none;}
#twocol #wrapper {
	background-image: none;
}