body {
	margin: 0;
	font-family: "Lucida Grande", Arial, helvetica, sans-serif;
	font-size: 63%; 
	text-align: center;
	background: #CCC url(../images/white.gif) repeat-y center;
}

#wrap {
	margin: 0 auto;
	padding: 37px 40px; 
	text-align: left;
	width: 600px;
}

#header {
}

#nav ul span{
	display:none;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li{
	float: left;
}

#nav a { display: block; background-position: top; }

#nav .stills {height: 24px; width: 54px; background-image: url(../images/stills.gif);}
#nav .period {height: 24px; width: 5px; background-image: url(../images/period.gif);}
#nav .contact {height: 24px; width: 89px; background-image: url(../images/contact.gif);}
#nav .resume {height: 24px; width: 88px; background-image: url(../images/resume.gif);}
#nav .bio {height: 24px; width: 37px; background-image: url(../images/bio.gif);}
#nav .reel {height: 24px; width: 44px; background-image: url(../images/reel.gif);}

#nav li a:hover, #nav li a.selected {background-position: bottom; }


#content {
	clear: left;
	padding-top: 20px;
}

#content p {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #959595;
}

#content a {
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: solid 1px #bbc78e;
	color: #959595;
}

#content a:hover {
	color: #bbc78e !important;

}

.green {
	color: #bbc78e !important;
}

#bio img {
	float: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbc78e;
}

#bio p {
	width: 310px;
}

#slideshow {
}

#slideshow	ul {
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 51px;
	height: 24px;
}

#slideshow p {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.4em;
	color: #959595;
}

#slideshow div {
	position: absolute;
	top: 40px;
	left: 0;
}

#slideshow a {
	border: none;
	padding: 0;
}

#slideshow li a.prev{
	float: left;
	display: block;
	width: 25px;
	height: 24px;
	background: url(../images/prevArrow.gif) top;
}

#slideshow li a.next{
	float: right;
	display: block;
	width: 25px;
	height: 24px;
	background: url(../images/nextArrow.gif) top;
}

#slideshow li a:hover {
	background-position: bottom;
}

#content.reelcontent {
  width: 480px;
  height: 388px;
  background: #636466;
  padding: 20px 60px;
  margin-top: 84px;
}