body {
  font: Verdana, "Bitstream Vera Sans", sans-serif;
  line-height: 1.8em;
  font-size: 11pt;
  min-width: 640px;
  background-color: rgb(35,35,35);
  color: rgb(189,189,189);
}

h1 {
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Georgia, serif;
	font-size: 1.55em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0em 0px 1.25em 0px;
}

h2 {
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.8em;
	margin: 4em 0 1em 0;
	text-transform: uppercase;
}

ul {
	list-style-type: square;
}

a {
	text-decoration: none;
}

a:link {
	color: rgb(209,209,209);
}

a:visited {
	color: rgb(179,179,179);
}

a:hover {
	color: rgb(169,169,169);
}

a:active {
	color: rgb(169,169,169);
}

/* divs */
div#navbar {
	position: absolute;
	top: 80px;
	left: 40 px;
	width: 130px;
	padding-top: 40px;
	text-align: right;
	line-height: 1em;
}

div#main {
	position: absolute;
	top: 80px;
	left: 210px;
	right: 40px;
}

div#bottom {
	position: absolute;
	text-align: center;
	font-size: 8pt;
	bottom: 10pt;
	width: 100%;
	z-index: -1;
}
