html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #3B4146;
	color: #999999;
	font-family: Arial;
	font-size: 11px;
	line-height: 150%;
}
/* Hide from IE5mac \*//*/
html, body {
	height: auto;
}
/* end hack */

/* =Vertical Centering
----------------------------------------------------*/
#center {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -205px;
	float: left;
}
/* Hide from IE5mac \*//*/
#vertical-center {
	display: none;
}
/* end hack */
#container {
	margin: 0 auto;
	width: 680px;
	height: 410px;
	clear: both;

	padding: 0px;

	position: relative;
	top: -205;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}
#landing {
	width: 680px;
	height: 85px;
	position: relative;
	top: 162px;
	left: 0px;
}
#landing_strap {
	text-align: center;
	position: relative;
	top: 280px;
	letter-spacing: 0em;
	font-size: 10px;
}
#landing_strap h1 {
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* =a Default styling for links
----------------------------------------------------*/
a:link, a:visited, a:active {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
/* =ul Default styling for lists
----------------------------------------------------*/
#nav {
	width: auto;
	position: relative;
	top: 25px;
	left: 4px;
	right: 4px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
ul li {
	float: left;
}
ul a {
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom:0px;
	padding-top:0px;
	float: left;
	line-height: 250%;
	border: 1px solid #3B4146;
}
ul a:hover {
	border: 1px solid #666666;
}
.clear {
	clear: both;
}