/* CSS Document */

/*Mass Reset*/
* { 
	padding: 0; 
	margin: 0; 
	}
html { 
	padding: 0; 
	margin: 0; 
	}
body { 
	padding: 0; 
	margin: 0; 
	}
h1, h2, h3, h4, h5, h6, p { 
	margin: 0; 
	padding: 0; 
	}
pre, blockquote, form, label, ul, ol, li, dl, fieldset { 	
	margin: 0; padding: 0; 
	}
fieldset { 	
	padding: 10px; 
	}
	
/*General*/
body	{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height:20px;
	background-image:url(../images/Bkgd-JS.gif);
	background-position:center top;
	background-repeat:no-repeat;
	}
a:link {
	color:#fff;
	text-decoration:underline;
	}
a:visited {
	color:#fff;
	text-decoration:underline;
	}
a:hover {
	color:#000;
	text-decoration:none;
	}
a:active {
	color:#000;
	text-decoration:none;
	}

/*Layout*/
#frame {
	width:800px;
	margin:0 auto;
	}
#left {
	width:580px;
	float:left;
	}
h1 {
	font-size:26px;
	border-left:1px solid #fff;
	margin-left:25px;
	padding-left:10px;
	margin-top:15px;
	padding-bottom:11px;
	.padding-bottom:8px;
	color:#fff;
	}
#gallery {
	margin-left:25px;
	border-left:1px solid #6C1B1B;
	padding:10px;
	width:580px;
	}
#gallery img {
	border:1px solid #000;
	margin:5px;
	}
#gallery img.credit {
	border:1px solid #000;
	margin:5px;
	margin-bottom:0;
	}
#gallery a:link {
	color:#BE6D31;
	text-decoration:underline;
	}
#gallery a:visited {
	color:#BE6D31;
	text-decoration:underline;
	}
#gallery a:hover {
	color:#000;
	text-decoration:none;
	}
#gallery a:active {
	color:#000;
	text-decoration:none;
	}
#gallery ul.floorcloth li {
	list-style-type:none;
	display:inline;
	margin-left:90px;
	}
h2 {
	font-size:13px;
	line-height:16px;
	margin-top:20px;
	color:#6C1B1B;
	margin-left:10px;  
	}
p {
	margin-right:40px;
	margin-bottom:20px;
	margin-left:10px;
	}
p.credit {
	color:#6C1B1B;
	font-size:10px;
	margin-left:5px;
	margin-right:0;
	margin-bottom:0;
	}
#right {
	width:153px;
	float:right;
	}
#right ul {
	
	margin-top:10px;
	}
#right ul li {
	list-style-type:none;
	font-size:14px;
	line-height:20px;
	}
address.JS {
	clear:both;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	line-height:18px;
	color:#BE6D31;
	height:60px;
	padding-top:20px;
	padding-left:35px;
	background-image: url(../images/BkgdAddr-JS.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
address.JS a:link {
	color:#BE6D31;
	text-decoration:underline;
	}
address.JS a:visited {
	color:#BE6D31;
	text-decoration:underline;
	}
address.JS a:hover {
	color:#6C1B1B;
	text-decoration:none;
	}
address.JS a:active {
	color:#6C1B1B;
	text-decoration:none;
	}
address.JR {
	clear:both;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	line-height:18px;
	color:#6C1B1B;
	height:60px;
	padding-top:20px;
	padding-left:35px;
	background-image: url(../images/BkgdAddr-JR.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
address.JR a:link {
	color:#6C1B1B;
	text-decoration:underline;
	}
address.JR a:visited {
	color:#6C1B1B;
	text-decoration:underline;
	}
address.JR a:hover {
	color:#BE6D31;
	text-decoration:none;
	}
address.JR a:active {
	color:#BE6D31;
	text-decoration:none;
	}
/*Lightbox*/
#lightbox {
	background-color:#fff;
	padding: 10px;
	border: 4px solid #000;
	}
#lightboxDetails {
	font-size: 12px;
	font-weight:bold;
	padding-top: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	}	
#lightboxCaption { 
	float: left; 
	}
#keyboardMsg { 
	text-align:center; 
	}

#lightbox img { 
	border:1px solid #000; 
	}
