body {
		font-size: 14px;
		font-family: Georgia, "Times New Roman", Times, serif;
		background-color: #990000;
		color: #ffe480;
		
	}
	a {
		color: #ffe480;
		text-decoration: none;
	}
	a:hover {
		color: #fff;
	}
	#wrapper {
		width: 810px;
		margin: 0 auto;
	}
	#wrapper.index {
		text-align: center;
	}
	ul.index {
		margin: 0 auto;
		width: 320px;
		text-align: left;
	}
	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 44px;
		font-weight: normal;
		margin-bottom: 60px;
		letter-spacing: 1px;
	}
	#footer {
		padding:0;
		margin:0;
		padding-top: 100px;
		padding-bottom: 20px;
		text-align: center;
		clear: both;
	}
	div.break {
		clear: both;
		margin-top: 100px;
		height: 50px;
	}
	div.smallbreak {
		clear: both;
		height: 50px;
	}
	body #wrapper h1 {
		text-align: center;
	}
	ul#menu li {
		float: left;
		width: 70px;
		list-style-type: none;
		font-size:13px;
		margin-bottom: 20px;
	}
	ul#products {
		width: 810px;
		margin: 0;
		padding: 0;
		padding-top: 30px;
	}
	ul#products li {
		clear: both;
		list-style-type: none;
		display: block;
		margin: 0;
		padding: 0;
		margin-top: 0px;
		width: 810px;
		border: 1px solid #990000;
		height: 220px;
		min-height: 220px;
	}
	ul#products li div.text {
		vertical-align: middle;
		width: 300px;
		text-align:center;
		display: table-cell;
		height: 220px;
	}
	ul#products li div.product {
		width: 810px;
		clear: both;
		display: table-cell;
		vertical-align: middle;
		min-height: 220px;
	}
	ul#products li:hover {
		cursor: pointer;
		border: 1px solid #ffe480;
	}
	ul#products li div.image {
		text-align: center;
		width: 260px;
		height: 200px;
		display: table-cell;
		vertical-align: middle;
	}
	ul#products li div.image img {
		margin: auto;
		padding: 20px;
		display: block;
		height: 150px;
		vertical-align: middle;
	}
	ul#products li a img {
		border: 0;
	}
	ul#products li div.price {
		
		height: 220px;
		width: 250px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}
	ul#products li p {
	}
	ul#categories {
	clear: both;
	width: 850px;
	margin: 0;
	padding: 0;
	}
	ul#categories li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	margin: 5px;
	padding: 0;
	text-align: center;
	padding-bottom: 0;
	border:1px solid #ffe480;
	height: 250px;
	}
	ul#categories li:hover {
		cursor: pointer;
	}
	ul#categories li p {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	ul#categories a img {
	border: 0;
	width: 250px;
	height: 250px;
	}
	ul#categories.links img {
	width:250px;
	height:250px;
	}
	ul#categories.links li {
		width: 250px;
		height: 250px;
		padding: 5px;
	}
	ul#categories.links li p {
		height: 250px;
		width: 250px;
		display: table-cell;
		vertical-align: middle;
	}
	ul#categories.archives img {
	width:250px;
	height:215px;
	}
	ul#categories.archives li {
		width: 250px;
		height: 250px;
        padding: 5px;
		font-size: 11px;
	}
	ul#categories.archives li p {
		height: 250px;
		width: 250px;
		display: table-cell;
		vertical-align: middle;
		}
		ul#categories.shop img {
	width:250px;
	height:215px;
	}
	ul#categories.shop li {
		width: 250px;
		height: 250px;
        padding: 5px;
		font-size: 11px;
	}
	ul#categories.shop li p {
		height: 250px;
		width: 250px;
		display: table-cell;
		vertical-align: middle;
		}