@charset "UTF-8";
/* CSS Document */

html, body { 
	margin: 0;
	padding: 0; 
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
} 
a:link.active, a:visited.active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Navigation */

#nav_container {
	position: absolute;
	top: 42px;
	left: 30px;
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
ul#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav_container a {
	color: #000000;
	text-decoration: none;
}
#nav_container a:link, #nav_container a:visited, #nav_container a:active {
	color: #000000;
	text-decoration: none;
} 
#nav_container a:link.active, #nav_container a:visited.active {
	color: #000000;
	text-decoration: none;
}
#nav_container a:hover {
	color: #000000;
	text-decoration: underline;
}
#nav_container #currentpage a {
	color: #000000;
	text-decoration: underline;
}

/* Navigation Steps */

.exhibitions {
	padding-left: 9px;
}
.events {
	padding-left: 15px;
}
.education {
	padding-left: 21px;
}
.calender {
	padding-left: 27px;
}
.archive {
	padding-left: 33px;
}
.press {
	padding-left: 39px;
}
.visit {
	padding-left: 45px;
}
.about {
	padding-left: 51px;
}
.support {
	padding-left: 57px;
}
.shop {
	padding-left: 63px;
}
.shop_sub {
	padding-left: 81px;
	font-weight: normal;
}

/* Standard Styles */

#container {
	position: absolute;
	top: 44px;
	left: 340px;
	width: 460px;
	padding-bottom: 18px;
}
#header {
	width: 460px;
	padding-bottom: 8px;
	float: left;
}
#title {
	width: 460px;
	height: 21px;
	padding-top: 18px;
	float: left;
}
#text {
	width: 460px;
	padding-top: 18px;
	padding-bottom: 20px;
	float: left;
}
#padding {
	width: 460px;
	height: 18px;
	float: left;
}

/* Shop Styles */

table, td, tr {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#thumbs {
	width: 140px;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 7px;
	margin: 0px;
}
#captions {
	width: 140px;
	padding-right: 18px;
	margin: 0px;
}
#headings {
	width: 460px;
	padding-top: 6px;
	padding-bottom: 18px;
	float: left;
	font-weight: bold;
}
#edition_heading {
	width: 460px;
	padding-top: 6px;
	padding-bottom: 18px;
	float: left;
}
#book_cover {
	width: 460px;
	float: left;
}
#book_description {
	width: 460px;
	padding-top: 18px;
	padding-bottom: 20px;
	float: left;
}

#columns {
	width: 460px;
	float: left;
}
#edit_list {
	padding-top: 10px;
	margin: 0px;
}


#column_one {
	width: 138px;
	height: 152px;
	padding-top: 18px;
	padding-right: 23px;
	float: left;
}
#column_two {
	width: 138px;
	height: 152px;
	padding-top: 18px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
#column_three {
	width: 138px;
	height: 152px;
	padding-top: 18px;
	float: right;
}
#text_one {
	width: 138px;
	padding-right: 23px;
	float: left;
}
#text_two {
	width: 138px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
#text_three {
	width: 138px;
	float: right;
}
#edition_image {
	width: 240px;
	padding-top: 18px;
	float: left;
}
#edition_text {
	width: 190px;
	padding-top: 18px;
	float: right;
}


/* CMS Link */

#session_menu {
	position: absolute;
	top: 42px;
	left: 885px;
}