﻿body {
	font-family: Arial, Helvetica, sans-serif;
}


a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #336699;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	top: 20px;
}

#logo {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	color: #666666;
	width: 400px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

#contactDetails {
	position: relative;
	float: right;
	width: 300px;
	height: auto;
	top: 14px;
	text-align: right;
	font-variant: normal;
	font-weight: normal;
	font-size: 12pt;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer { 
	position:relative;
	clear:both;
	float:left;
	width: 80px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:10pt;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 80px;
	background-color: #AAAAAA;
	border-bottom: 1px solid #eee;
}

#navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:link
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#content {
	position:relative;
	clear:right;
	float:right;
	width:680px;
	height:auto;
}

#leftContent{
	position:relative;
	float:left;
	width:340px;
	height:auto;
}

#rightContent{
	position:relative;
	float:right;
	width:340px;
	height:auto;
}

#footer {
	position: relative;
	clear: both;
	width: 800px;
	text-align: right;
	margin-top: 20px;
	border-top-color: #808080;
	border-top-style: solid;
	border-top-width: 1px;
	font-size:8pt;
}

.currentLink {
	text-decoration: none;
	color: #505050;
	font-weight: bold;
}

div#links {
	position: absolute;
	top: 81px;
	left: 0;
	width: 500px;
	height: 700px;
	font: 12pt Arial, Helvetica, sans-serif;
	z-index: 100;
}

div#links a {display: block; text-align: left; padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: #FFC; background: #444;
   border-right: 5px solid #505050;}

div#links a:hover {color: #411; background: #AAA;
   border-right: 5px double white;}

div#links a img {display: none;}

div#links a:hover img {display: block;
   position: fixed; top: 0px; left: 600px; width: 250px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}

div#jensPic {
	position:relative;
	text-align:center;
}