body{
	margin: 0;
	padding: 0;
	background-color: black;
	font-family: arial, sans-serif;
	color: white;
	}

.BACKGROUND{
	position: fixed;
	background-image: url('gfx/right-border.png');
	right: 0;
	width: 190px; 
	height: 100%;
	}

.header-graphic{
	display: block;
	left: 0;
	right: 190px;
	top: 0;
	padding-left: 6%;
	border-bottom: 1px solid #ffcc66;
	}

.header-navigation{
	display: block;
	position: absolute;
	right: 190px;
	text-align: center;
	font-size: 12px;
	width: 560px;
	min-width: 400px;
	}
.header-navigation a{
	display: table-cell;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 190px;
	height: 22px;
	background-color: #222;
	color: #ffcc66;
	text-decoration: none;
	border-left: 1px solid #ffcc66;
	border-bottom: 1px solid #ffcc66;
	}
.header-navigation a:hover{
	background-color: #000055;
	color: white;
	}

.main{
	position: absolute;
	left: 0;
	right: 190px;
	top: 194px;
	border-top: 1px solid #ffcc66;
	border-bottom: 1px solid #ffcc66;
	padding: 6px;
	padding-left: 6%;
	padding-right: 6%;
	}

.address{
	position: fixed;
	bottom: 4px;
	right: 4px;
	color: #666;
	font-size: 8pt;
	text-align: right;
}