body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #422100;
	margin-top:3px;
	margin:3px 30px 10px 30px;
	background-color:#FFFFFF;
}

a:link {
	color: #996633;
}
a:visited {
	color: #330000;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #422100;
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	color: #907042;
	margin-bottom:-20px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #422100;
}

.msg1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #333333;
	background-color:#FFFF99;
	border:1px solid #5C3317;
	padding:3 3 3 3;
	width:300px; 
}

.msg2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
	background-color:#FFFF99;
	border:1px solid #FF0000; 
}

.msg3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0000CC;
	background-color:#CCCCFF;
	border:1px solid #0000CC;
	padding:0 3 0 3;
}

.field1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0000CC;
	background-color:#CCCCFF;
	border:1px solid #0000CC;
}

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

.thumbnail img{
border: 1px solid white;
margin: 0 15px 0 15px;
height:100;
width:80;
}

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

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
height:500;
width:400;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -290px;
left: -500px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#cata img{ /*CSS for catalog images*/
border-width: 0;
height:190;
width:145;
}

#cata td{ /*CSS for catalog images*/
width:20%;
text-align:center;
}

.size16 {
	font-size: 16px;
}
