@font-face {
	font-family: BASKVILL;
	src: url('fonts/BASKVILL.TTF'),
		url('fonts/BASKVILL.eot'),
		url('fonts/BASKVILL.svg');
}
body {
	background: white url(images/paperBG-dark.jpg) top left;
	font-family: BASKVILL;
	font-size: 16px;
	color: black;
	margin: 0px;
	min-width: 750px;
	}
a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
* {
	margin: 0px;
	padding: 0px;
	border: none;
	}
h1 {
	font-size: 55px;
	padding: 35px 50px 0px 0px;
	margin: 0px;
	display: inline-block;
	font-weight: normal;
	}
h2 {
	margin-bottom: 0px;
	font-weight: normal;
	}
#title {
	height: 160px;
	display: inline-block;
	margin-bottom: -20px;
	}
#logo {
	float: left;
	padding: 10px 0px 10px 10px;
	}
.preview {
	float: left;
	padding-right: 10px;
	}
#cart {
	margin: 25px auto 0px auto;
	text-align: right;
	}
#description  {
	background: white;
	display: inline-block;
	padding: 10px;
	margin: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 500px;
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	}
#description p {
	margin: 0px 0px 5px 10px;
	}
#page {
	text-align: center;
	background: url(images/paperBG.jpg) top right;
	margin: 0px;
	}
#nav {
	margin: 0px;
	padding: 0px;
	text-align: right;
	min-width: 500px;
	}
#nav ul li {	
	list-style: none;
	font-size: 18px;
	display: inline-block;
	vertical-align: bottom;
	padding-left: 18px;
	height: 43px;
	text-align: center;
	margin: 0px;
	background: url(images/tab_01.png) no-repeat bottom left;
	}
#nav ul li.tabend{	
	background: url(images/tab_02.png) no-repeat bottom left;
	width: 18px;
	}
#nav ul li a {
	padding: 10px;
	margin: 0px;
	display: inline-block;
	color: black;
	text-decoration: none;
	font-weight: bold;
	}
#nav ul li a:hover {
	text-decoration: underline;
	}
.display {
	background: url(images/displaybg.png);
	display: inline-block;
	padding: 10px;
	margin: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 500px;
	text-align: center;
	vertical-align: top;
	} 
.display input {
	background: url(images/addtocart.png) 0px 0px;
	display: inline-block;
	width:120px;
	height:26px;
	margin:5px 5px 25px 5px;
	}	
.display input:hover {
	background: url(images/addtocart.png) 0px 26px;
	width:120px;
	height:26px;
	}
.page-bookmarks .display {
	width: 200px;
	}
.page-bookmarks .double .display {
	width: 400px;
	}
.double {
	display: inline-block;
	}
input.cart {
	background: url(images/viewcart.png) 0px 0px;
	display: inline-block;
	width:120px;
	height:29px;
	margin: 0px;
	}	
Input.cart:hover {
	background: url(images/viewcart.png) 0px 29px;
	}	
#info {
	background: white;
	display: inline-block;
	padding: 10px;
	margin: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 750px;
	text-align: left;
	font-size: 18px;
	}
#info img {
	margin: 0px 15px 0px 5px;
	float: left;
	}
#info h2 {
	margin: 10px 25px 25px 25px;
	}
.bio {
	height: 150px;
	display: block;
	margin-bottom: 10px;
	}