body {
	margin: 0;
	font-family: Tahoma, sans-serif;
	text-align: center;
	background: #FC6F02 url(images/logo_bg.jpg) repeat-x;
}
* {
	margin: 0;
	padding: 0
	}
#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
#header {
	position: relative;
	width: 1000px;
	height: 200px;
	text-align: left;
	background: #FC6F02 url(images/logo2.jpg) no-repeat left top;
	}
#header img{
	position: absolute;
	top: 136px;
	left: 386px;
	border: 0px;
	}
#header p {
	width: 270px;
	padding: 30px 0 0 12px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #003181;
	}
#header a.logolink {
    	position: absolute;
    	top: 20px;
    	left: 30px;
    	width: 590px;
    	height: 70px;
    	}
.thumbs {
	width: 1000px;
	text-align: center;
	padding-bottom: 5px;
	background: #FC6F02;
}
.titles {
	width: 1000px;
	height: 82px;
	clear: both;
	background: #FC6F02;
}
.titles img {
	border: 0px;
	}
.thumbs img {
	width: 240px;
	height: 180px;
	margin: 2px;
	border: 1px solid #FFFFFF;
}
.block {
	text-align: center;
	overflow: hidden;
	zoom: 1;
	width: 664px;
	height: 80px;
	margin: 10px 0 0 200px;
	padding: 50px 0 0 16px;
	background: url(images/block.jpg) no-repeat center top;
	}
* html .block {
	margin-left: 0;
	}
.block ul {
	padding-left: 40px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	float: left;
	}
.block ul a {
	text-decoration: none;
	color: #FFFFFF;
	}
.block ul a:hover {
	text-decoration: none;
	color: #000000;
	}
.traders {
	width: 1000px;
	float: left;
	font-size: 12px;
	padding-bottom: 5px;
	background: #FC6F02;
}
.traders div.column1 {
 	float:left;
	margin-left: 2px;
	}
* html .traders div.column1 {
 	float:left;
	margin-left: 1px;
	}
.traders div.column2 {
 	float:left;
	}
.traders div.column3 {
 	float:left;
	}
.traders div {
	padding: 0 1px;
	text-align: left;
}
.traders ul {
	width: 326px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	padding: 5px 0;
	color: #000000;
	border: solid #FFFFFF 2px;
}
.traders ul li{
	padding-left: 80px;
}
.traders a {
	text-decoration: none;
	color: #FFFFFF;
}
.traders a:hover {
	text-decoration: none;
	color: #000000;
}
p.archive {
	padding: 20px 0;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	}
p.archive a {
	padding: 0 2px;
	color: #FFFFFF;
	text-decoration: none;
	}
p.archive a:hover {
	color: #000000;
	}
#footer {
	width: 1000px;
	height: 82px;
	clear: both;
	color: #000000;
	background: #FC6F02 url(images/footer.jpg) no-repeat center top;
}
#footer p{
	font-size: 10px;
	font-weight: bold;
	padding:40px 30px 30px 30px;
	}
#footer a {
	text-decoration: underline;
	color: #660000;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}

