* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

body {
	background: #6b3201 url(images/header-bg.jpg) repeat-x;;
	color: #f3df8c;
	margin: 0px;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
	text-align: center;
	min-height: 101%;
	font-size: 100.01%;
}

a {
	color: #f3df8c;
	line-height: 20px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	position: relative;
	text-align: center;
	width: 790px;
	margin: auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 790px;
	height: 200px;
	text-align: center;
}

#headertrade {
	background: url(images/header-trade.jpg) no-repeat;
	width: 790px;
	height: 200px;
	text-align: center;
}

#content {
	background: #2b1604 url(images/content-bg.jpg) repeat-x top;
	margin: 0px;
}

.search {
	padding-top: 35px;
}

.search table {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.search td {
	line-height: 25px;
	background-color: #954a05;
	color: #eec371;
	text-align: center;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
}

.search a {
	background-color: #954a05;
	color: #eec371;
	display: block;
}

.search a:hover {
	background-color: #6b3201;
}

#col1 {
	float: left;
	width: 130px;
	border: 1px solid #673001;
	margin-top: 5px;
	margin-left: 5px;
}

#col1 ul {
	margin: 0px;
}

#col1 ul li {
	list-style: none;
	color: #f3df8c;
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica;
	text-align: left;
	text-indent: 15px;
}

#col1 h2 {
	background: #251303 url(images/col1-top.jpg) no-repeat top;
	color: #eec371;
	font-size: 16px; font-family : Comic Sans MS;
	text-align: left;
	text-indent: 10px;
	line-height: 30px;
	margin: 0px;
	font-family: Comic Sans MS;
}

#col1 a {
	color: #f3df8c;
	line-height: 20px;
	text-decoration: none;
}

#col1 a:hover {
	text-decoration: underline;
}

#col2 {
	width: auto;
	margin-top: 5px;
	margin-left: 145px;
}

#col2 h1 {
	color: #f3df8c;
	font-size: 22px;
	font-family: Comic Sans MS;
	text-align: right;
}

#col2 table {
	width: 100%;
}

#col2 th {
	color: #f3df8c;
	font-size: 16px;
	font-family: Comic Sans MS;
	border-top: 1px #f3df8c solid;
}

#col2 th div.floatleft {
	float: left;
}

#col2 th div.floatright {
	float: right;
}

#col2 img {
	margin: 5px;
}

/* trader styles */

.bigtable {
  text-align: center;
  margin: auto;
  position: relative;
}

.bigtable ul{
  text-align: left;
  margin: auto;
  position: relative;
  margin-left: 15%;
  color: #f7d14a;
  padding: 10px;
}

.headline {
  font-weight: bold;
  color: #f76d4a;
}

