body {
	margin: 0;
	background-image: url(bskclogo140.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 1.5em;
	background-color: #000;
	color: #C29E3E;
	font-family: Arial, Helvetica, sans-serif;
	font: "Times New Roman", Times, serif;

}

a:link, a:visited {
	text-decoration: none;
	color: #c90404;
	background-color: transparent;
}
a:hover {
	color: red;
}


#header {
	position: relative;
	background-color: transparent;
	height: 5em;
}


#header .strapline {

	font: 300% "Rage Italic" cursive;
	color: #C29E3E;
	background-color: transparent;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 225px;
}


#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.5em;
	background-color: #000;
	color: #C29E3E;
	border-top: #778899;
	text-align: right;
	font: 110% Georgia, "Times New Roman", Times, serif;

}
html > body #footer {
  position: fixed;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	padding: 0.5em 1em 0.5em 1em;
	color: #C29E3E;
	background-color: transparent;
	font-size: 80%;
}
#footer a:hover {
	text-decoration: none;
		color: #fff;

}


#navpic {
	position: absolute;
	top: 165px;
	left: 0px;
	width: 170px;
	height: 490px;
	background-image: url(burleigh_vertical.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: absolute;


}



#nav {
	position: absolute;

	background-color: black;
	background-image: url(burleigh_menubg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-attachment: absolute;
	top: 155px;
	left: 40px;
	width: 170px;
	height: 490px;
	padding-top: 0px;
}
body > #nav {
	position: absolute;
}

#nav h2 {
	margin-top: 5px;
	margin-left: 15px;
	font: 180% Arial, serif;
	color: white;
	background-color: transparent;
}

#nav ul {
	margin-top: 2px;
	list-style: none;
	margin-left: 5px;
	padding-left: 0;
	font: 90% "Arial Black", serif;


}

#nav li {
	position: relative;
	font-size: 90%;
	margin-bottom: 4px;
}

#nav a:link , #nav a:visited {
  display: block;
  width: 157px;
  height: 27px;
  text-decoration: none;
  color: #000000;
  background-image: url('burleigh_button1.jpg');
  background-repeat: no-repeat;
  padding-left: 6px;
  padding-top: 2px;
}

#nav a:hover {
	color: red;
	background-image: url('burleigh_button2.jpg');

}

#content {
	margin: 20px 260px 0px 240px;
	padding: 1px; 

}


#content h1 {
	text-align: left;
	padding-right: 10px;
	padding-top:00px;
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #c90404;
}

#content hr {
	width: 85%;
	background-color:red;
	}

#content h2 {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	font: 130% Arial, serif;
	color: #c90404;
}
#content h3 {
	clear: both;
	text-align: left;
	padding-right: 10px;
	font: 120% Arial, serif;
	color: #C29E3E;
}


.leftimg {
	float:left;
	padding: 10px;
}

.rightimg {
	float:right;
	padding: 10px;
}

.cenimg {
	text-align: center;
	}

.ipcol {
	background-color: #E8F4FF;
	border: solid 1px #C5C5C5;
	}

.italic {
	font-style: italic;
	}


#content th {
	text-align: left;
	}

table {
		border-collapse: collapse;
		border-top: solid 1px #C29E3E;
		border-left: solid 1px #C29E3E;
		margin-top:5px;

	}

caption {
	text-align: left;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	}

.suspend {
		font-size: 70%;
		font-style: italic;
		}


td {

		padding: 10px;
		border-bottom: solid 2px #C29E3E;
		border-right: solid 2px #C29E3E;

	}

.price {
	text-align: right;
	}

#albumlist {
	list-style-type: none;
	width: 95%;
	}

#albumlist li{
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}
#albumlist img {
	display: block;
	border: 1px solid #333300;
}


#side2 {
	position: absolute;
	width: 210px;
	top: 90px;
	right: 10px;
	padding: 70px 10px 10px 10px;
}
#side2 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-bottom: 4px;
	color:#6B649E;
}
.adbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0 10px 0;
	border: 1px solid #C29E3E;
	background-color: transparent;
}