@charset "UTF-8";
body {
	margin: 0px;
}
#container {
	width: 900px;
	margin: auto;
}
#container #header {
	background-image: url(images/side_header.png);
	height: 120px;
	position: relative;
	z-index: 2;
	background-repeat: repeat-x;
	width: 3000px;
	left: -1500px;
}
#container #header .head_pic {
	height: 150px;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 2175px;
}
#container #header .main_castle {
	height: 150px;
	width: 150px;
	position: absolute;
	left: 1520px;
	top: -1px;
	z-index: 3;
	background-image: url(images/castle.png);
}
#container #header .main_nav {
	z-index: 3;
	left: 1500px;
	position: relative;
	height: 120px;
	width: 900px;
}
#container #main {
	background-image: url(images/sand.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 360px;
	width: 3000px;
	z-index: 1;
	left: -1500px;
}
#container #header .main_nav #nav_history {
	position: absolute;
	left: 180px;
	top: 85px;
}
#container #header .main_nav #nav_lessons {
	display: inline;
	position: absolute;
	left: 255px;
	top: 85px;
}
#container #header .main_nav #nav_tipstricks {
	display: inline;
	left: 332px;
	top: 85px;
	position: absolute;
}
#container #header .main_nav #nav_tools {
	display: inline;
	position: absolute;
	left: 430px;
	top: 85px;
}
#container #header .main_nav #nav_links {
	display: inline;
	position: absolute;
	left: 495px;
	top: 85px;
}
#container #header .main_nav #nav_inspiration {
	display: inline;
	position: absolute;
	left: 555px;
	top: 85px;
}
#container #header .main_nav #nav_contactme {
	display: inline;
	position: absolute;
	left: 830px;
	top: 0px;
}
#container #main #subnav {
	position: absolute;
	left: 2150px;
	top: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #main #content {
	position: absolute;
	left: 1500px;
	width: 560px;
	top: 60px;
	height: 522px;
}
#container #main #content #history_content_image {
	height: 225px;
	width: 298px;
	position: absolute;
	left: 301px;
	display: inline;
	float: right;
}
.floatright {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#container #main #content #sub_header {
	background-image: url(images/links_sub_header.png);
	height: 37px;
	width: 401px;
	background-repeat: no-repeat;
}
#container #header #name {
	position: absolute;
	z-index: 7;
	left: 1520px;
	top: 0px;
	float: none;
}
