body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#menu {
	display: none;
}

#menu ul {
	display: none;
}

#menu li {
	display: none;
}

#menu a {
	display: none;
}

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 200px;
	padding: 0px 20px 40px 20px;
	color: #CC99FF;
	font-weight: bold;
}

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}
