body {
     color: #006;
     font-family: Arial, Geneva, sans-serif;
     font-size: 12pt;
     background-color: #fff;
     margin: 0;
     padding: 0;
	 text-align: center;
}
#container {
     position: absolute;
     left: 50%;
     width: 900px;
     margin-left: -450px; /* half the width to make it centred */
     margin-top: 0px;
     border: 0px solid #006;
     padding: 0px 20px 50px 20px;
     text-align: center;
     background-color:#fff; 
}
	
#bottomnavigation {
	clear: left;
	text-align: center;
	padding-top: 20px;
}

#art {
	text-align: center;
}

h1   {
	 font-family:Times New Roman, serif;
	 font-style: italic;
     color: #933;
     font-size: 24pt;
	 font-weight: normal;
	 text-align: center;
}

h2   {
	 font-family:Times New Roman, serif;
	 font-style: italic;
     color: #933;
     font-size: 18pt;
	 font-weight: normal;
	 text-align: center;
}
	

a:link {
     color: #669;
     text-decoration: none;
	 }
	 
a:active {
     color: #933;
     text-decoration: none;
	}

a:visited {
     color: #669;
     text-decoration: none;
	}

a:hover {
     color: #933;
     text-decoration: none;
}
