html {
    max-width: 1280px;
	margin-left: auto;
	margin-right: auto
}

body {
	background-color: #ffffff;
	color: #111111;
	font-family: geneva, verdana, 'sans-serif';
	font-size: 11px
}

div#header {
	font-size: 36pt;
	color: #111111;
	position: relative;
	left: 20%;
	width: 80%;
	padding: 5px, 5px, 10px, 5px;
}

div#top-deco {
	position: fixed;
	top: 5px;
	height: 8px;
	left: 20%;
	width: 80%;
	background-color: #ccccff;
	z-index: 2
}

div#top-deco-backing {
	position: fixed;
	top: 0px;
	height: 10px;
	width: 100%;
	z-index: 1;
}

div#navbar {
	position: fixed;
	right: 80%;
	width: 20%;
	padding-right: 5px;
	margin-left: 10px;
	color: #aaaaff;
	text-align: right;
	list-style-type: none;
}

div#main-content {
    position: absolute;
    top: 0%;
	left: 20%;
    width: 65%;
    padding-top: 8px;
	padding-left: 5px;
	padding-right: 20px;
	margin-right: 10px;
    z-index: 0;
}

div#bottom-deco {
	position: fixed;
	bottom: 5px;
	height: 8px;
	left: 0%;
	width: 80%;
	z-index: 2;
	background-color: #771111
}

div#bottom-deco-backing {
	position: fixed;
	bottom: 0px;
    left: 0px;
	height: 10px;
	width: 100%;
	z-index: 1;
	background-color: #ffffff
}

.nav_focused {
	font-weight: bold;
}

.thin {
	font-weight: 100
}

a:link { 
	color: #aa2222;
	text-decoration: none
}

a:visited {
	color: #999999;
	text-decoration: none
}

a:hover {
	color: #aa2222;
	text-decoration: underline
}

a:active {
	color: #111111
}

a.internal:link { 
	color: #aaaaff;
	text-decoration: none
}

a.internal:visited {
	color: #aaaaff;
	text-decoration: none
}

a.internal:hover {
	text-decoration: underline
}

a.internal:active {
	color: #111111
}

ul.navbar {
	list-style-type: none
}