
body {
	margin: 0px;
	padding: 0px;
	background-color: #d0d0d0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 	
	text-align: center;		
	}
	
a {
	text-decoration: underline;
	color: black;
	}
	
img {border: none;}

h1 { 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 19px;
	padding: 5px 5px 9px 10px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 5px solid #FFCE21;	
	}
	

.main {
	position: relative;
	margin: auto;	
	width: 787px;	
	background-color:#ffffff;	
	color:#504f53;
	text-align:left;	
}

.menu {
  background-color: #b9bfc4;
  padding: 0px 0px 0px 50px;
  color: #0434b1;
  height: 25px;
  border-bottom: 1px solid #93969b;
}

  .menu a {
  font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif; ;
  display: block;
  float: left;
  color:#002776;
  font-weight: bold;
  padding: 4px 15px 5px 15px;
  font-size: 13px;
  text-decoration: none; 	
  background-color: #c3c8cd;
  margin-right: 35px;
  }
  
  .menu a:hover {
  text-decoration: underline;
  color:black;
  background-color: #e1e4e6;
  }
  
.content {
  color:#504f53;
  font-size: 10px;
  line-height: 1.7em;
}

.content-right {
line-height: normal;
font-size:16px;
  float: right;
  height: 545px;
  width: 251px;
  background-image: url(images/g2-bgright.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #d0d5d9;
  padding: 15px 15px 15px 15px;
  
}

.content-right a {
  color: #002776;
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
}

.content-right a:hover {
  color: black;
  text-decoration: underline;
  
}

.content-main {
  padding: 25px 260px 50px 50px;
} 

  .content-main a {
  color: #0434b1;
} 


.head {font-size: 12px;}

.footer {
  clear: right;
  background-color: #002776;
  color:white;
  padding: 4px 10px 5px 0px;
  text-align: right;
  border-top: 1px solid white;
}

.footer a {
  color:white;
  text-decoration: none;
  
}




/* AUCTION */ 

  
.promo-auction {
  text-align: left !important;
  width: 100%;
  height: 30px;
  background-image: url(/promo-auction/pa-bg.png);
  background-position: left top;
  background-repeat: repeat-x;
  border-top:1px solid black;
  border-bottom:2px solid black;  
  font-size: 11px;
  font-family: 'Verdana CE', Verdana, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE',  Arial, lucida, sans-serif;
  margin-bottom:10px;
}

.promo-auction img {
  float: left !important;
}

.promo-auction a {
  display: block;
  color: #fe220b;
  background-image: url(/promo-auction/pa-auction.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: bold;
  height: 25px;;
  padding-left:320px;
  padding-top:5px;
}



