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

#center {
	width: 100%;
	max-width: 1000px;
	background: white;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #003300;
	border-left: 1px solid #003300;
	overflow: auto;
}

/* @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;
}
	
/* @end */

/* @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: block;
	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;
}
	
/* @end */

/* @group Albums */

#albums {
}

#albums img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.title {
	color: #400000;
	font-size: 0.8em;
	text-align: left;
}

.description {
	color: #660000;
	clear: both;
	border-bottom: #000000;
}

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

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

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

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

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

.description a:hover {
	text-decoration: underline;
}

.quotation {
	font-style: italic;
	text-align: left;
	padding-left: 1em;
}
	
/* @end */

/* @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;
}
	
/* @end */

/* @group General Info */

#generalinfo {
	text-align: center;
}

#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;
}
	
/* @end */
