html {
	height: 100%;
	background-color: #1a1a1a;
}
body {
	background-color: #1a1a1a;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #fff;
	padding-top: 50px;
}
#wrapper {
	margin-left: 50px;
	margin-right: 50px;
}
#content {
}
#content2 {
	font-size: 12px;
}
#content2 input {
	width: 300px;
}
#content2 textarea {
	width: 300px;
	height: 160px;
}
#content2 input:last-child {
	width: 148px;
}
label, #content2 span {
	line-height: 18px;
}
#textContent {
	padding-bottom: 20px;
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	color: #fff;
}
li {
	display: inline;
}
#henryTitle {
	float: left;
	padding-bottom: 5px;
}

.menuItems {
	float: left;
	padding-bottom: 5px;
}
.subMenuItems {
	padding-bottom: 5px;
	float: left;
}


#menu {
	height: 40px;
}

.last a {
	color: #ffA500;
}
.active a {
	color: #aaa;
	padding-bottom: 2px;
	border-bottom: 2px solid #333;
}
.subMenuItems .last a, .subMenuItems a {
	color: #0099ff;
}
.subMenuItems .active a {
	color: #aaa;
}
.subMenuItems .active a:hover, .subMenuItems .last a:hover, .subMenuItems a:hover, .active a:hover, .last a:hover {
	color: #fff;
}
#copyright {
	position: absolute;
	font-size: 10px;
	color: #888;
	right: 0;
	top: 0;
	padding: 5px 5px;
	z-index: 100;
}
#copyWrap {
	padding-bottom: 3px;
	float: right;
}

#copyright a {
	color: #666;
}
#copyright a:hover {
	color: #fff;
}

/* Contact Form */

#contactForm {
	font-size: 12px;
}
#contactForm p {
	margin-top: 10px;
}
.errors {
	color: red;
	padding-bottom: 10px;
}
#errorHeader {
	color: #aaa;
}
span {
	color: #ffA500;
}

#topToggle {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	z-index: 90;
	background-color: #222;
}
#topToggle:hover {
	background-color: #2a2a2a;
}
#topToggle a {
	background-color: #222;
	padding: 5px;
	color: #888;
	display: block;
	width: 99%;
}

#topToggle a:hover {
	background-color: #2a2a2a;
	color: #bbb;
}
#errorMessage {
	float: right;
	text-align: right;
}
#manage {
	position: absolute;
	bottom: 10px;
	right: 10px;
}



