body {
	background-color: black;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	color: silver;
	width: 650px;
	padding: 5px;
	background-image: url(background1.gif);
	background-repeat: repeat-y;
	background-position-x: center;
}

#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.5em;
}

#header img {
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#header p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 1em;	
}

#navbar a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#navbar {
	width: 650px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#navbar table td {
	width: 100px;
	padding-bottom: 5px;
	border-style: solid;
	border-color: silver;
	border-width: thin;
	text-align: center;
}

a:visited {
	color: silver;
	text-decoration: none;
}

a:hover {
	color: silver;
	border-bottom: thin dotted;
}

a:active {
	color: silver;
	border-bottom: thin dotted;
}

a:link {
	color: silver;
	border-bottom: thin dotted;	
}

#homepage {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}

.imageleft {
	float: left;
	padding: 0px;
	width: 243px;
}	
	
.imageright {
	float: right;
	padding: 0px;
	width: 243px;
}

.imagecentre {
	margin-left: auto;
	margin-right: auto;
}

#footer {
	text-align: center;
	clear: both;
}

#bottom {
	margin-left: auto;
	margin-right: auto;
}

#bottom img {
	margin-left: auto;
	margin-right: auto;
}

#thumbnails {
	margin-left: auto;
	margin-right: auto;
}

#thumbnails img {
	border-color: silver;
	border-style: solid;
	border-width: 2px;
	margin: 5px;
}

#thumbnails table td {
	text-align: center;
	width: 320px;
}

.imageleftdetail {
	float: left;
	padding: 20px;
}

.imagerightdetail {
	float: right;
	padding: 20px;
}

#detail p {
	text-align: center;
}

#navbar table {
	margin-left: auto;
	margin-right: auto;
}

#introduction p {
	text-align: center;
}

#mainnav1 td {
	padding: 10px 10px 10px 10px;
}

.here {
	background-color: white;
	color: black;
}

#w3c a {
	border-bottom: none;
}
