body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 

body {
	background: url(images/BKG.jpg) #fef6bd;
	font-family: Arial, Helvetica, sans-serif;
	color: #fffceb;
}


#welcome, #footer-text {
	font-size: 11px;
	text-align: center;
	padding-left: 14px;
	padding-top: 20px;
	text-transform: uppercase;
	width: 130px;
}

#footer-text {
	width: 140px;
	padding-left: 40px;
	padding-top: 40px;
}

#footer-text a {
	color: #ffe11a;
	font-size: 12px;
	text-transform: uppercase;
}



.hall-of-fame h1, .archive-bg h1 {
	font-family: 'Arial Black';
	font-size: 23px;
	letter-spacing: -2px;
	color: #ffe11a;
	padding-left: 40px;
}

.archive-bg h1 {
	color: #bedb39;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}


.container {
	background: #023647;
    width: 920px;
}

.container .hall-of-fame {
	background: url(images/hall_fame_fame.png) no-repeat left;
	height: 34px;
	text-align: left;
}

.container .archive-bg {
	background: url(images/archive-bg.png) no-repeat left;
	height: 34px;
	text-align: left;
}

.container tr {
text-align: center;
}

.container td a {
	text-align: center;
}

.container a img {
	border: 1px solid #1f8a70;
	margin: 1px;	
	width: 150px;
	height: 200px;
	}
	
.container a:hover img {
	border: 1px dashed #ffe11a;
}


.archive {
	font: 12px;
	font-weight: bold;
	color: #232324;
}

.archive a, .archive strong {
	float: left;
}

.archive a {
	background:url(images/archive-button.png) 0px 0px no-repeat;
	display: block;
	width: 27px;
	height: 27px;
	font-weight: bold;
	font-size: 12px;
	color: #ffd33c;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;	
	padding-right: 2px;
	
}	

.archive a:hover {
	color: #bedb39;
}

.trader {
	width: 960px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.trader td {
	background: url(images/trader_BG.png) 0px 0px no-repeat;
	height: 108px;
	width: 319px;
	padding-top: 18px;
	text-align: center;	
}	

.trader td span {
	display: block;
	padding-left: 45px;
	padding-right: 45px;
}


.trader tr {

}

.trader td a {
	font-family: 'Arial Black';
	color: #fd7400;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
}

.trader td {
	font-size: 10px;
	color: #004358;
	text-transform: uppercase;
	letter-spacing: -1px;
}

li {
list-style: none;
}

.top {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-family: 'Arial Black';
	letter-spacing: -1px;
	line-height: 1.4em;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.top li a {
	color: #bedb39;
	text-decoration: none;
}

.top li a:hover {
	color: #f26646;
	text-decoration: none;
}




