/* @override http://cechomor.localhost/inc/css/layout.css */

body {
		text-align:center;
}

#page {
	width:980px;
	margin: 0 auto;
	text-align:left;
	background-color: white;
}

#left {
	width:200px;
	float:left;
}

#center {
	width:580px;
	float:left;
}

#right {
	width:190px;
	float:left;
}


.column{
	padding-top: 20px;
}

#right .content, #left .content{
	padding-left: 20px;
}

#right .content{
	padding-right: 10px;
}

#footer-cleaner {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

