.deck {	
  clear:left;
	float: left;	
	padding: 10px;
}

.artist {
	margin: 10px;
	float: left;
	padding: 10px;
	width:40%;
}

.menu {
	list-style-type: none;
	padding: 1px;
}



body {
	font-family:sans-serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: auto;
	padding: 5px;
	margin: 5px;
	border-color: red;
	border-width: 2px;
	border-style: dashed;
	clear: both;
	background-color: #e6e6e6;
	color: red;
	text-align: center;
}

h2 {
	font-style: normal;
	font-weight: normal;
	right: auto;
	left: 15%;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-color: white;
	border-width: 5px;
	border-style: double;
	width: auto;
	padding: 1em;
	margin: 1em;
	text-align: center;
	background-color: red;
	color: white;
}

.menu li {
	border-color: red;
	border-width: 1px;
	border-style: dashed;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	width: 20%;
	color: red;
	background-color: #e6e6e6;
	margin:2px;
	padding:5px;
	float:left;
}

.bidnow {
	border-color: red;
	border-width: 1px;
	border-style: dashed;
	text-align: center;
	text-decoration: none;
	width: 20%;
	color: red;
	background-color: #b3b3b3;
	margin:2px;
	padding:5px;
}

li {
	text-align: center;
	max-width: 14em;
	min-width: 10em;
	padding: 5px;
	font-variant: small-caps;
	text-transform: none;
	background-color: #e6e6e6;
	color: red;
	list-style-type: none;
}


.clear {
	clear:both;
}

a:link {
	color: red;
}

a:visited {
	color: red;
}

.bids {
	text-align: right;
	width: 90%;
	margin:0 auto;

}

.deckphoto {
  
}

.deckphoto img {
  float:left;

	
}

#logo {
	width: 100px;
	height: 100px;
	float:right;
}

.artistimage {
	width: 200px;
}

a {
	text-decoration: none;
}

#alldecks li img {
	width: 75px;
	height:75px;
}

#alldecks li {
	list-style-type: none;
	float:left;
	margin:20px;
	padding:20px;
	height: 7.5em;
  width:8em;
}

.delay {
	font-size: 2em;
	color: #004080;
	font-family: monospace;
	text-align: center;
}

h3 {
	width: auto;
	text-align: center;
	color: #004080;
}

p {
  margin:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.artlist {
	position: relative;
	left: 30%;
	width: 15em;
}
