body
{
	font-family: Times New Roman, serif;
	color: #E9FFF0;
	background-color: black;
	
}

#logo
{
	width: 20%;
	margin: auto;
}

#header
{
	margin: auto;
	margin-top: 7em;
}

#index
{
	text-align: center;
}

#index a:link, #index a:visited, #menuitems a:visited
{
	text-decoration: none;
	color: #426798;
}

.label a:link, .label a:visited
{
	text-decoration: none;
	color: #E9FFF0;
}


.artist a:link, .artist a:visited
{
	text-decoration: none;
	color: #E9FFF0;
}

#homepage
{
	text-align: center;
}

#homepage img
{
	border: none;
	
}

#menubar
{
	position: fixed;
	background-color: black;
	top: 0px;
	left: 0px;
	height: 7em;
	width: 100%;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	padding: 0 0 0 .4%;
	z-index: 1;
}

#menubar img
{
	border: none;
}

ul#menuitems
{
	
	padding: 5px;
	font-family: Times New Roman, serif;
}

#menuitems li
{
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px .5% 0px .5%;
	width: 13%;
	border-color: black;
	border-width: 1px;
	border-style: solid;
} 

#menuitems a:link, #menuitems a:visited
{
	text-decoration: none;
}

#menuitems a:hover
{
	text-decoration: none;
}

.album
{
	padding-top: 10px;
	width: 60%;
	margin: 0px auto;
}
	

h1
{
	font-family: Georgia, New York, serif;
	font-weight: normal;
	text-align: center;
	color: #C90C0D;
	font-size: 1.5em;
}

.artist
{
	font-size: 1.3em;
	line-height: 1.3em;
	margin: .1em auto 0px auto;
}

.title
{
	font-size: 1.2em;
	line-height: 1.2em;
	margin: .1em auto 0px auto;
}

.formatrow
{
	font-size: 1.2em;
	line-height: 1.2em;
	margin: .1em auto 0px auto;
}

.price
{
	color: #426798;
}

.description
{
	color: #F2FF62;
}

.coverpicture
{
	width: 20%;
	margin-left: 0px;
	float: left;
	text-align: right;
	position: relative;
	right: 15px;
	z-index: 0;
}

.coverpicture img { border: 1px white solid; }

.paypal
{
	float: right;
}