@charset "UTF-8";
/* CSS Document */
h1 {
	line-height:normal;
	padding: 0 7px 0px 5px;
	font: bold 16px "Comic Sans MS", cursive;
	color:#900;
}
h2
{
color:#000000;
text-decoration:underline;
font-family:"Times New Roman",Times,serif;
font-size:12pt;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:0;
text-indent:0;
}

p
{
color:#000000;
font-family:"Times New Roman",Times,serif;
font-size:11pt;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:3px 5px 5px 5px;
text-indent:10px;
}


#Facebook {
	width:128px; 
	height:65px;
	border:none;
	margin:20px auto;
	background:url(../images/facebook.png) no-repeat;
}

#footer a {
	text-decoration:none;
	color:#333;
}
#footer a:visited {
	text-decoration:none;
	color:#333;
}
#footer a:hover {
	text-decoration:underline;
	color:#000;
}
#footer a:active {
	text-decoration:none;
	color:#333;
}



a {
	text-decoration:none;
	color:#000;
}
a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
a:active {
	text-decoration:none;
	color:#000;
}
#Director {
	background:url(../images/gradient.png) repeat;
}

img {
	border:none;
	margin:0;
	padding:0;
}

#PhotoGallery {
	float:left;
	display:block;
	width:107px;
	height:120px;
	padding:10px;
	margin:0;
}
img.shadow {
	background: url(../images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}
.img-desc {
	position: relative;
	display: inline-block;
	height:140px;
	width: 187px;
	margin:10px;
}
.img-desc cite {
	background: #111;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 187px;
		margin-left:5px;
	border-top: 1px solid #999;
}
