﻿html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 20 0 0 100;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	font-family: "Futura Lt BT", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	background-image: none);
	background-attachment: fixed;
}
.ObliqueBlue {
	font-style: oblique;
	font-family: "Futura Std Book";
	color: #00f;
	font-size: 110%;
}
.style4 {
	color: #ccc;
}
p {
	font-size: 95%;
	color: #333;
}
a img {
	border: none !important;
	display: block;
}
h1 {
	font-size: 150%;
	font-weight: lighter;
	color: #36c;
	letter-spacing: 3px;
	padding-bottom: 1em;
	text-align: left;
	text-shadow: 4px 2px 7px #cdbe70;
}
h2 {
	font-size: 125%;
	color: #333333;
}
h3 {
	font-size: 110%;
	color: #333333;
}
h4 {
	font-size: 85%;
	font-weight: lighter;
	color: #333333;
}
h5 {
	font-size: 80%;
	font-weight:lighter;
	color: #696969;

	}
h6 {
	font-size: 75%;
	font-weight: lighter;
	color: #333333;
}
#background {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#scroller {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 2;
}
#content {
	padding: 5px 300px 20px 200px;
}
p {
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: left;
}
#fixed {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 150px;
	z-index: 10;
	color: #567;
	border: 1px solid #000;
	padding: 10px;
}
a:link {
	border: none;
	color: #0033cc;
	text-decoration: none;
}
a:hover {
	text-decoration: ;
	border-bottom: 1px dotted, #cccccc;
	background-color: #fff;
}
a:active {
	color: white;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
#header {
	padding-left: 10.5em;
	background-color: transparent;
	padding-bottom: 1em;
}
#leftcol {
	background-color: transparent;
	left: 0px;
	width: 61%;
	padding-left: 1em;
	padding-top: 0.7em;
	position: fixed;
}
#maincol {
	background-color: transparent;
	padding-left: 10.5em;
	position: relative;
	width: 79%;
}
#footer {
	background-color: transparent;
	top: 0em;
	padding-top: 7em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 0;
	float: right;
	display: inline;
	position: relative;
	width: 85.7%;
}
