html {
	color: black;
	background-color: white;

	font-family: verdana, helvetica, arial, sans-serif;
}

body {
	position: relative;
	color: #0000a2;

	width: 1024px;
	height: 768px;

	max-width: 1024px;
	max-height: 768px;

	background-image: url(/images/background.png);
	background-repeat: no-repeat;
	background-position: top left;

	font-family: verdana, helvetica, arial, sans-serif;

	margin: 0 auto;
	padding: 0;
}

ul#nav-main {
	list-style-type: none;

	margin-top: 50px;
	padding: 0 0 0 10px;
}

ul#nav-main li {
	margin: 7px 0 0 0;
	padding: 0;

	height: 38px;
}

ul#nav-main li a {
	margin: 0;
	padding: 0;

	height: 38px;
}

h1#title {
	margin: 0;
	padding: 0;

	margin-left: 300px;
}

img.menu-image {
	border: none;

	margin: 0;
	padding: 0;
}

div#content {
	width: 760px;
	height: 530px;

	max-width: 760px;
	max-height: 530px;

	position: absolute;

	top: 205px;
	left: 220px;

	overflow-y: scroll;
}

a {
	color: #0000a2;
}

div#copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #d0b784;

	margin: 0 10px 5px 0;

	font-size: 80%;
}


div#copyright a {
	color: #d0b784;
}



