* {
	margin: 0;
	padding: 0;
}
body {
	background: rgb(0,0,0);
	font: 100% Georgia,serif;
}
a img {border: 0;}
div#platinum {
	width: 94%;
	margin: 1em auto;
}
div#gold {
	position: absolute;
	width: 57%;
	left: 40%;
	top: 3em;
	background: rgb(224,228,232);
	color: rgb(4,8,160);
	border-bottom: 2px solid rgb(255,255,255);
}
#gold h1 {
	padding: 1% 3% 0;
	font: 109% "Trebuchet MS",sans-serif;
}
#gold p {
	padding: 0 1em 0.7em;
	border-bottom: 1px solid rgb(192,192,192);
}
#gold em {
	background: rgb(224,228,232);
	font-style: normal;
}
#gold ul {
	list-style-position: inside;
	list-style-image: url(gfx/tick.jpg);
	font-size: 109%;
}
#gold ul li{
	border-bottom: 1px solid rgb(192,192,192);
	padding: 0.5em;
}
div#silver {
	background: rgb(224,228,232);
	color: rgb(0,0,0);
	font-size: 109%;
	width: 35%;
	border-bottom: 2px solid rgb(255,255,255);
}
#silver ul {
	padding: 0.5% 5%;
	list-style-type: none;
	text-align: center;
}
#silver ul li {
	color: rgb(192,32,16);
	border-bottom: 1px solid rgb(192,192,192);
}
div#nav {
	position: absolute;
	top: 1em;
	right: 3%;
	width: auto;
}
#nav ul {
	float: right;
	width: auto;
	list-style-type: none;
	font: 92% "Trebuchet MS",sans-serif;
	color: rgb(255,255,255);
}
span.sp {
	font-size: 92%;
	color: rgb(192,32,16);
}
#nav li {display: inline;}
#nav li.page {color: rgb(160,160,160);}
#nav a {color: rgb(255,255,255);}
label {
	margin: 0.3em 0;
	display: block;
}
input.input {width: 62%;}
textarea {width: 93%;}

