/*
* Structure
*/
body {
}

#content,
#menu-languages /*this is just TEMP*/ {
  width: 1000px;
}

#navigation {
	height: 60px;
	padding: 0 10px;
	position: relative;
}

#main,
#sidebar-right,
#sidebar-left {
  float: left;
  left: 100%;
  margin-top: 40px;
  position: relative;
}

#main {
	margin-left:-740px;
	width:480px; 
}

#sidebar-left {
	margin-left: -995px; /*starting 5px from the left, because of the "pub" images that have shadow bg*/
	width: 245px;
}

#sidebar-right {
	margin-left: -250px;
	width: 240px;
}

#footer {
	background: #fff;
	bottom: 0;
	box-shadow: 0 -3px 8px #666;
	-webkit-box-shadow: 0 -3px 8px #666;
	-moz-box-shadow: 0 -3px 8px #666;
	position: absolute;
	width: 100%;
}