body {
background-image: url(images/bg.png);
}

#master {
	position: relative;
	clip:         rect(auto, auto, auto, auto);
	height: 635px;
	width: 950px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: 5% auto;
	border: thin solid #000000;
	background-repeat: repeat;
	left: auto;
	right: auto;
	visibility: inherit;
	font-family: Garamond;
    font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
}


#ifie {
	clip:              rect(auto, auto, auto, 0px);
	position: relative;
	visibility: inherit;
	left: auto;
	top: auto;
	height: auto;
	width: auto;
}

#text {
	position: relative;
	height: auto;
	width: 335px;
font-family:Garamond;
	left: auto;
	right: auto;
	visibility: inherit;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	text-indent: 1cm;
	z-index:3
}


#bio {
	position: relative;
	height: auto;
	width: 335px;
	z-index: 2
font-family;
	overflow: auto;
: times-new-roman;
font-size: 17px;
font-style: normal;
font-weight: normal;
color: #FFFFCC;
text-indent: 1cm;
z-index:3
}

#contact {
	position: relative;
	height: auto;
	width: 335px;
	z-index: 2
font-family;
	overflow: auto;
: times-new-roman;
font-size: 17px;
font-style: normal;
font-weight: normal;
color: #FFFFCC;
z-index:3
}

#faq {
	position: relative;
	height: auto;
	width: 335px;
	z-index: 2
font-family;
	overflow: auto;

: times-new-roman;
font-size: 17px;
font-style: normal;
font-weight: normal;
color: #FFFFCC;
text-indent: 1cm;
z-index:3
}

#sig {
	position: relative;
	height: 61px;
	width: 300px;
	z-index: 3;

: url(images/sigsmall2.gif);
}

#gallery-image {
	position: absolute;
	width: 950px;
	height: 391px;
	background-image:url(images/gallerymiddle_05.gif);
	left: 0px;
	top: 120px;
}

#small-01 {
 position:absolute;
 left:0px;
 top:0px;
 width:713px;
 height:87px;
}

#small-02 {
 position:absolute;
 left:713px;
 top:0px;
 width:237px;
 height:111px;
}

#small-03 {
 position:absolute;
 left:0px;
 top:87px;
 width:713px;
 height:24px;
}

#small-04 {
 position:absolute;
 left:0px;
 top:111px;
 width:950px;
 height:10px;
 background-image: url(images/small_04.gif);
}

#small-05 {
 position:absolute;
 left:0px;
 top:121px;
 width:309px;
 height:56px;
}

#small-06 {
 position:absolute;
 left:309px;
 top:121px;
 width:641px;
 height:391px;
 z-index: 2
}

#small-07 {
 position:absolute;
 left:0px;
 top:177px;
 width:309px;
 height:335px;
 background-image: url(images/small_07.gif);
}

#small-08 {
	position:absolute;
	left:0px;
	top:511px;
	width:950px;
	height:11px;
	z-index: 4;
	background-image: url(images/small_08.gif);

}

#small-09 {
	position:absolute;
	left:0px;
	top:523px;
	width:950px;
	height:111px;
	background-image: url(images/small_09.gif);
	z-index: -2;


}




.gallerycontainer{
	position: absolute;
	bottom: 50px;
	left: 50px;
	height: auto;
	width: auto;
/*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{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

/*Start MooTools*/

* { margin:0; padding:0; outline:none; }

.hide { display:none; }

body {
	color:#fff;
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;

}

#container {
	width:596px;
	height:391px;
	background:#111;
	overflow:hidden;
	border:1px solid #333;
	left: 170px;
	position: relative;
	z-index: 4;


}

h1 {
	background:#222;
	width:592px;
	height:22px;
	padding-left:7px;
	border-bottom:1px solid #333;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
}

#picture_section {
	padding:7px 0 7px 7px;
	width:590px;
	height:332px;
	overflow:hidden;
}
	#inside {
		width:590px;
		height:332px;
	}
	#picture_section img {
		border:0;
		height:57px;
		width:111px;
		float:left;
		background:#333;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
	}

#controls_vert {
	background:#222;
	width:600px;
	height:23px;
	border-top:1px solid #333;
}
#controls_horz {
	background:#222;
	width:600px;
	height:23px;
	border-top:1px solid #333;
}
	#up {
	height:10px;
	width:10px;
	margin-right:7px;
	background:url(up.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-bottom:6px;
	cursor:pointer;

	}

	#down {
	height:10px;
	width:10px;
	background:url(down.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-left:0;
	margin-bottom:6px;
	cursor:pointer;

	}
	#left {
		height:10px;
		width:10px;
		background:url(left.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right {
		height:10px;
		width:10px;
		background:url(right.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}

	div#up.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#down.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#right.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#left.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	
	
	
	
	
/*Overlay*/

#display_picture_container {
	position:relative;
	top:0;
	left:0;
	width:700px;
	height:400px;
	padding-top:16px;
	z-index: 6;

}

#display_picture {
	position:absolute;
	top:61px;
	left:31px;
	width:596px;
	height:330px;
	background:#000;
	opacity:0.8; filter:alpha(opacity=80);
	text-align:center;
	font-size:11px;
	padding-top:16px;
}

#display_picture_img {
	position:relative;
	top:108px;
	left:2%;
	height:272px;
	width:530px;
	cursor:pointer;
	z-index: 5;

}
