body
{
	height: 100%;

	margin: 0px;

	background: white;
}

#mainBody
{
	position: relative;

	margin: 0px auto;

	width: 920px;
	height: 640px;

	background: white;

	z-index: 2;
}


#menu_header
{
	position: relative;
	top: 1px;
	left: 15px;

	background: maroon;
}

#menu_popup
{
	position: absolute;
	top: 0px;
	left: 55px;

	font-family: "Century Gothic", "Trebuchet MS", Courier;
	font-size: 8px;
	line-height: 8px;

	letter-spacing: 1px;
}

#menu
{
	position: absolute;

	top: 19px;
	left: 0px;
}

#textArea
{
	font-family: "Century Gothic", "Trebuchet MS", Courier;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;

	color: #272425;
	
	text-align: justify;
	
	overflow: auto;
}	

.distinct
{
	color: #F2AD7D;
}

p
{
	width: 470px;
 	margin: 0px;
	padding: 0px;

	color: black;
}

ul
{
	margin: 0px;
	padding: 0px 0px 0px 20px;

	color: #F2AD7D;

	list-style-position: outside;

	vertical-align: text-top;
}

li p
{
	width: 500px;
 	margin: 0px;
	padding: 0px;

	color: black;

	vertical-align: text-top;
}

a, a:link, a:hover
{
	color: #272425;
	text-decoration: none;
}

a:hover
{
	color: #F2AD7D;
}