html, body {
	margin: 0px; border: 0px; padding: 0px;
	background-image: url(../images/bkgd_purple.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #260d1d;
}

/* navigation ----------------------- */
#navbox {
	position: relative;
	left: 0px;
	margin: 0; border: 0; padding: 0;
	width: 940px; height: 80px;
	background-image: url(../images/bkgd_nav.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}
#navlogo a {
	position: relative;
	top: 25px; left: 55px;
	height: 51px; width: 255px; display: block; 
}
#nav {
	position: absolute;
	top: 43px; left: 325px;
	margin: 0; border: 0; padding: 0;
	height: 33px;
	list-style: none;
}
#nav li {
	margin: 0; padding: 0;
	text-align: left;
	display: inline;
	list-style-type: none;
	}
	
/* trade page ----------------------- */
#trade1 {
	position: relative;
	margin: 0 auto;
	width: 940px; height: 568px;
	background-image: url(../images/bkgd_trade.jpg);
	background-position: left 80px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}
	#trade1 #content {
		position: relative;
		margin: 35px 80px 0;
		top: 0; left: 0;
		width: 900px; height: auto; min-height: 400px;
	}
	#trade1 #contentlocator {
		position: relative;
		margin: 35px 0px 0;
		top: 0; left: 0;
		width: 900px; height: auto; min-height: 400px;
	}
	#trade1 h1 {
	margin-bottom: 6px;
	font: 17px/20px Arial, Helvetica, sans-serif;
	color: #720F11;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.5px;
}
#trade1 p {
	font: 12px/21px Arial, Helvetica, sans-serif;
	color: #2F240F;
	text-align: left;
	font-weight: normal;
	}	
* a:link {color: #360824; text-decoration: underline;}
* a:visited {color: #360824; text-decoration: underline;}
* a:hover {color: #360824; text-decoration: none;}
* a:active {color: #360824;text-decoration: none;}

	#trade2 {
		position: relative;
		margin: 0 auto;
		width: 940px;
	}
	#trade2 #content {
		position: absolute;
		margin: 0 20px;
		width: 900px; height: auto; min-height: 400px;
		background-color: #8b6742;
	}
	#trade2 #content p {
		margin: 30px; padding: 0;
		font: 12px/15px Arial, Helvetica, sans-serif;
		color: #000;
	}
	