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.jpg) repeat-x top #dffdff;
	font-family: Arial, Helvetica, sans-serif;
	color: #232324;
}


#welcome {
	font-size: 12px;
	width: 185px;
	padding-left: 8px;
	text-align: center;
	display: block;
	margin-top: 0px;
}

h1 {
	font-family: 'Arial Black';
	font-size: 30px;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.container {
	background: #232324;
	width: 100%;
}

.container tr {
text-align: center;
}

.container td a {
	text-align: center;
}

.container a img {
	border: 2px solid #fbf8ff;
	margin: 3px;	
	width: 150px;
	height: 200px;
	}
	
.container a:hover img {
	border: 1px solid #e8393f;
}


.trader {
	width: 960px;
	margin-top: 15px;
	margin-bottom: 15px;

}

.trader td {
	background: url(images/TraderBG.png) center no-repeat;
	height: 76px;
	width: 320px;
}	


.trader tr {
	text-align: center;
}

.trader td a {
	font-family: 'Arial Black';
	color: #e8393f;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
}

.trader td {
	font-size: 14px;
	font-family: 'Arial Black';
	text-transform: uppercase;
}


.adv {
	margin-bottom: 20px;
}	

.adv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 20px;
}

.adv a {
	font-family: 'Arial Black';
	font-size: 30px;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #e8393f;
}	

.adv a:hover {
	text-decoration:underline;
}

.adv img {
	border: 2px solid #7bdfff;
}


.archive {
	font: 14px;
	padding-top: 4px;
	font-weight: bold;
	color: #232324;
	width: 341px;

}

.archive a, .archive strong {
	float: left;
}

.archive a {
	background:url(images/archive.png) 0px 0px no-repeat;
	display: block;
	width: 31px;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #232324;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;	
	
}	

.archive a:hover {
	color: #e8393f;
}


.trade {
	font-size: 12px;
	color: #232324;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
}

.trade a {
	color: #e8393f;
	text-decoration:none;
}

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: #fe8355;
	text-decoration:none;
}

.top li a:hover {
	color: #e8393f;
	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;
}



