/* CSS Document */

* {
 margin: 0;
 padding: 0;
}
body {
	text-align: center;
	background-color: #006699;
}
#page {
	margin: 0 auto;
	width: 985px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url("http://www.gatekeepers.org.uk/images/gfx/pbg.gif");
	background-repeat: repeat-y;
}
#header {
	background-image: url("http://www.gatekeepers.org.uk/images/gfx/topbanner.jpg");
	background-repeat: no-repeat;
	background-position: top;
	border-bottom: double 3px #006699;
	width: 985px;
	height: 150px;
}

#content-primary {
	float: right;
	width: 675px;
	padding: 10px;
}
#header #logo img {
	margin: 10px;
}

#content-secondary {
	float: right;
	width: 289px;
	overflow: visible;
}
#footer {
	clear: right;
	background-image: url(../images/gfx/pbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 15px;
	border-top: double 3px #006699;
}
#footer p {
	text-align: center;
	font-family: "Lucida Sans";
	font-size: 10px;
}
#footer #ev {
	text-align: center;
	font-family: "Lucida Sans";
	font-size: 10px;
	margin-top: 20px;
	color: #000099;
}
#footer #gk {
	text-align: center;
	font-family: "Lucida Sans";
	font-size: 14px;
}
.clear {
 clear: both;
}
