body {
	background: white;
}

/*<group=Header>*/

#header {
	background: #cc6633;
	font: 18px Georgia, Times New Roman, Times, serif;
	margin-bottom: 20px;
	padding: 1px 5px;
	width: 100%;
}

#header h1 {
	text-align: center;
	color: #330000;
	text-shadow: 2px 2px 3px #993300;
}

#header img {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
	
/*</group>*/

/*<group=Content>*/

#content {
	overflow: auto;
	width: 100%;
	max-width: 800px;
	font: 1em Georgia, Times New Roman, Times, serif;
	background: white;
}

#content .cover {
	width: 350px;
	left: 50%;
	position: relative;
	margin-left: -150px;
	margin-top: 30px;
}

#content .title {
	text-align: center;
	background: #cc6633;
	color: #330000;
	text-shadow: 2px 1px 2px #993300;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: -10px;
}

#content .title h2 {
	margin-top: -10px;
}

#content .description {
	text-align: justify;
	color: #330000;
	margin-top: -10px;
}

#content .description a {
	text-decoration: none;
	color: #300300;
}
	
/*</group>*/

/*<group=iTunes>*/

#itunes {
	background: #cc6633;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 5px;
	display: none;
}

#itunes img {
	clear: none;
	float: none;
	margin-bottom: -15px;
	border-width: 0;
}

#itunes p {
	font-family: Georgia, Times New Roman, Times, serif;
}

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

#itunes a:hover {
	text-decoration: underline;
}
	
/*</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>*/
