body	 {background-image: url(images/background/dddf431.jpg); background-color: #D0A9AE}

h1           { font-family: "Magneto"; font-size: 16pt; color: #664422; text-align: center }
h2			 { font-family: "Times New Roman"; font-size: 14pt; color: #000000; text-align: center }
p			 { font-family: "Times New Roman"; font-size: 12pt; color: #000000; text-align: center }


div.menu	{width: 640px; height: 30px; position: absolute; left: 50%; top: 200px; background-color: 	#4E8975; margin-left: -320px }
div.heading {width: 600px; height: 50px; position: absolute; left: 50%; top: 50px; margin-left: -300px }
div.content 	{width: 800px; height: 500px; position: absolute; left: 50%; top: 250px; background-color: #FFFFFF; margin-left: -400px; overflow : auto; text-align: center; }

a: link {color: #000000 }
a: visited {color: #000000 }

#top, #bottom, #left, #right {
	background: #D0A9AE;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 50px;
		}
		#left { left: 0; }
		#right { right: 0; }



div#navcontainer
{
font-family: arial;
font-weight: bold;
background: #642;
padding: 10px;
border: 0;
}

div#navcontainer ul
{
display: inline;
margin: 0; 
padding: 0;
list-style: none;
border: solid 1px #642;
}

div#navcontainer h2
{
border: solid 1px #642;
padding: 4px;
text-align: center;
}

div#navcontainer ul li
{
display: inline;
margin: 0;
}

div#navcontainer ul li a
{
color: #a10;
background: #ffc;
margin: 0;
padding: 2px 5px 2px 5px;
text-decoration: none;
}

div#navcontainer ul li a:hover
{
background: #e8db6f;
border-bottom: solid 9px #ffc;
}