@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(graphics/bg-creamtexture7_proj013.gif);
	background-repeat: repeat;
	background-color: #FBE8B5;
	font-family: Arial, Helvetica, sans-serif;	
}

/* Index or splash page */

#indexContent {
	top: 29px;
	width: 430px;
	margin-left: auto;
    margin-right: auto;
	font-size: x-small;
}

/* Site pages */

#nav {
	position: absolute;
	left: 28px;
	top: 39px;
	width: 53px;
	height: 509px;
}

#wrapper {
	position: absolute;
	left: 134px;
	top: 39px;
	width: 790px;
}

#bannerLogo {
	padding-bottom: 20px;
	text-align: right;
	clear: left;
}

#mainContent {
	width: 350px;
	font-size: small;
	float: left;
}
#rightContent {
	width: 400px;
	font-size: small;	/* original was x-small */
	font-weight: bold;
	float: right;
}

#leftEqualContent {
	width: 365px;
	font-size: small;
	float: left;
}
#rightEqualContent {
	width: 365px;
	font-size: small;
	float: right;
}

#leftMusicShopCont {
	width: 405px;		/* changed for The Raincoats Silver Vinyl which has a wide cover image of 160 - width orig 365 */
	font-size: x-small;
	font-weight: bold;
	/* color: #333; */
	float: left;
}
#rightMusicShopCont {
	width: 365px;
	font-size: x-small;
	font-weight: bold;
	float: right;
}

#footer {
	font-size: x-small;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}

/* Links */

a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}	
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
	text-decoration: underline;
}


/* specific text occurences */

.heading {
	font-size: medium;
	font-weight: bold;
}

.title {
	font-size: small;
	font-weight: bold;
}

.invisText {
	color: #FBE8B5;
}	