.funky {
	font-family:enviro, comic-sans, serif;
	font-weight:bold;
}

.item {
	border-bottom: 2px solid #990000;
	border-top: 2px solid #990000;
	padding: 10px 0px;
}

.itemText {
}

.headImage {
}

.itemImage {
	max-height:100px;
	border-bottom:1px solid #990000;
	padding:5px 10px;
}

.itemImgRight {
	vertical-align:top;
	float:right;
	padding:1px 3px;
	margin:0px 3px;
}

.itemImgLeft {
	vertical-align:top;
	float:left;
}

.itemAudRight {
	vertical-align:top;
	float:right;
}

.itemLinkRight {
	vertical-align:top;
	float:right;
	height:80px;
	width:120px;
	border:2px solid #990000;
	padding:20px 12px;
}

.itemAudio {
	border-bottom:1px solid #990000;
	padding:5px 10px;
}

.itemLink {
	border-bottom:1px solid #990000;
	padding:5px 10px;
}

.mainHeader {
	background-color:#990000;
	color:#ffffff;
	font-weight:bold;
	padding:17px 7px;
	margin-right:2px;
}

.formHeader {
	float:left;
	width:120px;
	color:#000000;
}
.mainSection {
	text-align:left;
	padding:20px 15px;
	background-image:url('images/book_cover_piano.png');
	background-repeat:repeat-y;
	background-position:top center;
}

.bodySection {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background-color:#ffffff;
	background-image:url('images/shadow-right.png');
	background-repeat:repeat-y;
	background-position:top right;
	border:1px solid #000000;
	border-bottom:0px;
	border-right:0px;
}

.footSection {
	background-image:url('images/shadow-bottom.png');
	background-repeat:repeat-x;
	background-position:bottom right;
	padding:20px;
	border-top:3px solid #990000;
	margin-top:10px;
}

html {
	min-height:100%;
	margin-bottom:1px;
}

body {
	background-color:#aaaaaa;
	background-image:url('images/bg.png');
	background-repeat:repeat-y;
	background-position:center center;
	text-align:center;
}

p {
	text-indent:2em;
}

li {
	margin-left:20px;
}

textarea {
	white-space:normal;
}

a:hover, a:link, a:visited, a:active {
	font-family:arial, sans-serif;
	text-decoration:none;
	color:#ff0000;
}

.storeCell {
	border:1px solid #000000;
	padding:5px 2px;
	width:100px;
	text-align:center;
}
.storeCellDesc {
	border:1px solid #000000;
	padding:5px 2px;
	width:300px;
	text-align:justify;
}
.storeName {
	font-weight:bolder;
	font-size:large;
	padding:10px 2px;
}
.storeSmall {
	font-size:10px;
}
.storeImage {
	float:left;
	width:100px;
	height:100px;
	text-align:center;
	padding:3px;
}
.storePrice {
	padding:6px 10px;
	font-weight:bold;
}
