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/bg.png) repeat-x top #6e4649;
	font-family: Arial, Helvetica, sans-serif;
	color: #dcd0bd;
}

#welcome {
	font-size: 12px;
	width: 220px;
	text-align: center;
	display: block;
	margin-top: 0px;
}


h1 {
	font-family: 'Arial Black';
	font-size: 30px;
	letter-spacing: -2px;
	text-transform: uppercase;
	color: #ffd33c;
}


.container {
	background: #ffd33c;
	width: 960px;
}

.container tr {
text-align: center;
}

.container td a {
	text-align: center;
}

.container a img {
	border: 2px solid #000000;
	margin: 3px;	
	width: 150px;
	height: 200px;
	}
	
.container a:hover img {
	border: 2px solid #fbc91c;
}


.trader {
	width: 960px;
	margin-top: 15px;
	margin-bottom: 15px;

}

.trader td {
	background: url(images/trader_bg.png) center no-repeat;
	height: 92px;
	width: 320px;
	padding-top: 10px;
}	


.trader tr {
	text-align: center;
}

.trader td a {
	font-family: 'Arial Black';
	color: #570910;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
}

.trader td {
	font-size: 16px;
	color: #cf1700;
	text-transform: uppercase;
}


.adv {
	margin-bottom: 20px;
}	

.adv p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding: 10px;
}
.adv a {
	font-family: 'Arial Black';
	font-size: 30px;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fd513c;
}	

.adv a:hover {
	text-decoration:underline;
}

.adv img {
	border: 2px solid #ff543e;
}

.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: 25px;
	height: 25px;
	font-weight: bold;
	font-size: 11px;
	color: #ffd33c;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;	
	padding-right: 4px;
	
}	

.archive a:hover {
	color: #e8393f;
}

li {
list-style: none;
}

.top {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #f8f5fd;
	font-family: 'Arial Black';
	letter-spacing: -1px;
}

.top li a {
	color: #570910;
	text-decoration:none;
}

.top li a:hover {
	color: #fd513c;
	text-decoration:none;
}


.trade {
	font-size: 14px;
	color: #dfd3c0;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
}

.trade a {
	color: #ffe162;
	text-decoration:none;
}

.friendly_links {
	width: 950px;
	margin-top: 20px;
}
.friendly_links p {
	width: 180px;
	padding: 3px;
	margin: 1px;
	background-color: #000;
	border: 1px solid #fff;
	font-size: 12px;
	float: left;
}
.friendly_links p a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}
.friendly_links p a:hover {
	color: #bddb22;
}



