html {
	margin: 0px; padding: 0px;
	}
body { 
	font: 1em; color: #d4cddc; background-color: #0f230f; margin: 0 auto; padding: 0; min-height: 100%; text-align: center;
	}
p { 
	font: 1em; color: #ffffff; margin-top: 0px; text-align: justify;
	}
ul { 	
	list-style-type: circle-inside; 
	}
h1 {	
	font: 3em; color: #ffffff; padding: 10px; margin-top: 0; text-align: center;
	}
h2 {  text: 2em; color: #ffffff; }
h3 { font-size: 1em; color: #e6e6fa; }

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #b7a5df;     
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #d4cddc;
	}
a:hover, a:active { 
	background-color: #e6e6fa;
	text-decoration: none; 
	color: #9685ba;
	}
a:img {border: none;}

.hoverbox
{
	cursor: default;
	list-style: none;
        max-width: 800px;
        margin-top: 20px;
        margin-left: 150px;
        margin-right: 20px;
                 
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #000;
	border-color: #000 #000 #000 #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 120px;
	height: 95px;
}

.hoverbox li
{
	background: #000;
	border-color: #000 #000 #000 #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px 5px 30px 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

#container { width: 100%; margin: 0 auto; }

#header {
	width: 100%; height: 100px; margin-top: 0; background-color: #000000; text-align: center; border: 3px double white; 
	}
#heading { width: 100%; margin-top: 0; text-align: center; padding: .5em;
	}
#home {
	top: 0; left: 0; width: 95px; height: 100px; background-image: url(./images/home.gif); 
	}
#navigation {
	width: 150px; min-height: 600px; float: left; margin-top: 0; background: #000000; background-repeat: repeat; text-align: left; border: 3px double white;
	}
#content {
	float: left; margin: 0; padding: 0; width: 90%; text-align: center;
	}
#rightcol { 
	float: left; margin-top: 0; width: 20%; padding: 1em;
	} 
#footer {
	clear: both; margin-bottom: 0; padding: 2em; height: 30px; background-color: none; text-align: center; word-spacing: 1em; vertical-align: baseline;
	}
#contact { float: right; margin-bottom: 0; z-index: 1; width: 150px; height: 40px; background: url(images/contact.gif); background-repeat: no-repeat;	
	}
#middle {
        float: left; margin: 2em 6em; padding: 1em; width: 30%; text-align: left;
        }
