body {
	color: black;
	background: lightcyan;
	font-family: arial, sans-serif;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	behavior: url("csshover3.htc");
	text-align: center;
	}

h1, h2, h3, h4 {
	font-family: arial, sans-serif;
	font-weight: bold;
	text-align: center;
	}

/*	Bodge for IE */

#allcontent {
	width: 920px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#indexpage #indexlink,
#musicpage #musiclink,
#bikespage #bikeslink,
#kazpage #kazlink,
#vmepage #vmelink,
#gotspage #gotslink
	{
	background: #ffcc00;
	}

a:link {
	color: navy;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
	}

a[href]:hover {
	color: black;
	background: #ff9900;
	}

a[href].logo:hover {
	color: black;
	background: #ffff66;
	}

a[href].curr_page:hover {
	color: blue;
	background: #ffcc00;
	}

a.logo {
	color: black;
	background: #ffff66;
	font-weight: normal;
	}

img { 	border: thin gray;
	}

#navigation {
	float: left;
	width: 160px;
	text-align: center;
	}

#navigation a {
	display: block;
	width: 100%;
	border: 1px solid;
	padding: 3px;
	text-align: center;
	}

#navigation a.logo {
	border: none;
	}

#navigation p {
	margin: 2px;
	padding: 0px;
	}

#content {
	float: right;
	text-align: center;
	padding: 10px;
	width: 700px;
	}

.centred {
	text-align: center;
	}

.centred table {
	margin-left: auto;
	margin-right: auto;
	}

.leftalign {
	text-align: left;
	}


