body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
	border: 0;
}

#wrapper-header {
	background-color: #eeeeee;
}

#header {
	width: 75%;
	height: 129px;
	line-height: 125px;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
	background-color: #eeeeee;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	float: left;
	width: 100%;
	background-color: 67696a;
	background-image: url(images/menu-background.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 008bc2;
	border-left-color: 008bc2;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 008bc2;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: 67696a;
}

#content {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

/* Image placement */

.productItem{
	width: 148px;
	height: 199px;
	text-align:right;
	background-image: url(images/terry.jpg);
}

.productItem1{
	width: 148px;
	height: 199px;
	text-align:right;
	background-image: url(images/murdockjean.JPG);
}

.productItem2{
	width: 148px;
	height: 199px;
	text-align:right;
	background-image: url(images/laurieschmuland.jpg);

}


.productUl{
    width: 750px;
    text-align:center;
    list-style-type:none;
    padding:5px;
    margin: 0;
} 

.productLi{
	width: 148px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	border: 1px solid 2c2b64;
	font-size: 80%;
	background-color: 2c2b64;
	background-image: url(images/menu-background.png);
	background-repeat: repeat-x;
	background-position: left top;
}

h2 {
	color: #2c2b64;
	padding-bottom: 3px;
	font-size: 150%;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2c2b64;
}

a:link, a:visited {
	color: #2c2b64;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin-left: 1em;
	text-align: left;
}
