body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	background-image: url(/images/backgrounds/parchment.jpg);
	margin: 0px;
	padding: 0px;
}
a {
	color: black;
}
.mainbody {
	font-family: Georgia, Times, "Times New Roman", "New York", serif;
	font-size: 10pt;
	width: 750px;
	background-color: white;
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black; 
	display: block;
	overflow: visible;
	clear: all;
}
.mainbody li {
	font-size: 10pt;
}
.about {
	font-family: Georgia, Times, "Times New Roman", "New York", serif;
	font-size: 10pt;
	padding: 10px;
	float: right;
	text-align: left;
	width: 450px;
}
.about li a.selected {
	font-weight: bold;
	text-decoration: none;
}
.leftcontent {
	padding: 0px 10px 10px 10px;
	float: left;
	text-align: left;
	width: 250px;
}
.leftcontent img {
	border: 1px solid black;
	margin: 5px;
}
.leftcontent .caption {
	text-align: center;
	font-size: 8pt;
	width: 250px;
}
.buy {
	padding: 0px 10px 10px 10px;
	float: left;
	text-align: left;
	width: 250px;
}
.nav {
	display: block;
	height: 40px;
}
.speaker {
	margin: 5px 0px 0px 0px;
	float: left;
	width: 40px;
	display: inline;
}
.listen {
	margin: 5px 0px 0px 0px;
	float: left;
	width: 175px;
	display: inline;
}
.listen ul li {
	list-style-image: url(/images/misc/musicnote.png);
}
.footer {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	margin: 15px;
	text-align: center;
	width: 600px;
	letter-spacing: 2px;
	display: block;
}
.footer a {
	text-decoration: none;
	color: #999999;
}
.msg {
	border: 1px dotted red;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	width: 700px;
	height: 25px;
	background: #eeeeee;
	text-align: left;
}
.msg img {
	float: left;
	padding: 3px;
}
.msg .text {
	float: left;
	font-size: 10px;
	color: black;
	margin: 3px;
}
.photogallery {
	border: 1px solid black;	
}
.inventory {
	font-family: Georgia, Times, "Times New Roman", "New York", serif;
	font-size: 10pt;
	margin: 0px 0px 20px 0px;
}
.inventory .photo {
	padding: 10px 0px 0px 0px;
	float: left;
	width: 150px;
}
.inventory .photo img {
	border: 1px solid black;
}
.inventory .description {
	padding: 10px;
	width: 575px;
	float: right;
	text-align: left;
}
.inventory .buybutton {
	float: right;
}
.inventory .price {
	float: left;
	font-family: Georgia, Times, "Times New Roman", "New York", serif;
	font-size: 10pt;
	padding: 10px 0px 0px 0px;
}

.showinventory {
	font-family: Georgia, Times, "Times New Roman", "New York", serif;
	font-size: 10pt;
	margin: 0px 0px 20px 0px;
}
.showinventory table tr td {
	background: white;
	font-family: Verdana, Arial, Helvetica, "San Serif";
	font-size: 8pt;
	margin: 0px;
}	
.showinventory table tr td img {
	border: none;
}	
.showinventory .photo {
	padding: 10px 0px 0px 0px;
	float: left;
	width: 260px;
}
.showinventory .photo img {
	border: 1px solid black;
}
.showinventory .description {
	padding: 10px;
	width: 465px;
	float: right;
	text-align: left;
}
.showinventory .buybutton {
	float: right;
}
.showinventory .price {
	float: left;
	font-family: Georgia, Times, "Times New Roman", "New York", serif;
	font-size: 10pt;
	padding: 10px 0px 0px 0px;
}

.instructions {
	width: 80%;
	font-size: 8pt;
	font-style: italic;
	margin: 0px 0px 10px 0px;
}
.copyright {
	font-size: 8pt;
	color: #999999;	
	margin: 10px 0px 10px 0px;
}
.copyright a {
	text-decoration: none;
	color: #999999;	
}
.index {
	font-family: Georgia, Times, "Times New Roman", "New York", serif;
	font-size: 10pt;
	padding: 10px;
	text-align: left;
}
