@charset "UTF-8";
body {
	font-family: 'century gothic',Verdana, Arial, Helvetica, sans-serif;
	background: #e2dfdb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 10pt;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 2px solid #ab986b;
	border-right:2px solid #ab986b;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
}
#mainContent {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#images {
	float:left;
	width:556px;
	}

#textContent {
	
	padding:0;
	margin:0;
	}
p.intro {
	font-size:14pt;
	}

h1 {
	font-size: 16pt;
	color: #990000;
	padding-bottom: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 14pt;
	margin: 0;
	padding-top: 0;
	}
h2 a,
h2 a:link,
h2 a:visited {
	color:#685800;
	text-decoration:none;
	}
h2 a:active,
h2 a:hover {
	text-decoration:underline;
	}
h2.purchase {
	padding-top:15px;
	text-transform:uppercase;
	color:#685800;
	font-size:18pt;
	}
table {
	border-width: 0;
	border-spacing: 2px;
	border-style: none;
	border-collapse: collapse;
	background-color: white;

	margin-top: 10px;
}
table th {
	border-width: 1px 0;
	padding: 1px 5px 1px 5px;
	border-style: dotted none;
	border-color: #F6AC23 white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: left;
	background-color: #F6AC23;
	color: white;
}
table td {
	border-width: 1px 0;
	padding: 5px;
	border-style: dotted none;
	border-color: gray white;
	background-color: white;
	font-size:10pt;
}
	