* {
margin: 0;
padding: 0;
}

a {
color: rgb(0,0,0);
}

body {
background-color: rgb(200,200,200);
}

h1 {
font-family: batang;
text-align: center;
font-size: 3em;
text-shadow: 0px 1px 1px #fff;
}

h1 span{
font-size: 2.0em;
line-height: 0.8em;
text-shadow: 0px 3px 3px #fff;
}

h3, li {
font-family: adobe garamond pro;
font-weight: normal;
letter-spacing: 0.02em;
}

/*SLIDESHOW*/
#slide-wrapper  {
width: 100%;
height: 500px;
border: solid 1px #CCC;
-moz-box-shadow: -5px -5px 5px 5px #999;
-webkit-box-shadow: -5px -5px 5px 5px #999;
box-shadow: -5px -5px 5px 5px #999;
overflow: hidden;
}

#slide-wrapper img {
display: none;
width: 100%;
height: 500px;
}

#slide-wrapper .visible {
display: inline;
}

/*END SLIDESHOW*/
#container {
margin: 0 auto;
width: 60%;
min-width: 450px;
}

#header {
width: 100%;
margin: 10px 0px 5px 0px;
}

	/*BEGINNING OF NAV*/
	#nav {
	list-style: none;
	white-space:nowrap;
	margin-top: 10px;
	text-align: center;
	background-color: rgb(0,0,0);
	height: 25px;
	}

	#nav li {
	cursor: pointer;
	display: inline;
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 15px;
	padding: 1%;
	}

	#nav li a {
	cursor: pointer;
	display: inline;
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 15px;
	padding: 1%;
	}

	#nav li a:hover {
	cursor:pointer;
	display: inline;
	font-size: 15px;
	padding: 1%;
	color: rgb(200,200,200);
	}
	
	/*END OF NAV*/

#content {
width: 95%;
margin: 0 auto;
background-color: rgb(255,255,255);
padding: 25px;
}

	/*Picture Gallery*/
	.img {	
	margin:10px;
	height:auto;
	width:auto;
	text-align:center;
	padding: 5px;
	background-color: rgb(255,255,255);
	border-bottom-style: solid;
	border-bottom-color: rgb(0,0,0);
	}
	.img img {
	display:inline;
	margin:3px;
	border:1px solid #ffffff;
	width: 85%;
	height:400px;
	}
	.img a:hover img {
	border:1px solid rgb(0,0,0);
	}
	.desc {
	text-align:center;
	font-weight:bold;
	color: rgb(0,0,0);
	width:100%;
	margin:2px;
	}
	.desc h2 {
	font-family: adobe garamond pro;
	text-decoration: underline;
	font-weight: bold;
	}
	/*END OF Picture Gallery*/
	
#footer {
margin-top: 50px;
clear: both;
text-align: left;
background-color: rgb(50,50,50);
border-top-style: solid;
border-top-color: rgb(0,0,0);
color: rgb(255,255,255);
padding: 50px;
-moz-box-shadow: -5px -5px 5px 5px #999;
-webkit-box-shadow: -5px -5px 5px 5px #999;
box-shadow: -5px -5px 5px 5px #999;
}

#footer h2{
font-family: adobe garamond pro;
text-decoration: underline;
font-weight: bold;
}

#footer a{
color: rgb(255,255,255);
font-family: adobe garamond pro;
text-decoration: underline;
font-weight: bold;
}

#footer p{
font-size: .9em;
letter-spacing: 0.1em;
word-spacing: 0.2em;
}