body, html {
	margin: 0;
	padding: 0;	
	font-family: Verdana, Arial, Sans-Serif;
}
a {
	color: #994343;	
}
.wrap {
	width: 780px;
	margin: 0 auto;
	border-right: 3px solid #366;
}
.top {
	background: url('tl.jpg') no-repeat center left;
	height: 189px;
	padding-left: 284px;	
}
hr {
	height: 0px;
	visibility: hidden;
	clear: both;
	border: none;
}
img {
	border: none;
}
.img_right{float:right; padding-left:25px;}
.img_caption{float:right; color:#333333; font-size:9px; font-family:Arial, Helvetica, sans-serif; clear:both;}
/***
 * navigation styling
 */
.navigation ul, 
navigation ul li {
	margin: 0;
	padding: 0;	
	list-style-type: none;
	height: 42px;
}
.navigation ul li {
	display: block;
	float: left;	
}
.navigation ul li a {
	display: block;
	width: 100%;
	height: 100%;	
}
.navigation ul li span {
	display: none;
}
.navigation ul li.button {
	background-position: center center;
	background-repeat: no-repeat;
	height: 42px;	
}
.navigation ul li.home,
.navigation ul li.home-on {
	width: 102px;
	background-image: url('tnav-home-off.gif');	
}
.navigation ul li.home-on {
	background: url('tnav-home-on.gif');	
}
.navigation ul li.about,
.navigation ul li.about-on {
	width: 100px;
	background: url('tnav-about-off.gif');	
}
.navigation ul li.about-on {
	background: url('tnav-about-on.gif');	
}
.navigation ul li.collection,
.navigation ul li.collection-on {
	width: 100px;
	background: url('tnav-collection-off.gif');	
}
.navigation ul li.collection-on {
	width: 100px;
	background: url('tnav-collection-on.gif');	
}
.navigation ul li.documentary,
.navigation ul li.documentary-on {
	width: 100px;
	background: url('tnav-documentary-off.gif');	
}
.navigation ul li.documentary-on {
	background: url('tnav-documentary-on.gif');	
}
.navigation ul li.contact,
.navigation ul li.contact-on {
	width: 94px;	
	background: url('tnav-contact-off.gif');	
}
.navigation ul li.contact-on {
	background: url('tnav-contact-on.gif');	
}
/***
 * logo 
 */
.logo {
	
}
.logo h1, 
.logo h2 {
	margin: 0;
	padding: 0;
}
.logo h1 a {
	background: url('logo.jpg') no-repeat center center;
	width: 496px;
	height: 147px;	
	display: block;
}
.logo h1 a span, 
.logo h2 {
	display: none;
}
/***
 * main body 
 */
.body {
	background-color: #466858;
}
/***
 * left
 */
.left {
	width: 262px;
	float: left;
	font: 11px Tahoma, Verdana, Arial, Sans-Serif;	
}
.left .l-header {
	height: 23px;
	background: url('l-top.gif') no-repeat center center;	
}
.left .l-body {
	background: url('l-bg.gif') repeat-y;
	padding: 0 41px;
}
.left .l-footer {
	height: 19px;	
	background: url('l-bottom.gif') no-repeat center center;
}
.left ul, 
.left ul li {
	margin: 0;
	padding: 0;	
}
.left ul {
	margin-left: 12px;
}
.left ul li {
	padding-bottom: 12px;
}
.left ul li.nobullet {
	list-style-type: none;
}
/***
 * subnavigation
 */
.subnav {
	height: 78px;
}
.subnav ul, 
.subnav li {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
.subnav ul {
	background: url('sn-bg.gif') repeat-x;
	height: 43px;
	margin-left: 43px;	
}
.subnav ul li span {
	display: none;
}
.subnav ul li {
	float: left;	
}
.subnav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.subnav ul li.button {
	background-position: center center;
	background-repeat: no-repeat;
	height: 43px;	
}
.subnav ul li.links,
.subnav ul li.links-on {
	background-image: url('sn-links-off.gif');
	width: 100px;
}
.subnav ul li.links-on {
	background-image: url('sn-links-on.gif');
}
.subnav ul li.transcripts,
.subnav ul li.transcripts-on {
	background-image: url('sn-transcripts-off.gif');
	width: 102px;
}
.subnav ul li.transcripts-on {
	background-image: url('sn-transcripts-on.gif');
}
.subnav ul li.photographs,
.subnav ul li.photographs-on {
	background-image: url('sn-photographs-off.gif');
	width: 101px;
}
.subnav ul li.photographs-on {
	background-image: url('sn-photographs-on.gif');
}
.subnav ul li.artifacts,
.subnav ul li.artifacts-on {
	background-image: url('sn-artifacts-off.gif');
	width: 99px;
}
.subnav ul li.artifacts-on {
	background-image: url('sn-artifacts-on.gif');
}
.subnav ul li.making,
.subnav ul li.making-on {
	background-image: url('sn-making-off.gif');
	width: 207px;
}
.subnav ul li.making-on {
	background-image: url('sn-making-on.gif');
}
.subnav ul li.viewing,
.subnav ul li.viewing-on {
	background-image: url('sn-viewing-off.gif');
	width: 201px;
}
.subnav ul li.viewing-on {
	background-image: url('sn-viewing-on.gif');
}
/***
 * main body contents
 */
.content {	
	width: 518px;
	float: left;
}
html>body .content {
	width: 518px;
}
.content .right {
	float: right; padding: 0px 0px 0px 5px;
}
.content .c-header {
	background: url('c-top.gif') no-repeat center left;
	height: 20px;
}
.content .c-body {
	background: url('c-body.gif') repeat-y;
	padding: 17px 26px;
}
.content .c-footer {
	background: url('c-bottom.gif') no-repeat center left;
	height: 23px;
}
.content .c-home-footer {
	background: url('home-bottom.jpg') no-repeat center left;
	height: 191px;
}	
p.footnote {
	clear: both;
	margin: 0;
	padding: 8px;
	color: #fff;
	font-size: 11px;	
}
/***
 * content styles
 */
.content h3 {
	color: #994343;
	font: 18px Verdana;	
	margin-top: 0px;
}
.content p {
	font: 13px Helvetica, Verdana, Arial, Sans-Serif;	
}
/***
 * bottom
 */
.bottom {
	height: 41px;
	background: url('bottom.gif') repeat-x;
	font: 11px Tahoma, Verdana, Arial, Sans-Serif;
	color: #fff;
}	
.bottom .copyright {
	padding: 14px 16px;
}
.bottom .notice {
	font-size: 9px;
	float: right;
	width: 360px;	
	padding-top: 4px;
}
.icell {
	float: left;
	width: 230px;
	height: 140px;	
}
