body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;

	background-image: url(../images/skyBackground.gif);
	background-repeat: repeat-x;
}

a {
	color: #0971DC;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #0971DC;
}

a:visited:hover {
	text-decoration: none;
}

td {
	font-family: Verdana, Segoe UI, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
}

h2 {
	color: #666;
	font-size: 20px;
	font-weight: normal;

	margin: 0px 0px 0px 0px;
}


h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 13px 0px;
	text-decoration: none;
}

.titleDark {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
}

.titleLight {
	font-family: Arial, Helvetica, sans-serif;
	color: #A0A0A0;
	margin: 0px;
	text-decoration: none;
}

.titleLink {
	text-decoration: none;
}

a.titleDark {
	color: #666;
	text-decoration: none;
}

a.titleDark:visited {
	color: #666;
	text-decoration: none;
}

a.titleLight {
	color: #A0A0A0;
	text-decoration: none;
}

a.titleLight:visited {
	color: #A0A0A0;
	text-decoration: none;
}

.artistTile {
	width:	608px;
	margin-bottom: 30px;
}


#content {
	text-align: left;
	width: 650px;
	margin-top: 15px;
}

.blog_entry {
	width: 400px;
}

.itemTile {
	float: left;
	width: 150px;
}

.dropShadow {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #999;
}

.navLink {
	margin-right: 20px;
}

.navLinkSelected {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #A7A8B2;

	margin-right: 20px;
}

xdiv {
	border-width: 1px;
	border-style: solid;
	border-color: #009900;
}

.notForSale {
	color: #AAA;
}

.contact {
	margin-top: 15px;
}

.contact p {
	margin: 0px;
}

.pSpace {
	margin-left: 10px;
}

.noMargin {
	margin: 0px;s
}