body {
	margin: 0px;
	background-color: #000000;
	color: #ffc879;
	font-family: sans-serif;
}

div#title {
	height: 150px;
	background-image:url(../images/titlebg.png);
	background-repeat:repeat-y;
	background-color: #000000;
	color: #ffc879;
	font-family: sans-serif;
}

div#navigation {
	float: left;
	width: 128px;
	height: 256px;
	background-image:url(../images/navbg.png);
	background-repeat:repeat-x;
	background-color: #ffc879;
	color: #000000;
	font-family: sans-serif;
}

div#navigation ul {
	list-style-type: none;
	line-height: 1.5em;
}

div#navigation ul a {
	text-decoration: none;
	color: #000000;
}

div#navigation ul a:hover {
	text-decoration: underline;
	color: #000000;
}

div#content {
	padding: 5px;
	padding-left: 140px;
	background-color: #ffc879;
	color: #000000;
	font-family: sans-serif;
}

div#content a {
	text-decoration: none;
	color: #804c00;
}

div#content a:hover {
	text-decoration: underline;
	color: #804c00;
}

div#content table {
	background-color: #ffc879;
	color: #000000;
}
div#content table tr th {
	background-color: #ffc879;
	color: #000000;
}
div#content table tr td {
	background-color: #ffc879;
	color: #000000;
}

div#footer {
	background-color:#000000;
	color:#ffc879;
	font-size: 60%;
	font-family: sans-serif;
}
