/*	-------------------------------------------
	Specify font sizes by percentages or em; do not hardcode px
	------------------------------------------- */
body {
	background: url(/exhibitions/claude/images/intro_background.jpg) top left;
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 0px;
	width: 900px;
	margin: 0px;
}

/*	-------------------------------------------
	Unique ID's occur at most only one time per page
	------------------------------------------- */
#introduction {
	background: transparent;
	border: 0px;
	width: 100%;
	height: 490px;
	padding-left: 575px;
	padding-top: 35px;
	margin: 0px;
	width: 300px;
	font-size: 90%;
}
#date {
	position: absolute;
	left: 51px;
	top: 2px;
	color: #FFFFFF;
	font-size: 115%;
	width: 200px;
	font-weight: bold;
	z-index: 10;
}
#navcontainer {
	float: left;
}
#navprimary {
/*	Removed float due to IE Margin Bug; put float in container instead */
	width: 214px;
	background-color: transparent;
	padding: 0px;
	margin-top: 0px;
	margin-left: 51px;
}
#navprimary img {
	width: 214px;
	vertical-align: top;
	border: 0px;
	margin: 0px;
}
#mainA {
	float: left;
	width: 242px;
	padding-left: 15px;
}
#mainB {
	float: left;
	width: 15px;
	border: 0px;
	margin: 0px;
}
#mainC {
	float: left;
	width: 326px;
	padding-left: 15px;
}
#mainC img {
	width: 95px;
	vertical-align: top;
	padding: 0px;
	margin-right: 13px;
	margin-bottom: 13px;
	border: 0px;
}
#mainD {
	float: left;
	width: 550px;
	padding-left: 15px;
	font-size: 90%;
}
#mainDetailA {
	float: left;
	width: auto;
	padding-left: 15px;
	font-size: 90%;
}
#mainDetailB {
	float: left;
	width: 15px;
	border: 0px;
	margin: 0px;
}
#mainDetailC {
	float: left;
	width: 240px;
	padding-left: 15px;
	font-size: 90%;
}
#mainDetailA img {
	vertical-align: top;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 15px;
	border: 0px;
}
#buffer {
	float: left;
	width: 100%;
	height: 90px;
}
#footer {
	float: left;
	width: 800px;
	color: #FFFFFF;
	background-color: transparent;
	text-align: left;
	padding-left: 13px;
	font-size: 85%;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF4E00;
	text-decoration: underline;
}
#footer img {
	width: 2px;
	height: 12px;
	vertical-align: text-bottom;
	border: 0px;
	padding-left: 2px;
	padding-right: 2px;
}
#footerRightSide {
	float: left;
	width: 50px;
	color: #FFFFFF;
	background-color: transparent;
	text-align: right;
	padding-right: 13px;
	font-size: 85%;
}
#footerRightSide a:link {
	color: #FF4E00;
	text-decoration: none;
	font-weight: bold;
}
#footerRightSide a:visited {
	color: #FF4E00;
	text-decoration: none;
	font-weight: bold;
}
#footerRightSide a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.intro:link {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.intro:visited {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.intro:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

/*	-------------------------------------------
	Header classes inherit styles from Body tag
	------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 90%;
}
h5 {
	font-size: 75%;
}
h6 {
	font-size: 65%;
}
a:link
{
	color: #0B2EB0;
}
a:visited
{
	color: #0B2EB0;
}
a:hover
{
	color: #933B4E;
}
p {
	color: #000000;
}

/*	-------------------------------------------
	Color classes inherit styles from Body tag
	------------------------------------------- */
.red {
	color: #FF0000;
}
.green {
	color: #006600;
}
.orange {
	color: #FF4E00;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.gray_light {
	color: #efefef;
}
.gray_dark {
	color: #dddddd;
}

/*	-------------------------------------------
	Background color classes inherit styles from Body tag
	------------------------------------------- */
.bg_black {
	background-color: #000000;
}
.bg_white {
	background-color: #ffffff;
}
.bg_gray_dark {
	background-color: #dddddd;
}
.bg_gray_light {
	background-color: #efefef;
}
.bg_yellow {
	background-color: #ffcc00;
}
.bg_mint {
	background-color: #E2FADC;
}
.dPageTitle {
	font-size: 130%;
	font-weight: bold;
}
.tomb_title {
	font-style: italic;
	font-weight: bold;
}
.tomb_title_running_text {
	font-style: italic;
}
.tomb_catalogue {
	font-size: 85%;
}

