body {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}
.oneColElsCtr #container {
	width: 695px;
	background: #FFFFFF;
	margin: 30px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent { }


#top {
	float: left;
	width: 100%;
}

#leftNav {
	float: left;
}
#pageContent {
	float: right;
	margin-left: 6px;
	width: 510px;
	height: 433px;
}
#pageContent img { border: 6px solid #A2BC1B; }


/* BOTTOM OF THE HOME PAGE */

#bottom {
	float: left;
	clear: both;
}

#titleBar {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#scroller {
	float: left;
	overflow: auto;
	height: 200px;
	width: 690px;
	background-color: #ccc;
	clear: left;
}
#scroller img {
	padding: 0px 5px;
}
#scroller table {
	padding: 5px 5px;
}

/* slide pages */

img.product {
	border: 6px solid #A2BC1B; 
}	

ul {
	margin: 0px 0px 0px 1em;
	padding: 0px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #A2BC1B;
}

#slideControls { font-size:12px; 	}
#slideControls a {
 color: #A2BC1B;
 	font-weight:bold;
}

#slideControls { margin-top: 20px; }
