/*
	custard: #ffc;
	purple: #303;
*/

body {
	margin: 0;
	background-color: #ffc;
	background-image: url(../pix/maptile.jpg);
	color: #303;
}
p, td, ul, ol, li, blockquote, h1, h2, h3, h4, h5 {
	color: #303;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, td, ul, ol, li, blockquote {
	font-size: 12px;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
h3, h4, h5 {
	font-weight: bold;
}
h3 {
	margin: .5em 0;
	padding: 0;
	font-size: 16px;
}
h4 {
	margin-bottom: .5em;
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
small {
	font-size: 90%;
}
big, .larger {
	font-size: 120%;
}

.fleft {
	float: left;
	margin-right: 10px;
}
.fright {
	float: right;
}

a {
	color: #60C;
	text-decoration: none;
}
a:hover {
	color: #F9F;
	background-color: #303;
}
a:visited {
	color: #C6C;
}
a:active {
	color: #ffc;
	background-color: #ffc;
}
h1 a:hover {
	background-color: transparent;
}

div#menu {
	position: relative;
	width: 636px;
}
div.menulink {
	position: relative;
	float: left;
	height: 61px;
	width: 106px;
}
div.homelink {
	position: absolute;
	height: 61px;
	width: 106px;
}
div.menulink a, div.homelink a {
	position: absolute;
	left: 0;
	height: 61px;
	width: 106px;
	background: transparent top left no-repeat;
}
div.menulink a:hover, div.homelink a:hover {
	background-position: 0 -61px;
	background-color: transparent;
}

div#homemenu {
	position: relative;
	margin: 0 auto;
	width: 561px;
	height: 438px;
}
div#homecentre {
	position: absolute;
	top: 43px;
	left: 75px;
}

.white {
	color: #fff;
}
.custard, .custard * {
	color: #ffc;
}
.phead {
	font-weight: bold;
	font-size: 120%;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

body#popup {
	background-color: #ffc;
}
div#poppic {
	margin: 0 auto;
	top: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#popup img {
	border: 1px solid #303;
}

div#hometop, #hometop table {
	margin: 0 auto;
	text-align: center;
}

div#randtesti {
	width: 70%;
	margin: 0;
	border: 2px dotted #303;
	padding: .5em;
}
#hometop #randtesti {
	margin: .5em auto;
	border-color: #ffc;
}
#randtesti p, .testi p {
	margin: 0;
	padding: 0;
	font-size: 85%;
}
#hometop #randtesti p {
	color: #ffc;
}
div.testi {
	margin: 1em 0 .5em;
	border-bottom: 2px dotted #303;
	padding-bottom: .5em;
}
p.comment {
	text-align: left;
}
p.source {
	font-style: italic;
	text-align: right;
}
p.more {
	text-align: right;
}

ul.tight {
	margin-bottom: 1em;
}
ul.tight li {
	margin-bottom: 0;
}
