HTML {
	height: 100%;
}

BODY {
	font-family: sans-serif;
	font-size: 1em;
	text-align: left;
	color: #47486B;
	margin: 0;
	padding: 0;
	background: white;
	height: 99.8%;
	width: 100%;
}

DIV.container {
	background: white;
	background-image: url(../images/banner.png);
	background-repeat: repeat-x;
	margin: 0;
	min-height:100%;	
	position: relative;
	padding-bottom: 1px;
	min-width: 700px;
}

DIV.container-inner {
	padding: 0;
}

A {
	color: #6B5847;
}

A:HOVER {
	color: #47486B;
}

DIV.bookmark-tab {
	position: absolute; right: 40px; top: 0;
}

A.bookmark-tab {
	background: url(../images/tab-bookmark.png);
	background-repeat: no-repeat;
	display: block;
	width: 113px;
	height: 19px;
}

A.bookmark-tab:HOVER {
	background: url(../images/tab-bookmark-s.png); 
	background-repeat: no-repeat;
}

SPAN.bookmark-tab {
	display: none;
}

DIV.bio-tab {
	position: absolute; left: 40px; top: 116px;
}

A.bio-tab {
	background: url(../images/tab-bio.png);
	background-repeat: no-repeat;
	display: block;
	width: 113px;
	height: 19px;
}

A.bio-tab:HOVER {
	background: url(../images/tab-bio-s.png); 
	background-repeat: no-repeat;
}

SPAN.bio-tab {
	display: none;
}

DIV.exhibitions-tab {
	position: absolute; left: 163px; top: 116px;
}

A.exhibitions-tab {
	background: url(../images/tab-exhibitions.png);
	background-repeat: no-repeat;
	display: block;
	width: 113px;
	height: 19px;
}

A.exhibitions-tab:HOVER {
	background: url(../images/tab-exhibitions-s.png); 
	background-repeat: no-repeat;
}

SPAN.exhibitions-tab {
	display: none;
}

DIV.favourites-tab {
	position: absolute; left: 286px; top: 116px;
}

A.favourites-tab {
	background: url(../images/tab-favourites.png);
	background-repeat: no-repeat;
	display: block;
	width: 113px;
	height: 19px;
}

A.favourites-tab:HOVER {
	background: url(../images/tab-favourites-s.png); 
	background-repeat: no-repeat;
}

SPAN.favourites-tab {
	display: none;
}

DIV.gallery-tab {
	position: absolute; left: 409px; top: 116px;
}

A.gallery-tab {
	background: url(../images/tab-gallery.png);
	background-repeat: no-repeat;
	display: block;
	width: 113px;
	height: 19px;
}

A.gallery-tab:HOVER {
	background: url(../images/tab-gallery-s.png); 
	background-repeat: no-repeat;
}

SPAN.gallery-tab {
	display: none;
}

DIV.myemail-tab {
	position: absolute; left: 532px; top: 116px;
}

A.myemail-tab {
	background: url(../images/tab-myemail.png);
	background-repeat: no-repeat;
	display: block;
	width: 113px;
	height: 19px;
}

A.myemail-tab:HOVER {
	background: url(../images/tab-myemail-s.png); 
	background-repeat: no-repeat;
}

SPAN.myemail-tab {
	display: none;
}

DIV.maddypickett {
	position: absolute; left: 90px; top: 35px;
}

DIV.submenu {
	position: absolute; top: 135px;
	width: 100%;
	overflow: hidden;
	background: #E9E3DE;
	border-bottom: 1px solid #A70F04;
	text-align: left;
	vertical-align: middle;
	color: #47486B;
}

DIV.content {
		position: absolute; top: 170px;
		color: #47486B;
		padding-left: 2%;
		padding-right: 2%;
}

HR.footer {
	color: #A70F04;
	background-color: #A70F04;
	height: 1px;
}

SPAN.footermenu {
	position: absolute;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	color: #47486B;
	padding: 1%;
}
