body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#center {
	left: 50%;
	position: absolute;
	width: 750px;
	margin-left: -375px;
	background: white;
	padding-right: 10px;
	padding-left: 10px;
}

/*<group=Header>*/

#header {
	background: #663300;
	padding: 2px;
	clear: both;
	float: none;
	z-index: 1000;
	display: block;
	height: 115px;
	border-bottom: 1px solid #003300;
}

#header img {
	float: left;
	margin: 3px 10px 3px 3px;
}

#header h1 {
	text-align: left;
	color: #ffffff;
	font-size: 2em;
	text-shadow: 3px 3px 4px #333333;
	margin: 1px;
	padding: 2px;
}
	
/*</group>*/

/*<group=iTunes Banner>*/

#itunes {
	font-size: 0.8em;
	margin-bottom: 30px;
	margin-top: 20px;
	border-bottom: 2px solid #003300;
	border-top: 2px solid #003300;
	background: #663300;
	padding: 5px 5px 5px 10%;
	position: relative;
	float: none;
	clear: both;
	display: none;
	height: 30px;
}

#itunes img {
	border-width: 0;
}

#itunes a {
	text-decoration: none;
	color: #ffffff;
}

#itunes a:hover {
	text-decoration: underline;
	text-shadow: 1px 1px 1px #333333;
}
	
/*</group>*/

/*<group=Albums>*/

#albums {
	font: 12pt Times New Roman, Times, serif;
	color: black;
}

#albums img {
	float: none;
	clear: both;
	margin: 20px 5px -20px;
}

.title {
	color: #400000;
	font: bold 12pt Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: -20px;
}

.title h2 {
	margin-top: -15px;
}

.description {
	color: #660000;
	clear: both;
	border-bottom: #000000;
	margin-top: -15px;
}

.description ul {
	margin: 0;
	padding: 0;
}

.description li {
	list-style: disc inside;
	text-align: justify;
}

.description li span {
	font-weight: bold;
}

.description a {
	text-decoration: none;
	color: #660000;
}

.quotation {
	font-style: italic;
	text-align: justify;
	padding-left: 1em;
}
	
/*</group>*/

/*<group=Order Banner>*/

#order {
	background: #ff0000;
	float: none;
	clear: both;
	margin-top: 10px;
	padding: 0.1em 5px;
	display: block;
}

#order p {
	color: #ffffff;
	text-align: center;
	font-size: 1em;
}

#order a {
	text-decoration: none;
	color: #ffcc33;
}

#order a:hover {
	text-decoration: underline;
}
	
/*</group>*/

/*<group=General Info>*/

#generalinfo {
	text-align: center;
	display: none;
}

#generalinfo img {
	float: none;
	clear: both;
}

#generalinfo h1 {
	font-weight: bold;
	font-size: 1em;
}

#generalinfo p {
	color: #336699;
}

#generalinfo a {
	text-decoration: underline;
	color: #003399;
}

#generalinfo a:visited {
	color: #003300;
}

#generalinfo a:hover {
	text-decoration: none;
	color: #ff6600;
}
	
/*</group>*/
