body 
{
	background: #d08adc;
}

div#page 
{
	position: absolute;
	z-index: 0;
	left: 180px;
	top: 168px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	min-width: 1024px;
}

div#fuzz
{
	position: fixed;
	z-index:1;
	top: 180px;
	width: 1230px;
	height: 15px;
}

div#page a
{
	color: blue;
}

div#page span
{
	width: 10px;
}

ol.num
{
	list-style-type: decimal;
}

ol.alpha
{
	list-style-type: lower-alpha;
}

ol.roman
{
	list-style-type: lower-roman;
}

div#headingback
{
	position: absolute;
	top: 0;
	left: 13em;
	height: 8em;
}

h1
{
	color: black;
	position: relative;
	text-align: center;
	top: 52px;
}

div#header
{
	position: fixed;
	background: #d08adc;
	z-index: 1;
	height: 160px;
	width: 100%;
	top: 0px;
	margin-left: 80px;
}

div#page h2
{
	text-align: center;
}

#menubg
{
	position: fixed;
	z-index: 2;
	left: 0;
	top: 180px;
	width: 180px;
	height: 100%;
}

#mozbackground
{
	position: absolute;
	width: 99%;
	height: 100%;
}

#headerpic
{
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 180px;
	height: 180px;
}

div#menu
{
	position: fixed;
	left: 8px;
	top: 180px;
	width: 10em;
}

div#menu a 
{
	display: block; 
	text-align: center; 
	font: bold 1em sans-serif; 
	padding: 5px 10px; 
	margin: 0 0 8px; 

	text-decoration: none; 
	color: #6699bb;
}

div#menu a:hover
{
	color: #ffffff;
	background: #7d25cd;
}
