/* PNG IE Fix */
img { behavior: url(styles/iepngfix.htc); }

HTML {
	height: 100%;
}
BODY {
	text-align:center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#4a463f;
	color: #333333;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position:center top;
	line-height: 16px;
}
A:link, A:visited, A:active, A:hover
{ 
	text-decoration: none;
	color: #333333;
}
A:active, A:hover
{ 
	color: #333333;
	text-decoration: underline;
}
TD {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 15px;
}
IMG {
	border-width: 0px;
}
H2, .title, .centerTitle {
	font-size: 12px;
	margin-top:20px;
	margin-bottom:30px;
	color:#666666;
}
H1, .headingMain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:18px;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
	text-align: left;
}
P, .mainBody, .centerBody {
}
NOSCRIPT {
	color:#880000;
	font-weight:bold;
}
HR {
	border:0;
	height: 1px;
	color: #e0e0e0;
	background-color: #e0e0e0;
}
#contentContainer{
	width: 560px;
	height:100%;
	background-repeat:no-repeat;
	background-position:right 250px;
	padding-left: 20px;
	padding-right: 20px;
	margin:auto;
}
*html #contentContainer{
	width: 560px;
	height:100%;
	background-repeat:no-repeat;
	background-position:right 250px;
	margin-left: 20px;
	margin-right: 20px;
	margin:auto;
}
#legalContainer{
	padding-left:20px;
}
#note {
	text-align:left;
	margin-top: 0px;
	margin-bottom:20px;
}
#logo {
	margin-top:0px;
}
#museum {
	float:right; padding-left: 10px; padding-bottom:10px; margin-top:20px;
}
*:first-child+html #museum {
	float:right; padding-left: 10px; padding-bottom:10px; margin-top:40px;
}
*html #museum {
	float:right; padding-left: 10px; padding-bottom:10px; margin-top:40px;
}
#panoramaLinks {
	margin-top:40px;
	padding-top:25px;
	text-align:center;
	background-image: url(../images/devider.png);
	background-repeat:no-repeat;
	background-position:center top;
	behavior: url(styles/iepngfix.htc);
	
}
#linksContainer {
	margin-top:40px;
	padding-top:25px;
	padding-bottom:5px;
	background-image: url(../images/devider.png);
	background-repeat:no-repeat;
	background-position:center top;
	behavior: url(styles/iepngfix.htc);
	
}
.arrowLink, DIV.centerBody A{
	padding-left: 7px;
	background-image:url(../images/arrow_txt.gif);
	background-repeat:no-repeat;
	background-position: left center;
	text-decoration:none;
	line-height: 15px;
}
a.arrowLink:hover, DIV.centerBody A:hover{
	text-decoration: underline;
}
*html .arrowLink{
	padding-left: 7px;
	background-image:url(../images/arrow_txt.gif);
	background-repeat:no-repeat;
	background-position: left 2px;
	text-decoration:none;
	line-height: 15px;
}
#footnote {
	padding-top: 2px;
	padding-bottom: 5px;
	color:#999999;
	text-align: center;
	width: 560px;
	padding-top: 5px;
}
*html #footnote {
	padding-top: 2px;
	padding-bottom: 5px;
	color:#999999;
	text-align: center;
	width: 500px;
	padding-top: 5px;
}
#footnote A{
	text-decoration: none;
	color:#999999;
}

.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:14px;
	leading: 3px;
}

.byline {
    font-weight: bold;
	display:inline;
}

