body {
	margin:0px;
	padding:0px;
	color:black; 
	background-color:#e9ffe1;
	/*the ffffff color makes the light green on top of the header graphic.*/
	font-family:helvetica, courier;
}
#albumlist {
	list-style-type: none;
}
#albumlist li {
	float: left;
	width: 140px;
	margin-right: 6px;
	margin-left:110px;
	margin-bottom: 10px;
	font: bold 0.8em Arial,Helvetica, sans-serif;
	color: #333333;
}
#albumlist img {
	display: block;
	border: 5px solid #333300;
}
#Top { 	
	position:relative;
	/* Float:right; */
	/* the next entry moves it away from the left side but ideally it should float to the middle.. */
	position: top;

	/*Left:200px;*/
	padding:0px 0px 0px 0px;
	text-align:center;
	margin-top: 0px;
	border:0px solid black; 
	} 

#picture {
	position: absolute;
	height:92px;
	width: 500px;
	top: 0px;
	right: 0px;
	background-color: #0000FF;
}
	
/* p# image {text-align: center}*/
h1 {	font-size: 24pt; 
	padding:160px 0px 0px 0px;
	text-align:center;
	color: #660033; 
	font-weight:b;
	font-style: italic}

h2 {text-align: center; font-size: 14pt; color: #8FBC8F}
h3 {text-align: center; font-size: 12pt; color:#660033; font-weight:b; font-style: italic}
h4{text-align: center; font-family: cursive; font-weight: b; color: #666600;text-align: center; font-size}
h5{text-align: center; font style: 16; color: #666600}
h6{text-align: center; font style: 16; color: #666600}
h7{text-align: center; font-size: 8pt; color:#000000; font-weight:b; font-style: italic}
p {font-size: 10pt; font-family: cursive; position: relative; left: 155px; width: 600px}
pre {font-size: 10pt;color: #666600;text-align: center; font-weight: b; font-family: cursive}


#container {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background:#e9ffe1 url('GR_header10.gif') no-repeat top left;
	/*the ffffff color makes background light green.*/
	}

#Menu {
	top: 180px;
	padding:10px;
	line-height:20px;
	width:150px;
	position:absolute;
	border:0px solid black;
	font-family: comic, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px
	}
	#Menu ul {
		list-style: none;
		margin: 2;
		padding: 0;
	}
	#Menu li a {
		/*color: #666600;font-weight:b;*/
		color: #FFE4B5;
		text-decoration: none;
		font-weight: normal;
	}
	#Menu li a:hover {
		color: SaddleBrown;
		font-weight: bold;
	}


#Footer { 
	position:relative;
	clear:both;
	text-align: center; 
	font-size: 13px;
	border:0px solid black;
	margin-right: 155px;
	}