body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #636363;
	margin: 0px;
	}
	
#container {
	width: 620px;
	background-image:url(../media/galleryshade.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
	}
	
#content {
	width: 600px;
	border: solid 1px #636363;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 33px;
	position: relative;
	overflow: auto;
	}
	
#content p {
	margin: 20px;
	}	
	
#pagetop {
	width: 600px;
	height: 120px;
	}		
	
#gallery {
	list-style-type: none;
	margin-left: 20px;
	padding: 0px;
	}
	
#gallery li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #636363;
	}
	
#gallery img {
	width: 100px;
	height: 100px;
	display: block;
	border: 1px solid #333300;
	}
	
#close {
	margin-right: 30px;
	float: right;
	clear: both;
	}
	
.link {
	color: #CE2925;
	text-decoration: none;
	font-weight: bold;
	}
	
.link:hover {
	color: #821917;
	border-bottom: dotted 1px #821917;
	}		
	
#credits {
	width: 620px;
	clear: both;
	background-image:url(../media/galleryshade_2.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
	font-size: 10px;
	color: #9A9B23;
	letter-spacing: 1px;
	text-align: center;
	padding: 7px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;	
	}
	
.limonlink {
	color: #006600;
	text-decoration: none;
	}
	
.limonlink:hover {
	color: #333333;
	text-decoration: line-through;
	}			
