/*This centre body should centre everything for Win IE5-6 which ignores auto margins, but you also then have to set the containers text alliance to the left or all the text goes to the centre*/
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
}
#apology
{
	border:red 0px solid;
	color: #FFFFFF;
	text-align: center;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding:5px 0 0 0;
	position:absolute;
	top:0;
}
	#apology a:link, #apology a:visited{
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
	}
	#apology a:hover {
		text-decoration: none;
		color: #ffffff;
	}
#container
{
	color: #FFFFFF;
	text-align: left;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 4%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#update {
	text-align: center;
	margin-top: 30px;
}
h1 {
	font-size: 18px;
	padding-top: 28px;
	text-align: center;
	padding-bottom: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
	color: #000000;
}
h3 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0.3em;
	padding-bottom: 1em;
	line-height: 1.1em;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
#header {
	height: 16px;
	color: #FFFFFF;
	margin-bottom: 6px;
}
#indexpanel {
	margin-bottom: 10px;
	background-color: #FF9900;
	background-image: url(images/mainpage_artwork.jpg);
	height: 415px;
	width: 700px;
}
#leftnav {
	height: 250px;
	width: 248px;
	float: left;
	line-height: 120%;
	font-weight: bold;
	color: #000000;
	padding-left: 46px;
	font-size: 12px;
	padding-top: 146px;
}
#rightnav {
	height: 382px;
	width: 276px;
	float: right;
	font-weight: bold;
	color: #000000;
	padding-top: 14px;
}
#rightnav ol {
	padding-left: 6px;
	margin-left: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 130%;
	margin-top: 2px;
	margin-bottom: 6px;
}
#amazon {
	height: 70px;
	text-align: center;
}
#footbar {
	margin-top: 40px;
	text-align: center;
	height: 60px;
}
#footbar a:link, #footbar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	font-size: 10px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.orangebold/*------ various classes ------*/
 {
	font-weight: bold;
	color: #FF6600;
}
.bluebold {
	font-weight: bold;
	color: #000099;
}
.orange {
	color: #FF6600;
}
.orangelight {
	color: #FF8000;
}
.greybold {
	color: #666666;
}
.white {
	color: #FFFFFF;
}

