body {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1em;}

/* containers for the header image and main content */

.headerImage {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

.contentHolder {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

/* where the text goes */

.content {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	float: left;
	border-right: 1px solid #580;
	padding-right: 1em;
}

/* where the right nav goes */

.rightNav {
	float: right;
	width: 25%;
}

/* style the right navigation */

.rightNavText {
	margin-left: 1em;
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d10;
}

p.rightNavText a:link {
	color: #d10;
	text-decoration: none;
	}

p.rightNavText a:visited {
	color: #d10;
	text-decoration: none;
	}


p.rightNavText a:hover {
	color: #d10;
	text-decoration: underline;
	}


p.rightNavText a:active {
	color: #d10;
	text-decoration: underline;
	}

/* other document elements */

h1, h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	margin-top: 18px;
}

h2 {
	color: #360;
}

h3 {
	font-size: 1em;
	font-weight: normal;
}

p.cdInfo {
	font-size: .8em;
	font-style: italic;
}

p.order {
	color: #360;
}

p.artistLinks {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}

p.credits {
	font-size: .8em;
	color: #333;
	margin-left: 18px;
}

span.toOrder {
	font-weight: bold;
	font-style: italic;
}

strong {
	color:#360;
}

/* no border on the tiny icons for cd covers since they are links */

img.icon {
	border: 0px;
	margin-top: 3px;
	float: right;
	clear: right;
}

img.headerHome {
	border: 0px;
}

img.cdMini {
	float: right;
	margin-left: 18px;
}


