/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffe7ba;
}
body {
	background-color: #18454f;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
}
a:link {
	color: #ffe7ba;
}
a:visited {
	color: #ffe7ba;
}
a:hover {
	color: #ffe7ba;
}
a:active {
	color: #ffe7ba;
}

#bodyarea {
	margin: 0px;
	padding: 25px;
	background-color: #1f626f;
	width: 730px;
	text-align: left;
}
#bodyhome {
	margin: 0px;
	padding: 0px;
	background-color: #1f626f;
	background-image: url(images/home_mainimg.jpg);
	background-repeat: no-repeat;
	height: 616px;
	width: 780px;
	text-align: left;
}
form {
	margin: 0px;
	padding: 0px;
}
#whatsnew {
	background-image: url(images/home_whatsnew.gif);
	width: 365px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8c937f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 322px;
	padding-top: 23px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	clear: both;
}
#footer {
	font-size: 85%;
	background-image: url(images/footerback.gif);
	background-repeat: repeat-x;
	height: 20px;
	text-align: center;
	padding-top: 6px;
	clear: both;
}
.whatsnewtitle {
	font-size: 130%;
	font-weight: bold;
}
.whatsnewtext {
	font-size: 95%;
}
#bandphoto {
	width: 374px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #ffe7ba;
}
#posterphoto {
	width: 320px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #ffe7ba;
}
.price {
	font-size: 170%;
	font-weight: bold;
	color: ffe7ba;
}
#purchasebox {
	background-color: #18454f;
	padding: 10px;
	border: 1px solid #8c937f;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#darkline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #18454f;
	border-right-color: #18454f;
	border-bottom-color: #18454f;
	border-left-color: #18454f;
	margin-top: 20px;
	padding-bottom: 20px;
}
#clearall {
	clear: both;
}
