* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Console", LucidaMAC, serif;
	color: #FFFFFF;
	background-color: #000000;
}

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}

.email {
	margin-top: 10px;
}

.biglink {
	font-size: 3em;
}

.biglinkActive {
	font-size: 3em;
	color: #0099FF;
}

.littlelink {
	font-size: 0.56em;
	line-height: 1.5em;

}
.littlelinkActive {
	font-size: 0.56em;
	line-height: 1.5em;
	color: #0099FF;
}

#container {
	width: 950px;
}

#sidebar {
	padding-right: 20px;
	width: 274px;
	float: left;
	text-align: right;
}

#name {
	padding-top: 20px;
}

#name img {
	border: 0;
}

#nav {
	margin-top: 44px;
}
#navlist {
	list-style-type: none;
	line-height: 4.6em;
}
#subnav {
	list-style-type: none;
	margin-top: -12px;
}

#imagearea {
	float: right;
	width: 656px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
}

#eventsarea {
	width: 610px;
	float: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	padding-left: 46px;
	font-size: 75%;
}

#eventsarea h1 {
	color: #CCCCCC;
	font-size: 1.6em;
	margin-bottom: 0.4em;
	margin-top: 1em;
}

#eventsarea p {
	color: #999999;
	margin-bottom: 1em;
}

div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.content {
	display: none;
	width: 610px;
	margin-left: 20px;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: right;
}

div.slideshow-container {
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	position: relative;
	margin-bottom: 10px;
}

div.slideshow a.advance-link {
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	width: 610px;
	display: block;
	text-align: center;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow span.image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}

div.caption-container {
	position: relative;
	height: 60px;
	width: 600px;
	margin-left: 5px;
	text-align: center;
}

div.image-title {
	font-weight: bold;
}

div.image-desc {
	color: #999999;
}

div.image-index {
	position: absolute;
	right: 14px;
	bottom: 2px;
	color: #777;
}

span.image-caption  {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 610px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loaderWhite.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 654px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}

ul.thumbs li {
	list-style: none;
	float: left;
	margin-right: 5px;
}


#thumbs {
	margin-left: 24px;
}

div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}

div.navigation a.prev {
	background-image: url(prevPageArrowWhite.gif);
	margin-right: 7px;
}

div.navigation a.next {
	background-image: url(nextPageArrowWhite.gif);
}

#copy    {
	color: #666666;
	font-size: 75%;
	padding-top: 40px;
	padding-left: 40px;
}

