* {
	margin: 0;
	padding: 0;
}
html {
    background: #586D8C url(images/wrap-bg.jpg) bottom repeat-x  ;
}

body {
	font: 12px    Tahoma, Arial, sans-serif;
    color: #586D8C;
	width: 100%;
    background: url(images/body-bg.jpg) top repeat-x  ;
}
a {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
    display: block;
}
input {vertical-align: middle}
#wrapper {
	width: 936px;
	margin: 0 auto;

}


/* Header
-----------------------------------------------------------------------------*/
#header {
   height: 165px;

}


/* Middle
-----------------------------------------------------------------------------*/

#content {
  width: 936px;
  margin: 0 auto;
  background: url(images/cont-bg.jpg) top repeat-y;
}
#content_inc {
  background: url(images/cont-down-bg.jpg) bottom no-repeat;
  overflow: hidden;
  height: 1%;
}

.block {
  width: 936px;
  margin: 0 auto;
  overflow: hidden;
}
.block_ins {
  background: url(images/block-bg.jpg) repeat-y;
}
.block_up {
  width: 936px;
  height: 53px;
  background: url(images/block-up-bg.jpg) top no-repeat;
  font-size: 26px;
  color: #FFF;
}
.block_up p {
  padding: 14px 0 0 50px;
  text-transform: uppercase;
}

.thumbs {
  margin: 0 auto;
}
.thumbs img {
  border: #4B85DB 1px solid;
  /*margin: 1px*/;
}

.block_menu {
  width: 936px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.trade_table {
  width: 99%;
  margin: 15px auto;
  font-size: 17px;

}
.trade_table a {
  color: #FFFFFF;
  text-decoration: none;
}

.trade_table td {
  width: 25%;
  text-align: center;
  line-height: 34px;
}

.trade_table img {
  display: inline;
  vertical-align: bottom;
}

.block_trade {
  width: 623px;
  margin: 25px auto;
  overflow: hidden;

}
.block_trade_up {
  width: 623px;
  height: 68px;
  background: url(images/friends-up-bg.png) top no-repeat;
}

.block_trade_ins {
  width: 623px;
  background: url(images/friends-bg.png) top repeat-y;

}


.block_trade_up p {
  font-size: 26px;
  color: #FFF;
  padding: 10px 0 0 150px;
  text-transform: uppercase;
}
#traders {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}
#traders li {
  list-style: none;
}

#traders td {
  width: 33%;
}
#traders a {
  color: #FFFFFF;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    text-align: center;
    font-size: 11px;
    color: #000A2A;
    font-weight: bold;
    height: 38px;
    line-height: 38px;

}

#foot_link {
  font-size: 24px;
  font-weight: bold;
}
#foot_link a {
  color: #FFF;
}

.clear {
  clear: both;
}





















