body {
	margin:0;
	padding:20px;
	border:0;
	background:#fff;
	color:#000;
	font-family: arial, sans-serif;
	font-size:13px;
}

div {
	clear:both;
}

div#layout {
	margin:0 auto;
	width:960px;
}

div#navigation ul {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}
div#navigation li {
	margin: 0 0 10px 5px;
}

div#navigation {
	position:fixed;
	width:240px;
	height:100%;
}

div#content {
	position:relative;
	left:240px;
	width:720px;
}

div#factsheet {
	width:240px;
	float:left;
}

div#description, div#history {
	width:480px;
	clear:none;
	float:left;
}
div {
	border-top: 1px dashed #aaa;
	padding-bottom:20px;
}
div#description, div#factsheet, div#history, div#navigation, div#content, div#layout {
	border-top:none;
}

a.download {
	display:block;
	background:#ddd;
	border:1px solid #222;
	margin:2px;
	padding:5px;
	text-align:center;
}

img {
	padding:0;
	margin:1px;
}

img#header {
	display:block;
}

h1 {
	font-family: times, serif;
	font-size:20px;
}

div#factsheet h3, div#contact h3 {
	font-family: arial, sans-serif;
	font-size:14px;
	padding:0;
	margin:15px 0 5px 2px;
}

div#factsheet p, div#contact p {
	padding:0;
	margin:0 0 0 5px;
}

a {
	text-decoration:none;
	color:#666;
}
a:hover {
	color:#aa6;
}
