body {
	background: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	line-height: 160%;
	}
th {
	text-align: left;
	background-color: #ccc;
	}
td, th {
	padding: 7px 12px;
	border: 1px solid #999;
	}
table {
	margin: 0 1em;
	border-collapse: collapse;
	}

#page {
	text-align: left;
	width: 600px;
	margin: 0 auto;
	}

#banner {
	background: url('../img/banner-bg.jpg');
	width: 600px;
	height: 279px;
	}
#banner h1 {
	padding: 0;
	margin: 0;
	position: relative;
	top: 75px;
	left: 215px;
	}
#navigation ul {
	margin: 0;
	padding: 0.2em;
	text-align: center;
	background: #838;
	}
#navigation li {
	display: inline;
	list-style-type: none;
	margin-left: 0;
	padding: 0 1em;
	}
#navigation a:link,
#navigation a:visited {
	color: #fff;
	text-decoration: none;
	}
#navigation a:hover,
#navigation a:active {
	text-decoration: underline;
	}


#content {
	background: #fff;
	padding: 1em 1em;
	}
h1 {
	font-weight: normal;
	font-size: 2em;
	margin-top: 1.3em;
	}
h2	{
	margin-top: 1.3em;
	font-weight: normal;
	font-size: 1.5em;
	}

#footer	ul	{ margin-left: 0; padding-left: 0; text-align: right;}
#footer li	{ display: inline; }
#footer li img	{ border: 0; margin: 0 2px; }
