html, body {
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 100%;
	position: absolute;
}

#maincontent {
	width: 1000px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin: 0 auto;
}

#left {
	width: 261px;
	padding-right: 25px;
	float: left;
	height: 743px;
}

#right {
	width: 714px;
	float: right;
	height: 743px;
	text-align: left;
}

#content {
	width: 221px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	height: 366px;
	line-height: 1.5;
}

#contenttrade {
	width: 251px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	height: 389px;
	line-height: 1.3;
}	
	
#maincontent h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  }
  
a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #333333;
}
.nav {
	padding-top: 6px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
}