@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/brochure-bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width: 950px;
	margin: auto;
}

#top {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 141px;
}

#trades {
	height: 300px;
	width: 930px;
	margin-top: 20px;
	float: left;
	margin-bottom: 20px;
}

#trades2 {
	height: 260px;
	width: 930px;
	margin-top: 30px;
	float: left;
}

#disclaimer {
	width: 900px;
	margin-top: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


#footer {
	height: 150px;
	width: 930px;
	margin-top: 30px;
	float: left;
}
