div#content {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #F4F9DF;
	text-align: left;
	padding: 5px;
	border: 1px solid #333333;
	width: 690px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 105px;
	z-index: 2;
}
div#header {
	margin: 0px;
	padding: 0px;
	height: 102px;
	width: 700px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 0px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	z-index: 1;
}
div#nav {
	color: #333333;
	background-color: #BCD635;
	width: 160px;
	position: relative;
	top: 0px;
	float: left;
	margin-left: -3px;
	margin-top: -5px;
	padding-right: 5px;
	margin-right: 5px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 100%;
	z-index: 3;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
}
body {
	height: 100%;
	width: 100%;
}
div#content p {
	margin-left: 170px;
}
div#content li {
	margin-left: 170px;
}
div#nav li {
	margin-left: 0px;
}
div#footer {
	background-color: #CCCCCC;
	text-align: left;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	margin: -5px;
}
div#content table {
	margin-left: 160px;
}
