BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url("illustration/ill_wall.jpg");
	background-color: #ffd5a3;
	color: 000000;
	font-weight: 100;
	font-size: 12pt;
	}
A     		{ font-size: 11pt; color: #fff; text-decoration: none; }
A:link  	{ font-size: 11pt; color: #fff; text-decoration: none; }
A:visited { font-size: 11pt; color: #fff; text-decoration: none; }
A:active 	{ font-size: 11pt; color: #fff; }
A:hover 	{ font-size: 11pt; color: #DAB32E; }

.main_tbl {
	background: url("illustration/ill_back.gif");
	background-repeat: no-repeat;
}
.small {
	font-size: 8pt;
	width: 80px;
	color: white;
	font-family: Verdana, Arial;
}
.desc {
	font-size: 10pt;
	width: 90px;
	color: white;
	font-family: Times New Roman, Roman;
}
.wide_desc {
	font-size: 10pt;
	width: 340px;
	color: white;
	font-family: Times New Roman, Roman;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
margin: 0 0px 0px 0;
}

.thumbnail:hover {
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: Transparent;
padding: 0px;
right: 400px;
visibility: hidden;
color: white;
font-family: Verdana, Arial;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}
.thumbnail:active { 
visibility: visible;
top: -150;
left: 220px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -150;
left: 220px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.thumbnail2 img{
margin: 0 0px 0px 0;
}

.thumbnail2:hover {
background-color: transparent;
}

.thumbnail2:hover img{
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: Transparent;
padding: 0px;
right: 400px;
visibility: hidden;
color: white;
font-family: Verdana, Arial;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
}
.thumbnail2:active { 
visibility: visible;
top: -180;
left: 220px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -180;
left: 220px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.thumbnail3 img{
margin: 0 0px 0px 0;
}

.thumbnail3:hover {
background-color: transparent;
}

.thumbnail3:hover img{
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: Transparent;
padding: 0px;
right: 400px;
visibility: hidden;
color: white;
font-family: Verdana, Arial;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
}
.thumbnail3:active { 
visibility: visible;
top: -245;
left: 220px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.thumbnail3:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -245;
left: 220px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


