* {
	margin: 0;
	padding: 0;
}
html {
    background: #000A2A url(images/body-bg.jpg) bottom repeat-x  ;
}

body {
	font: 12px Verdana, sans-serif;
    color: #FFFFFF;
	width: 100%;
    background: url(images/bg.jpg) top repeat-x  ;
}
a {
	color: #0091FF;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
    display: block;
}
input {vertical-align: middle}
#wrapper {
	width: 1100px;
	margin: 0 auto;
}


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

}

#menu_top {
  width: 1100px;
  height: 36px;
  background: url(images/head-desc-bg.jpg) no-repeat;
  font-size: 11px;
  font-weight: bold;
  color: #000A2A;

}
#menu_top p {
  padding: 0 350px;
}


/* Middle
-----------------------------------------------------------------------------*/

#content {
  width: 1100px;
  margin: 0 auto;
  background: url(images/content-top-bg.jpg) top no-repeat;
}

.block {
  width: 963px;
  margin: 0 auto;
  overflow: hidden;
}
.block_ins {
  background: url(images/block-bg.png) repeat-y;
}
.block_up {
  width: 963px;
  height: 61px;
  background: url(images/block-up-bg.png) top no-repeat;
  font-size: 18px;
  color: #000A2A;
}
.block_up p {
  padding: 26px 0 0 225px;
}

.thumbs {
  margin: 0 auto;
}
.thumbs img {
  border: #FFFFFF 1px solid;
  margin: 2px;
}

.block_menu {
  width: 963px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.trade_table {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;

}
.trade_table a {
  color: #FFFFFF;
  text-decoration: underline;
}

.trade_table td {
  width: 25%;
  text-align: center;
  line-height: 33px;
}

.trade_table img {
  display: inline;
  vertical-align: bottom;
}

.block_trade {
  width: 713px;
  margin: 0 auto;
  overflow: hidden;
}
.block_trade_ins {
  width: 713px;
  background: url(images/trade-block-bg.png) top repeat-y;

}

#traders {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
}
#traders li {
  list-style: none;
}

#traders td {
  width: 33%;
}
#traders a {
  color: #FFFFFF;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	/*height: 79px; */
    padding: 20px 20px 0 20px;
    text-align: center;
    font-size: 11px;
    color: #000A2A;
    font-weight: bold;
}

#foot_link {
  height: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
}

.clear {
  clear: both;
}






















