img, div,  { behavior: url(pngbehavior.htc) }

#footer {
	background-color: #000000;
	height: 30px;
	width: 700px;
}
#container {
	height: auto;
	width: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 1em;
	background-color: #FFFFFF;
}
body {
	margin: 0px;
	background-image: url(images/tile.gif);
}
#content {
	height: auto;
	width: 350px;
	margin-top: 20px;
	margin-left: 20px;
}
.teletype {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #993300;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.big-green {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669933;
}
#footz a {
	color: #FFFFFF;
	text-decoration: none;
}
#footz a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.header {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #993300;
}
#cont {
	text-align: left;
}
 Thumbnailer

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 7px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 350px;
left: 60px; /*position where enlarged image should offset horizontally */

}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #669933;
}
