body {
	background-color: #7a7c4d;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 {
	font: 160% "Trebuchet MS", sans serif;
	color: #7a7c4d;
	font-style: italic;
	text-align: center;
}
h2 {
	font: 120% "Trebuchet MS", sans serif;
	color: #7a7c4d;
}
h3 {
	font: 120% "Trebuchet MS", sans serif;
	font-weight: bolder;
	color: #7a7c4d;
}
p {
	font: 10pt "Trebuchet MS", sans serif;
	text-align: left;
	color: #5c6731;
}
#logo {
	position:absolute; 
	width: 732px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	z-index: 2;
}
.logo a:hover, a:active, a:link, a:visited {
	text-decoration: none;
	background-color: transparent;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding: 204px 0 0 0;
	background-image:   url(header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	border: 1px solid #7a7c4d;
}
#content {
	margin: 0px 0px 0px 10px;
	padding: 5px;
}
#content a:link, a:visited {
	text-decoration: none;
	color: #336699;	
}
#content a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #7a7c4d;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

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

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

.thumbnail span{
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -999px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: 38px;

}

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

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

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

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

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

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

.thumbnail span{
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -999px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: 38px;

}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 20;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 40;
}
.gallerycontainer3{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

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

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

.thumbnail span{
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -999px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: 38px;

}

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

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

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

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

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

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

.thumbnail span{
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -999px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: 38px;

}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 20;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 40;
}
.masteryblurb {
	padding: 10px;
	font: 10pt verdana, sans serif;
	color: #666666;
	width: 500px;
}
#paypal {
	position: absolute;
	top: 480px;
	right: 10px;
	width: 200px;
	border: 2px dotted #7a7c4d;
	font: 10pt "Trebuchet MS", sans serif;
	padding: 5px;
}
#paypal p {
	font: 8pt verdana, sans serif;
	text-align: center;
	font-style: italic;	
}
#footer {
	clear: both;
	font: 10pt "Trebuchet MS", sans serif;
	text-align: center;
	font-color: #5c6731;
}
.blackspan {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color : #5c6731;
}
.smallspan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 10px;
	color : #5c6731;
}

