﻿* {
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	height: 100%;
	text-align: left;
	background: #f0e8d2 url(../gfx/page_bg.jpg) repeat-y left top;
}

img {border: 0;}

div#container {
	width: 100em;
	position: absolute;
	left: 0%;
	margin-left: 1em;
}

div#head_area{
	height: 12em;
}

div#head_area div#claim {
	position: absolute;
	right: 0em;
	top: 0em;
}

div#navigation {
	float: left;
}

div#content {
	float: left;
	width: 80.3em;
	overflow:hidden;
}