@charset "utf-8";
/* CSS Document */

/* Body text and page background */
body {
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/woodsy%20background.jpg);
}
/* Page footer style */
#footer{
height: 40px;
width: 800px;
background-color:#000000
}
/* Style for tables of thumbnail images */
table.thumbs{
	vertical-align: middle;
	text-align: center;
	border-collapse:  collapse;
	background-color: #CDCDCD;
}
/* Style for table cells that contain thumbnails */
td.thumbs{
	border: solid 1px #000000;
	padding: 10px;
	border-collapse:collapse;
}
/* Style for thumbnail images */
img.thumbs{
	width: 150px;
	height: 100px;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
