
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/images/background.gif);
}

.home-page-image img {
	max-height: 216px;
	max-width: 216px;
	border: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Verdana;
}

.heading-wrap {
	width: 928px;
	margin: 0;
	padding: 0;
}

.heading {
	text-align: center;
	clear: both;
	margin-left: 75px;
}

.heading h1 {
	text-align: left;
	margin: 0;
	font: italic 48pt "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #eb0000;
	text-shadow: #333 2px 2px 0;
}

.heading h2 {
	text-align: left;
	font: italic large Georgia;
	margin: 0;
	padding: 0;
}



.page-container {
	width: 928px;
	margin: 0;
	padding: 0;
}

.containter-wrap: {
	width: 928px;
	margin: 0;
	width: 0;
}

.container {
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	padding: 0px 10px 0px 0px;
	width: 200px;
}

.left-box {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin: 5px;
	background-color: #fffffb;
}

.left-box h1 {
	text-transform: none;
	font: bold small Verdana;
	background-color: #fff;
}

.left-box ul li {
	text-transform: none;
	font-size: small;
}

.left-box ul li a:link, .left-box ul li a:visited {
	color: black;
}

.left-box h1 a:link, .left-box h1 a:visited {
	color: black;
	text-decoration: none;
}

.middle {
	text-align: center;
	top: 10px;
	left: 10px;
	width: 100%;
}

.middle h1 {
	text-align: left;
}

.middle p {
	text-align: left;
}

.middle table {
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
}

.right {
	float: right;
	padding: 0px 0px 0px 10px;	
	width: 250px;
	margin-right: 25px;
}

.footer {
	padding-top: 10px;
	clear: both;
	text-align: center;
}

.home-page-content {
	overflow: visible;
	clear: none;
}

.product {
}

.product-list {
	text-align: left;
}

.category-designs {
	margin-left: 50px;
}

.category-designs table tbody tr td p {
	text-align: center;
}

.product table tbody tr td {
	text-align: left;
}

.small-design-image-portrait {
	width: 162px;
	height: 216px;
}

.small-design-image-landscape {
	height: 162px;
	width: 216px;
}

.clearboth {
	clear: both;
}