#menu { position: absolute;
  top: 50px;
  left: 50px;
  width: 300px;
  height: 500px;
  overflow:none;
  background-color:white;
  layer-background-color:white; }

#images { position: absolute;
  top: 50px;
  left: 400px;
  width: 750px;
  height: 500px;
  overflow-x: none;
  overflow-y: none;
  
  text-align:center; }

h1 { text-decoration:none; 
	font-family:Georgia,Serif;
 ÊÊÊÊÊÊÊfont-size:21px }

h2 { text-decoration:none;
	font-family:Georgia,Serif;
	font-size:17px }

p { text-decoration:none; 
	font-family:Georgia,Serif;
 ÊÊÊÊÊÊÊfont-size:16px }

a { text-decoration:none; 
	font-family:Georgia,Serif;
 ÊÊÊÊÊÊÊfont-size:16px }

a:link { color: black }

a:visited { color: black;
	text-decoration:none; }

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

ul {list-style-type:none}