/* CSS Document */

p, th, h1, h2, h3, label, td, li, ol, ul, link, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A433C;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	padding-top:5px;
	padding-bottom: 0;
}
h2, td.header2, .printLink {
	padding-top:0;
	font-size: 14px;
	font-weight: bold;
}
a {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}
a span {
	display: none;
}
li {
	padding-bottom: 5px;
}


/***************************************************************/
/*                 Menu Layouts                                */
a span { 
	display:none;
}
#menuBar a, #menuBar a:link {
	display:block;	
}

/* For accessibility this (dash) must appear (but not be displayed) between menu elements */
.dash {
	display: none;	
}

#menuBar {
	width: auto;
	height: 25px;
	background-color: #AEAE93;
}

#welcome, #contact, #artists, #links {
	background-repeat: no-repeat;
	height: 24px;
	float: left;
	padding-right: 20px;
	background-position:center center;
	width: 125px;
	margin-right: 72px;
}
#links {
	margin-right: 0px;
}
#welcome {
	background-image:url(Images/Buttons/welcome.gif)
}
#welcome:hover {
	background-image: url(Images/Buttons/welcomeRO.gif);
}
#contact {
	background-image:url(Images/Buttons/contact.gif);
}
#contact:hover {
	background-image: url(Images/Buttons/contactRO.gif);
}
#artists {
	background-image:url(Images/Buttons/artists.gif);
}
#artists:hover {
	background-image: url(Images/Buttons/artistsRO.gif);
}
#prints {
	background-image:url(Images/Buttons/prints.gif);
}
#prints:hover {
	background-image: url(Images/Buttons/printsRO.gif);
}
#links {
	background-image:url(Images/Buttons/links.gif);
}
#links:hover {
	background-image: url(Images/Buttons/linksRO.gif);
}

body {
	width: 100%;
	position: relative;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	height: 500px;
	background-color: #C7C7AF;
}

#LHS {
	width: 350px;
	float: left;
	padding-top: 10px;
}
#map {
	border: medium solid #8B9A8C;
	margin: 10px;
	float: left;
}
.slideshow, #entrySlideshow {
	margin: 10px;
	float: left;
	width: 350px;
}
#entrySlideshow {
	border: medium solid #8B9A8C;
}

#textPart {
	margin-left: 400px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#thumbnails {
	clear: both;
}
.artImage {
	margin: 10px;
	border: medium solid #8B9A8C;
}
/* For picture and text alignment within tables */
.leftAlign {
	text-align: left;
}
.centerAlign {
	text-align: center;
}
.rightAlign {
	text-align: right;
}
.leftMargin {
	margin-left: 10px;
}
.rightMargin {
	margin-right: 10px;
}
/* End of picture and text alignment within tables */
/* Bottom of the page */
#footer {
	clear: both;
	text-align: center;
	padding-bottom: 5px;
}
