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

* { margin:0; padding:0;}

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ebebeb;	
}

#header {
	background-color: black;
	height:125px;
	width:100%; 
}

.container {
	width: 960px;
	height:auto;
	margin: 0 auto;
		
}


#leftpanelArea {
	width: 550px;
	height:auto;
	margin: 0 auto;
	float:left;
	background-color:white;
	padding: 20px;
	font-size:14px
		
}

#leftpanelArea a {
	color: #900;
	text-decoration: underline;
	font-weight:bold;
	
}
#calendarArea {
	width: 90%;
	height:auto;
	margin: 0 auto;
	float:left;
	background-color:#6A0000;
	padding: 20px;
	font-size:14px;
	padding-left:35px;
	color: #FFC;
		
}

#calendarArea a {
	color: #CCC;
	text-decoration: underline;
	font-weight:bold;
	
}

#calendarArea h1 {
	color: silver;
	text-decoration: underline;
	font-weight:bold;
	margin-bottom: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:36px;
	text-shadow: 2px 2px #333;
	
}

#galleryArea {
	width: 90%;
	height:auto;
	margin: 0 auto;
	float:left;
	background-color:#6A0000;
	font-size:14px;
	padding-left:15px;
	padding-right:35px;
		
}


#galleryArea a {
	color: #FFC;
	text-decoration: underline;
	font-weight:bold;
	
}

#galleryArea h1 {
	color: silver;
	text-decoration: underline;
	font-weight:bold;
	margin-bottom: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:36px;
	text-shadow: 2px 2px #333;
	
}

#galleryArea td{
	width:33%;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
#rightpanelArea {
	width: 300px;
	height:auto;
	margin: 0 auto;
	border:thick  #666;
	border-style:double;

	float:right;
	background-color: #6A0000;
	color:#FFC;
	padding: 20px;
		
}
#rightpanelArea a {
	color: white;
	font-size:14px;
	text-decoration: underline;
	font-weight:bold;
	
}
/*#auctionList {
	list-style:none;
	margin-top:20px;
	font-size:12px;
	margin-right:15px;
}*/

#auctionList li {
	list-style: square;
	margin-bottom:4px;
	font-size:14px;
	margin-left:50px;
}
#auctionList2 li {
	list-style: disc  ;
	margin-bottom:4px;
	font-size:14px;
	margin-left:100px;
}

#auctionList dl {
	float:left;
	margin-bottom:10px;
}


#auctionList dd {
	float:right;
	margin-bottom:10px;
}


#numberlist li {
	list-style: decimal;
	
	margin-bottom:4px;
	font-size:14px;
	margin-left:50px;
}


#logoArea {
	width: 350px;
	height: 125px;
	
	float:left;
}

#navArea {
	height: 65px;
	float:right;
	
}

#nav {
	list-style: none;
	margin-top: 2px;
	vertical-align:bottom;
	
	
	
}

#nav a {
	color: white;
	text-decoration: none;
	

}

#nav li {
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #252525;
	padding: 6px;
	border: 2px solid silver;
	border-radius: 5px;
	font-size:12px;
	font-weight:bold;
	

}

#nav li:hover {
	background-color:#6A0000;

}

p {
	margin-bottom:20px;
	
}

#footer {
	background-color: black;
	height:80px;
	width:100%;
	color: white;
	padding-top: 20px;
		
}

#footermenuArea {
	color: white;
	float:right;
	margin-right:100px;
	margin-top:1px;
	font-size:12px;

}

.button-gallery {
  background: #FFC600;
  border: 5;
  border-radius: 999px;
  color: #6A0000;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 700;
  outline: 0;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-gallery:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-gallery:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}
/* This is
a multi-line
comment */


/* @media (min-width: 768px) {
  .button-gallery {
    padding: 16px 48px;
  } */
}