html {height: 100%;} 
body {min-height: 101%;} 
div#leftborder{
    background: repeat-x left top
    }

div#rightborder{
    background: transparent repeat-x right top;
    text-align: center; /*this for ie centering*/
    }

div#content{
	margin: 0px auto;
	text-align: left;
	width: 800px;
    }
div#candnav {
 height: 15px;
 width: 100%;
 border-top: solid #000 2px;
 border-bottom: solid #000 2px;
 background-color: #626262;
}
div#candnav ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 15px;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
}
div#candnav li {
	list-style-type: none;
	display: inline;
}
div#candnav li a {
 text-decoration: none;
 padding: 0px 15px;
 color: #FFF;
}
div#candnav li a:link {
 color: #FFF:
}
div#candnav li a:visited {
 color: #fff;
}
div#candnav li a:hover {
 color: #FFF;
 background-color: #337E91;
}
div#heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #626262;
	letter-spacing: -2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
	display: block;
	text-align: right;
	margin-bottom: 20px;
	clear: both;
	padding-top: 5px;
}
div#bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	clear: both;
}
.albumleft {
	margin-right: 10px;
	border: 1px solid #000000;
	margin-top: 0px;
	clip:   rect(auto auto auto auto);
	padding: 0px;
	top: 0px;
	float: left;
}
a:link {
	font-weight: bold;
	color: #337E91;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: 337E91;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #337E91;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: 337E91;
	text-decoration: none;
}
.albumright {
	text-align: left;
	border: 1px solid #000000;
	margin-left: 10px;
	float: right;
}
.albumtracks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #337E91;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
}
.pictureright {
	text-align: left;
	border: 1px solid #000000;
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
}
div#photo {
	border: 1px solid #000000;
	margin-bottom: 15px;
	float: left;
	}
.photocap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #626262;
	text-align: right;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
div#record {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	display: block;
	float: left;
	}
div#centralise {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: none;
	}
div#tinyrecord {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div#tinyrecord ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#tinyrecord li{
	float: left;
	margin-right: 4px;
}
.border {
	border: 1px solid #000000;
}
