html {
	height: 100%;
	overflow: auto;
	min-width: 680px;
	font-family: "Baskerville Old School", "Times", serif;
/*	background-color: black;*/
}
body {
	position: relative;
	height: 100%;
	overflow: hidden;
}
h1,
h2 {
	color: white;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
li {
	padding-left: 10px;
	padding-right: 10px;
}
li a:link,
li a:visited {
	display: block;
	font-weight: bold;
	color: white;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
/*
		li a:hover,
		li a:active {
			background-color: #7A991A;
		}
*/
.toplinks {
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	padding-top: 20px;
	padding-bottom:10px;
}	
.copyrightsign {
	position: fixed;
	right: 10px;
	bottom: 2px;
	font-size: 48px;
	color: white;
}
.homelink {
	float: left;
	width:200px;
	font-size: 20px;
	padding-left: 20px;
}
.menulink {
	float: left;
	width: 130px;
	padding-top: 3px;
}
.artforsaletext {
	position:relative;
	max-width:640px;
	min-height:520px;
	background-color:antiquewhite;
	color:black;
	margin:20px;
	margin-top:0px;
}
.artforsaledescription {
 position:absolute;
 top:0;
 left:0;
 width:360px;
 background-color:antiquewhite;
 margin:20px;
}
.artforsalepicture {
	position: absolute;
	top:0;
	right:0;
	width:180px;
	padding:10px;
}
.artforsaleexample {
	float:right;
	width: 300px;
}

.contactdetails {
	background-color: #5BAB38;
	color: white;
	margin: 20px;
	padding: 20px;
	font-size: large;
	line-height: 2;
	max-width:250px;
}
#imageholder {
	position:absolute;
	z-index:-10;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:0px; 
	border: 0px; 
	margin: 0px;
	padding-top:90px;
	padding-bottom: 40px;
}
.button {
   border-top: 1px solid #450145;
   background: #a00cd1;
   background: -webkit-gradient(linear, left top, left bottom, from(#813e9c), to(#a00cd1));
   background: -webkit-linear-gradient(top, #813e9c, #a00cd1);
   background: -moz-linear-gradient(top, #813e9c, #a00cd1);
   background: -ms-linear-gradient(top, #813e9c, #a00cd1);
   background: -o-linear-gradient(top, #813e9c, #a00cd1);
   padding: 4.5px 9px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 23px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #672878;
   background: #672878;
   color: #ccc;
   }
.button:active {
   border-top-color: #491b5c;
   background: #491b5c;
   }