body {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

p { font-family: verdana, arial; font-size: small;}

ul li a:link {
	color: white;
}

#wrapper {
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 0;
	width: 800px;
	z-index: 0;
	azimuth: center;
}

#header {
	text-align: center;
	position: fixed;
	background-color: #f5f5f5;
	color: #fff;
	font-weight: bold;
	font-size: normal;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 800px;
	z-index: 2;
}
	
#nav {
	position: fixed;
	float: left;
	top: 82px;
	left: 0;
	overflow: auto;
	width: 146px;
	font-size: 12px;
	padding-top: 0px;
	text-align: left;
	z-index: 1;
}

#content {
	position: inherit;
	margin-left: 5px;
	margin-right: 5px;
	z-index: 1;
	display: run-in;
}

.clear {
	clear: both;
}

#footer {
	position: relative;
	color: white;
	background-color: #F96610;
	font-weight: normal;
	font-size: small;
	text-align: center;
	vertical-align: bottom;
	height: 20px;
	bottom: 0px;
	z-index: 1;
	/*
	border-bottom: 1px solid #FFE444;
	border-top-color: #EAEAEA;
	border-top-style: solid;
	border-top-width: 1px;
	*/
}


