html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #wrapper {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Arial, sans-serif;
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

#wrapper {
display: block;
}


a img {
	border-style: none;
}

#header {
	background-color: #360;
	z-index: 10;
	width: 800px;
}

#header #logo {
	text-align: right;
	color: white;
	padding: 40px 15px 15px 15px;
	font-size: 12px;
	font-style: italic;
}

#header #logo a {
	float: left;
}

#headermenu {
	height: 21px;
	width: 100%;
	font-size: 12px;
	background-color: #996;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	clear: both;
	z-index: 10;
}

#headermenu a, .footermenu a {
	color: #E8E8E8;
}

#headermenu a:hover, .footermenu a:hover {
	color: #360;
}

a {
	color: #666;
	font-weight: normal;
	text-decoration: underline;

}

.current {
	color: #360;
	font-weight: bold;
}

#headermenu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	white-space: nowrap;
}

#headermenu li {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	float: left;
	text-align: center;
}

.single {
	width: 7%;
}

.double {
	width: 17.5%;
}

#footer {
	position: absolute;
	bottom: 0px;
	background-color: #996;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	height: 21px;
	width: 800px;
}

.footermenu {
	margin-top: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.footermenu a {
	width: 12em;
	padding: 0px 10px;
	border-right: 1px solid #666;
	border-left: 1px solid #666
}
	

#content {
	margin-bottom: 21px;
	height: auto;
	padding: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 17px;
}

#content li {
	padding: 10px 0px;
}

.close {
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-top: 10px;
	list-style-position: inside;
}

.close li {
	margin-top: -20px;
	padding: 0;
}

em {
	font-style: normal;
	text-decoration: underline;
}

ol ol {
	list-style-type: lower-alpha;
}

.center {
	text-align: center;
	clear: both;
}

.company {
	border: 1px solid black;
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
	float: left;
}

.company img {
	padding-right: 15px;
	float: left;
}

.last {
	margin-bottom: 33px;
}