@import "type.css";
@import "menu.css";

/* Boxen */

body {
	width: 1000px;
	background: url(/images/home.jpg) no-repeat;
}

#header {
	height: 400px;
	margin: 0 0 0 0;
	}

#en_uk {
	position: absolute;
	top: 0;
	left: 927px;
	margin: 295px 0 0 0;
	}

#container .column {
	position: relative;
	float: left;
	}

#content {
	padding: 0 10px;
	margin-left: 75px;
	width: 400px;
	text-align: justify;
	}
	
#menu {
	width: 180px;
	padding: 0 10px;
	}

#sidebar {
	width: 260px;
	padding: 0 10px;
	margin-left: 15px;
	}

#footer {
	clear: both;
	height: 65px;
	width: 700px;
	margin: 10px 0 5px 300px;
	padding-top: 20px;
	vertical-align: middle;
	}
