* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: #676767;
	outline: none;

    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

img {
	border: none;
    display: block;
}
input {vertical-align: middle}
#wrapper {
	width: 868px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 103px;

}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 32px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 10px 0 60px 280px;
}
#content h2 {
  font-size: 18px;
  font-weight: normal;
  color: #1E9185;
  margin-bottom: 20px;
}
#content p {
  margin-bottom: 10px;
}

#stats_block {
  margin-bottom: 60px;

}
#stats_block ul, #stats_block ol {
  margin-left: 30px;
}

#stats_table img {
  /*display: inline;*/
  float: right;
}

.left_col {
  text-align: right;
  width: 180px;
  font-size: 24px;
  color: #FFFFFF;
}
.left_col.title {
  text-align: left;
}
.left_col.title h2{
  margin-left: -10px;
}
.right_col {
  text-align: left;
  font-size: 16px;
  color: #5E5E5E;
  text-transform: uppercase;
}
#green, #pink, #yel, #gray {
  display: block;
  height: 39px;
  line-height: 39px;
  float: right;
}

span#green {
  background: url(images/stats-green-bg.jpg) top repeat-x;

}
span#pink {
  background: url(images/stats-pink-bg.jpg) top repeat-x;
}
span#yel {
  background: url(images/stats-yel-bg.jpg) top repeat-x;
}
span#gray {
  background: url(images/stats-gray-bg.jpg) top repeat-x;
}

.cont_block {
  padding: 0 0 20px 0;
}
.cont_block ul, .cont_block ol {
  margin-left: 30px;
  margin-bottom: 10px;
}
.cont_block ul, .cont_block ul li {
  list-style: none;
}
ul#ads {
  float: left;
  margin-right: 20px;
}

ul#ads li {
  background: url(images/ads-num-bg.jpg) left no-repeat;
  padding-left: 5px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
span.ads {
  font-size: 14px;
  font-weight: bold;
  color: #010100;
  padding-left: 20px;
}
span.ads a {
  color: #010100;
  text-decoration: none;
}
span.ads a:hover {
  color: #010100;
  text-decoration: none;
}
div#ads_img {

}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	margin-left: -100%;
	position: relative;
    font-size: 14px;
    padding-top: 85px;
}
.sb_block {
  padding-left: 12px;
}
#nav, #nav li {
  list-style: none;
}
#nav li {
  margin-bottom: 2px;
}

#nav li a {
  color: #535353;
  text-transform: uppercase;
  display: block;
  height: 31px;
  line-height: 31px;
  text-decoration: none;
  padding-left: 30px;
  font-weight: bold;
}

#nav li a:hover, #nav li a.active {
  background: url(images/sb-li-bg.jpg) top left no-repeat;
  color: #FFFFFF;
  text-decoration: none;

}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 768px;
	margin: -32px auto 0;
	height: 32px;


}
#footer img {
  display: inline;
   vertical-align: middle;
}
#footer p {
    text-align: center;
    line-height: 32px;
    color: #434545;
}

.clear {
  clear: both;
}
.trade_table td{
  padding: 1px 5px;
}













