body {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #01a661;
	color: #333333;
}
#dvd p {
font: normal 0.8em Arial, Helvetica, sans-serif;
}
#dvd li {
font: 0.9em Arial, Helvetica, sans-serif;
padding-bottom: 7px;
}
#dvd h4 {
font: 0.9em Arial, Helvetica, sans-serif;
}
#container {
	width: 710px;
	background: #ee2724;
	padding-top: 10px;
	padding-left: 10px;
	margin: 10px auto;
}
.right {
	float: right;
}
.left {
	display: block;
	margin-top: 75px;
	margin-bottom: 100px;
	width: 200px;
}

#row2, #row3 {
	clear:both;
}

#text {
	width: 600px;
}
#text h3 {
	margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
	font-size: 1em;
}
#row3 .thumbnail img {
	padding-top: 4px;
}
.copy {
	font-size: 0.8em;
}

#galleryimage {
	position: relative;
	z-index:0;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	color: #000;
}

table {
	font-weight: bold;	
}
td {
	border-top: 1px solid #000;
}
img {
	border: none;
}
.thumbnail {
	display:block;
	width: 120px;
}

.thumbnail:hover{
	position:relative;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background: #fff;
	padding:5px;
	left: -1000px;
	border:1px solid #000;
	display:none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	padding:2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	display:block;
	top: 2px;
	z-index: 50;
	left: 120px;
}
#row2 #text a {
	color: #000;
}
#row2 #text a:hover {
	color: #990000;
}
