div.wrapper {
	background: #ffffff;
	width: 1000px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	height: auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14pt;
}

#menu {
	visibility: hidden;
}

#content {
	width: 980px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: visible;
}

#content1 {
	float: left;
	height: auto;
	width: 600px;
	position: relative;
	text-align: left;
	padding-left: 10px;
	overflow: visible;
}

#content2 {
	position: relative;
	height: auto;
	overflow: visible;
	font-size: 14pt;
}
#footer {
	visibility: hidden;
}
