* {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	text-decoration: none;
	list-style: none;
	}
	
img {
	border: none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	background-color: #000;
	}

body p {
	color:#999;
	text-align: left;
}

body a {
	color: #FFF;
	text-decoration:underline;
}
	
body a:hover {
	text-decoration:none;
}

body em{
	font-style:normal;
	color:#FFF;
}	
		
#wrapper {
	width: 1024px;
	height: auto;
	margin: 0px auto;
	position: relative;
	}
		
#header {
	position: relative;
	width: 1024px;
	height: 87px;
	}

/*******   Home Page ******/

#leaf {
	position: relative;
	height: 400px;
	width: 400px;
	margin: 80px auto;
	}

#leafheadshots {
	position: absolute;
	top:0;
	left:0;
	}
	
#leafperformingarts {
	position: absolute;
	top:0;
	right:0;
	}
	
#leafspecialevents {
	position: absolute;
	bottom:0;
	left:0;
	}
	
#leafart {
	position: absolute;
	bottom:0;
	right:0;
	}

#quote {
	position: relative;
	float: left;
	width: 275px;
	height: auto;
	margin-top: 42px;
}

#quote p {
	font-size:18px;
	color: #777;
	padding: 10px 20px 20px 0;
}

#quote h1 {
	color:#FFF;
	font-size: 18px;
}

#bio {
	position:relative;
	float:right;
	width: 255px;
	height: auto;
	margin-top:150px;
}

#bio p {
	color: #666;
}

#biocontact {
	position:relative;
	margin-top: 10px;
}

#biocontact p {
	font-size:14px;
	color: #777;
}

#biocontact a {
	font-size: 22px;
	line-height: 30px;
}


/******   Navigation   ******/

#navgal {
	position: relative;
	width: 1024px;
	height: 40px;
	padding-top: 15px;
	}

#navgal ul.linksgal {
	font-size: 20px;
	list-style: none;
	}
	
#navgal ul li {
	padding-right: 25px;
 	display: inline;
	}

#navgal a{
	color: #666;
	text-decoration:none;
}

#navgal ul li a:hover {
	color: #AAA;
	}

#art li.art a, #headshots li.headshots a, #specialevents li.specialevents a, #performingarts li.performingarts a {
  	color: #FFF; 
 }
	
/*******   Gallery    *******/

#gallery {
	position:relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
}

#gallery ol {
	position:relative;
	float: left;
	width: 474px;
	height: auto;
	overflow: hidden;
}

#gallery ol li {
	position:relative;
	width: 90px;
	height: 90px;
	float: left;
	overflow:hidden;
	padding: 5px;
	}
	
#gallery ol img {
	display: block;
	height: 90px;
	width: 90px;
	vertical-align: top;
	}

#gallery ul {
	position: relative;
	float: left;
	width: 550px;
	height: 550px;
	overflow: hidden;
	}

#gallery ul li {
    height: 550px;
    margin: 5px 0;
    overflow: hidden;
    position: relative;
    width: 550px;
	opacity: 1;
	-moz-transition: opacity 1s ease-in;
	-o-transition: opacity 1s esase-in;
	-webkit-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
	}	
	
#gallery ul img {
	height: auto;
	width: auto;
	}

li#gallerywindow p {
	font-size:16px;
	line-height: 21px;
	width: 400px;
}

id#gallerywindow p em {
	font-size:18px;
	font-style:normal;
	color: #FFF;
}

#footer {
	position:relative;
	clear:both;
	height: 50px;
	width: 500px;
	margin: 70px auto;
}

#footer p{
	text-align:center;
	padding-top: 50px;
}