﻿body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

html {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

body {
	font-family:"Century Gothic",Verdana;
	background-color:black;
	color:gray;
}

#wrapper {
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:gray;
}

h1 {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px silver solid;
	overflow:hidden;
	font-size:1.4em;
	color:black
}

h2 {
	font-size:1.2em;
	color:black;
}

h1 a {
	text-decoration:none;
	color:black;
}

h2 a {
	text-decoration:none;
	color:black;
}

h1 a:hover {
	color:white;
	text-decoration:none;
}

h2 a:hover {
	color:white;
	text-decoration:none;
}

p {
	margin:5px 0 5px 0;
}

a img {
	border:none;
}

#header {
	height:80px;
	vertical-align:top;
	position:fixed;
	top:0;
	width:800px;
	background:url('../images/header_bg.gif') repeat-x;
	z-index:10;
}

#navbar {
	height:20px;
	border-bottom:black 1px solid;
	background:url('../images/capsule_bg.gif') repeat-x;
	position:fixed;
	top:80px;
	width:800px;
	z-index:20;
}

#content {
	background-color:gray;
	color:black;
	padding:10px;
	width:780px;
	font-size:0.8em;
	padding-top:101px;
	padding-bottom:32px;
}

#footer {
	background-color:#333333;
	width:800px;
	height:30px;
	font-size:0.75em;
	color:silver;
	border-top:4px black solid;
	position:fixed;
	bottom:0;
}

#footer a {
	color:silver;
	text-decoration:none;
}

#footer a:hover {
	color:white;
	text-decoration:underline;
}

#webspaceinvaders {
	float:right;
	margin-right:10px;
}

#benj {
	float:left;
	margin-left:10px;
}

.clear {
	clear:both;
}

table.padded td {
	padding:2px 4px 2px 4px;
}

a {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:black;
	text-decoration:underline;
}

.right {
	text-align:right;
}

#navbar img {
	float:left;
}

#navbar a {
	display:block;
	float:left;
	padding:2px 4px 0 4px;
	height:18px;
	text-decoration:none;
	white-space:nowrap;
	color:#d0d0d0;
	font-size:11px;
	border-left:1px black solid;
}

#navbar a.current {
	background:url('../images/capsule_high.gif') repeat-x;	
	height:17px;
	border-bottom:1px white solid;
}

#navbar a:hover {
	background:url('../images/capsule_high.gif') repeat-x;	
}

* html #header {
	position:absolute;
}

* html #navbar {
	position:absolute;
}

td {
	vertical-align:top;
}

table.form th {
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
}

textarea,
input {
	font-family:Verdana, Tahoma;
	font-size:12px;
	font-weight:normal;
}

.smaller {
	font-size:0.85em;
}

.note {
	color:red;
}
