* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 85%;
	background-color: #CCC;
}
h1 {
	font-size: 1.4em;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
#container {
	min-height: 100%;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 85%;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(gfx/white.png);
	border: 1px solid #FFF;
}
* html #container {
	height: 100%;
}
#header {
	text-align: center;
	padding: 0px;
	border: 1px solid #FFF;
	background-image: url(gfx/signpost.jpg);
	height: 280px;
	width: 710px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#right {
	padding: 0px;
	float: right;
	width: 222px;
	border: 1px solid #FFF;
	background-image: url(gfx/white.png);
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	font-weight: normal;
}

#left {
	padding: 0px;
	float: left;
	text-align: left;
	width: 462px;
	background-image: url(gfx/white.png);
	border: 1px solid #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#navigation {
	clear: both;
	border: 1px none #333;
	text-align: left;
	color: #CCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#copy {
	padding: 10px;
	margin: 0px;
	line-height: 150%;
}
#foot {
	text-align: center;
	clear: both;
	padding: 5px;
	border: 1px solid #FFF;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: url(gfx/white.png);
	font-size: 90%;
}
a:link {
	color: #969;
	text-decoration: none;
}
a:visited {
	color: #969;
	text-decoration: none;
}
a:hover {
	color: #606;
	text-decoration: underline;
}
#pics {
	background-attachment: scroll;
	background-image: url(gfx/370.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	text-align: center;
	border: 1px solid #CCC;
}
ul {
	margin-left: 20px;
}
#header {
}
#colourbomb {
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
p.test {
	font-style: italic;
	
}
#test {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	border: 1px solid #FF9;
	line-height: 150%;
	background-color: #FFd;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #636;
	font-size: 1.2em;
}
li {
	text-align: left;
	padding: 3px;
}
input {
	margin: 4px;
	padding: 4px;
	border: 1px solid #999;
	background-color: #FFF;
}
select {
	margin: 4px;
	padding: 4px;
	border: 1px solid #999;
	background-color: #FFF;
}
#email {
	text-align: left;
	margin: 0px;
	font-weight: bold;
	padding: 20px;
}
.right {
	font-weight: lighter;
	text-align: right;
}
