html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border:none;
	background-image: url(images/brick-bkg.jpg);
}
p {
}
a:link {
	color: #669933;
}
a:hover {
	background-color: #C1D9A9;
	color: #666666;
}
a:visited {
	color: #999999;
}
h1 {
	font-size: 140%;
	color: #cc6600;
}
h2 {
	font-size: 110%;
	border-bottom: 1px solid #5E7049;
	margin-bottom: -10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #62794A;
}
h3 {
	font-size: 100%;
	color: #333333;
}
ul {
}
li {
	line-height:1.35;
	margin-top: 12px;
}
.note {
	font-size:85%;
	font-style:italic;
	line-height: 1;
}
#productList {
	vertical-align:top;
	margin-top:0;
	margin-bottom:0;
	line-height:1;
	font-size:100%
	}
	#productList p {
	color: #333333;
	font-weight: bold;
	margin: 5px auto 0;
	}

/* ------------------------------------------------
LAYOUT IDs
-------------------------------------------------*/
#banner {
	background-image: url(images/banner-bkg.jpg);
}
#container {
	background:#fff;
	background-image: url(images/sidebarShadow.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#leftColumn {
	width: 145px;
	float:left;
	background-color: #333333;
	color: #FFFFFF;
	margin: 0px 15px 0px 25px;
/*	background-image: url(images/sidebarShadow.gif);
	height: 80%;
	min-height: 80%;
*/	
}
	#leftColumn h2 {
	color:#C1D9A9;
	}
	#leftColumn p {
	font-weight:bold;
	color: #D9E6CC;
	}
	#leftColumn a:link, #leftColumn a:visited {
	color: #B8D198;
	font-weight:normal;
	}
	#leftColumn a:hover {
	background-color: #7C9462;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
	}
#mainContent {
	padding: 10px;
	padding-right: 35px;
	margin-left: 185px;
	padding-bottom: 175px;
}
#mainContent p {
	line-height:1.35;
}
#mainContent ul {
	font-size: 100%;
}
#footer {
	bottom:0;
	background-color: #7C9462;
	color: #FFFFFF;
	text-align: right;
	font-size: 75%;
	background-image: url(images/border-L.jpg);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0;
	margin-bottom: -2px;
}
	#footer p {
		padding: 4px;
		margin:0;
}
#rssFeed {
	width:250px;
	float:right;
	background-color: #9CC076;
	text-align: center;
	padding: 5px;
}
#photoSidebar {
	float: right;
	width: 250px;
	margin-left: 15px;
}
