#navbar {
	width: 760px;
}
#content {
	padding: 10px;
	float: left;
	width: 560px;
}
#wrapper #content #menu {
	float: right;
	padding: 5px;
	visibility: hidden;
	clip: rect(0px,0px,0px,0px);
	width: 120px;
}
#wrapper #content #text {
	float: left;
	width: auto;
	padding: 5px;
	visibility: visible;
}

#rightnav {
	float: right;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
}
#wrapper #content #text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}
#wrapper #content #text p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 14pt;
}
#wrapper #content #text li {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 13pt;
}

#bottommenu {
	width: 760px;
	visibility: hidden;
}
#wrapper {
	width: 760px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
}
body {
	text-align: left;
	background-repeat: no-repeat;
}

