/* basic elements */body {  font-family: Verdana, Arial, Times;	color: #1a1a1a; 	background: #eef url() no-repeat top left; 	}		h1 { 	font-size: 14px; 	letter-spacing: 10px; 	margin-bottom: 1px; 	color: #1a1a1a; 	}		h2 {	font-size: 13px;	letter-spacing: 9px;	margin-bottom: 1px;	color: #1a1a1a;	z-index: 1;	position: relative;	}	h3 { 	font-size: 12px; 	letter-spacing: 8px; 	margin-bottom: 1px; 	color: #1c1c1c; 	}	a:link { 	color: #005;	}	a:visited { 	text-decoration: underlined;	color: #622;	}	a:hover, a:active {	text-decoration: none;	color: #00c;	background: #eef;	position: relative;	left: 0px;	right: 0px;	}/* specific divs */#container {	background: #eef;	position: absolute;	height: auto; width: auto;	}#header {	background: #eef;	border-bottom: 2px solid #c7c7c7;	margin-top: 0;	margin-right: 0;	margin-bottom: 5px;	margin-left: 0;	height: 90px;	}	#navbar { 	background: #f2f2f2; 	margin: 5px 0 0 0; 	padding: 2px 2px 6px 8px;	text-align: left;	border-bottom: 2px solid #c7c7c7; font-size: 10pt;	}	#column{	background: #eef;	position: absolute; font-size: 10pt;	width: 190px;	text-align: left;	overflow: visible;	visibility: visible;	height: auto;	left: 0px;	z-index: 10;	float: right;	padding-top: 15px;	padding-right: 5px;	padding-bottom: 5px;	padding-left: 5px;	list-style-position: inside;	margin: 5px;	}	#main {	background: #eef; font-size: 11pt;	border-left: 2px solid #c7c7c7;	padding-top: 10px;	padding-right: 5px;	padding-bottom: 5px;	padding-left: 10px;	position: absolute;	overflow: visible;	margin-top: 5px;	left: 210px; width: auto; height: auto;	}#footer {   background: #eef; 	font-family: Garamond;	position: float right;	z-index: 15;	font-size: 13pt;	text-align: right;	margin: 0 0 5px 0;	height: auto;	}