BODY {
	background-image: url(../img/background.jpg);
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: white;
}
A {
	color: white;
}
DIV#navigation A {
	text-decoration: none;
}
DIV#navigation A.current {
	font-weight: bold;
}

DIV#mainBox {
	width: 660px;
	margin: 40px auto;
	border: 1px solid #222;
	padding: 20px 25px;
	background-color: black;
}
DIV#logo {
	font-size: 10px;
	text-indent: -9999px;
	width: 121px;
	height: 14px;
	background: url(../img/logo.gif) no-repeat;
}
DIV#logo_large {
	font-size: 20px;
	text-indent: -9999px;
	width: 206px;
	height: 23px;
	background: url(../img/logo_large.gif) no-repeat;
	margin: 40px 0px;
}
DIV#splash_links {
	margin-bottom: 40px;
}
DIV#header {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
	_height: 17px;
}
DIV#navigation {
	position: absolute;
	top: 0px;
	_top: 3px;
	right: 0px;
	_right: 25px;
	margin-bottom: 10px;
}

DIV#boxBody {
	padding: 25px;
}
DIV#boxBody P {
	margin: 0px 0px 20px 0px;
	width: 55%;
	line-height: 1.3;
}
DIV#boxBody DIV#logo {
	margin: 0px 0px 18px 0px;
}

DIV#info {
	clear: left;
}
DIV#info DIV {
	float: left;
	padding-bottom: 60px;
}
DIV#info H1 {
	margin: 0px;
	font-size: 12px;
}
DIV#info P {
	margin: 0px;
}
DIV#photograph {
	width: 410px;
	margin: 0px auto;
}
DIV#photoNavigation {
	margin: 20px auto;
	width: 110px;
}
DIV#photoNavigation SPAN {
	padding: 2px 10px;
	float: left;
}
DIV#photoNavigation A#previous {
	font-size: 1px;
	color: black;
	display: block;
	width: 22px;
	height: 19px;
	text-indent: -9999px;
	background: url(../img/arrow_left.gif);
	float: left;
}
DIV#photoNavigation A#next {
	font-size: 1px;
	color: black;
	display: block;
	width: 22px;
	height: 19px;
	text-indent: -9999px;
	background: url(../img/arrow_right.gif);
	float: left;
}
UL#index { 
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
UL#index LI {
	display: inline;
	float: left;
}
UL#index LI A {
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 60px;
	height: 80px;
	border-top: 7px solid black;
	border-bottom: 7px solid black;
	background: url(../photographs/01_thumb.jpg);
	margin: 0px 37px 25px 0px;
	text-indent: -8000px;
}
UL#index LI A:hover {
	text-indent: 0px;
	border-color: white;
}

UL#index LI A#thumb01 {
	background: url(../photographs/1_thumb.jpg);
}
UL#index LI A#thumb02 {
	background: url(../photographs/2_thumb.jpg);
}
UL#index LI A#thumb03 {
	background: url(../photographs/3_thumb.jpg);
}
UL#index LI A#thumb04 {
	background: url(../photographs/4_thumb.jpg);
}
UL#index LI A#thumb05 {
	background: url(../photographs/5_thumb.jpg);
}
UL#index LI A#thumb06 {
	background: url(../photographs/6_thumb.jpg);
	margin-right: 0px;
}
UL#index LI A#thumb07 {
	background: url(../photographs/7_thumb.jpg);
}
UL#index LI A#thumb08 {
	background: url(../photographs/8_thumb.jpg);
}
UL#index LI A#thumb09 {
	background: url(../photographs/9_thumb.jpg);
}
UL#index LI A#thumb10 {
	background: url(../photographs/10_thumb.jpg);
}
UL#index LI A#thumb11 {
	background: url(../photographs/11_thumb.jpg);
}
UL#index LI A#thumb12 {
	background: url(../photographs/12_thumb.jpg);
	margin-right: 0px;
}

