body {
	padding: 0; margin: 0;
	height: 100%;
	background: #010838;
	color: #FFF;
	font: 8pt Trebuchet MS;
	}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font: 16pt Trebuchet MS;
	text-decoration: underline;
	}

h2	{
	right: 10px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font: 8pt Trebuchet MS;
	font-weight: bold;
	}
h3	{
	margin: 0px;
	padding: 0px;
	font: 10pt Trebuchet MS;
	font-weight: bold;
	}

#site {
	position:absolute;
	left:50%;
	top:50%;
	width:800px;
	height:600px;
	margin-left:-400px;
	margin-top:-300px;
	border: 1px solid #FFF;
	background-image: url("background.png");
	display: block;
	overflow: hidden;
	}

#header {
	position: relative;
	margin-left: 3px;
	margin-top: 14px;
	width: 794px;
	height: 143px;
	}
#navigation {
	position: relative;
	display: block;
	margin-top: 4px;
	float: right;
	right: 30px;
	border-right: 1px solid white;
	}

#navigation a {
	font: 10pt Trebuchet MS bold;
	color: #FFF;
	width: 60px;
	display: block;
	text-align: center;
	float: left;
	border-left: 1px solid white;
	}

#navigation a:link, #navigation a:active, #navigation a:visited {
	text-decoration: none;
	}

#navigation a:hover {
	text-decoration: none;
	color: #008;
	background: white;
	}

#content {
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
	}

#content a:link, #content a:active, #content a:visited {
	text-decoration: underline;
	color: #FFF;
	background: transparent:
	}

#content a:hover{
	text-decoration: none;
	}
#kirbystar{
	float: right;
	}
li {
	list-style-type: none;
	margin-left: 6px;
	}
table {
	margin: 0px;
	padding: 0px;
	font: 8pt Trebuchet MS;
	width: 100%;
	border-collapse: collapse;
	}
table th {
	text-align: left;
	font: 10pt Trebuchet MS;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding: 1px;
	}
table tr td {
	vertical-align: top;
	margin: 0px;
	padding: 1px;
	}