body {
	margin:0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	text-align:center;
}

th { font-size: 8pt; }
td { font-size: 7pt; text-align:left; }

/* Define properties for entire site */
.siteContainer {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border: 0px solid #ccc;
	width: 960px;
	text-align:left;
	overflow: none;
	}

/* Define properties for header area */
.headerContainer {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	height: 217px;
	width: 960px;
	border: 0px solid #ccc;
	}

/* Define properties for logo */
#logo {
	float:left;
	clear:right;
	width: 180px;
	height: 127px;
	padding:10px;
	border: 0px solid #009;
	}

/* Define properties for Flash animated banner */
#banner {
	float:left;
	clear:right;
	width: 750px;
	height: 150px;
	background-image: url(images/bgnd_tollfree.jpg);
	background-repeat: no-repeat;
	border: 0px solid #009;
	}

/* Define properties for top nav links */
#nav {
	float:left;
	clear:right;
	width:750px;
	height: 20px;
	margin-left:200px;
	border: 0px #333 solid;
	}

#spacerLeft {
	float:left;
	clear:right;
	width: 187px;
	height: auto;
	margin-right:13px;
	border: 0px solid #009;
	}

#spacerRight {
	float:left;
	clear:right;
	width: 740px;
	height: auto;
	border: 0px solid #009;
	}

/* Define properties for body container */
.bodyContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: auto;
	background-color:#FFFFFF;
	border: 0px solid #900;
	}

/* Define properties for left column of body */
#leftColContainer {
	float:left;
	clear:right;
	width: 200px;
	height: auto;
	margin-top:16px;
	border: 0px purple dashed;
	}

/* Define properties for e-newsletter signup */
#displaySignup {
	position:relative;
	width: 175px;
	height: auto;
	padding:5px;
	border: 1px #FF7200 solid;
	}

/* Define properties for msds downloads */
#displayDownloads {
	position:relative;
	width: 175px;
	height: auto;
	margin-top:20px;
	padding:5px;
	border: 1px #FF7200 solid;
	}

/* Define properties for company logos */
#logos {
	position:relative;
	width: 175px;
	height: auto;
	margin-top:20px;
	padding:5px;
	border: 0px #FF7200 solid;
	}

/* Define properties for centre column of body */
#centreColContainer {
	float:left;
	clear:right;
	width: 598px;
	height: auto;
	margin-top:16px;
	border: 0px purple dashed;
	}

/* Define properties for centre column of body (Products & Services, Microbulk page) */
#centreColContainerAlt {
	float:left;
	clear:right;
	width: 598px;
	height: 604px;
	margin-top:16px;
	background-image: url(images/bgnd_microbulk_left.jpg);
	background-repeat: no-repeat;
	border: 0px purple dashed;
	}

/* Define properties for About Us & Mission Statement */
#displayCentre {
	position:relative;
	width: 419px;
	height: auto;
	padding:5px;
	margin-bottom:20px;
	border: 1px #FF7200 solid;
	}

/* Define properties for Our History */
#displayCentreAlt {
	position:relative;
	width: 582px;
	height: auto;
	padding:5px;
	margin-bottom:20px;
	border: 1px #FF7200 solid;
	}

/* Define properties for promotional area */
#promotion {
	position:relative;
	width: 419px;
	height: auto;
	margin-top:20px;
	padding:5px;
	border: 1px #FF7200 solid;
	}

/* Define properties for promotional area */
#promotionAlt {
	position:relative;
	width: 175px;
	height: auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:5px;
	border: 1px #FF7200 solid;
	}

/* Define properties for right column of body */
#rightColContainer {
	float:right;
	clear:right;
	width: 152px;
	height: auto;
	margin-top:16px;
	border: 0px purple dashed;
	}

/* Define properties for right column of body  (Products & Services, Microbulk page) */
#rightColContainerAlt {
	float:left;
	clear:right;
	width: 152px;
	height: 604px;
	margin-top:16px;
	background-image: url(images/bgnd_microbulk_right.jpg);
	background-repeat: no-repeat;
	border: 0px purple dashed;
	}

/* Define properties for product enquiry form */
#displayRight {
	position:relative;
	width: 122px;
	height: auto;
	margin-top:20px;
	padding:5px;
	border: 1px #FF7200 solid;
	}

/* Define properties for 60 year logo */
#yearlogo {
	position:relative;
	width: 132px;
	height: auto;
	margin-top:289px;
	padding:5px;
	border: 0px #FF7200 solid;
	}

/* Define properties for footer area */
.footerContainer {
	width: 960px;
	overflow: auto;
	clear:both;
	border: 0px solid #090;
}

