@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	background-color: #ECF2FF;
	text-align:center;
}
h1 {
	font-size: 26px;
	font-weight: bolder;
	text-transform: capitalize;
}
h2 {
	font-size: 20px;
	font-weight: bolder;
	text-transform: capitalize;
}

.div_main {	
	WIDTH: 1000px;
	TEXT-ALIGN: center;
	margin-left: auto;
	margin-right: auto;
}


.div_box {	
	WIDTH: 840px;
	TEXT-ALIGN: center;
	margin-left: auto;
	margin-right: auto;
}


.thumb {	border: 1px solid #D50000;
}
.thumbs_box {	
	/*WIDTH: 950px;*/
	TEXT-ALIGN: center;
	margin-left: auto;
	margin-right: auto;
	float:left;
	font-size:10px;
}


/* trades */
.trade_box {
	WIDTH: 200px;
	height:110px;
	TEXT-ALIGN: center;
	FLOAT: left;
}

.trade_box a{
	color:#993333;
	font-size:16px;
}