* {
	margin: 0;
	padding: 0;
}

body {
	background: black;
}

#header {
	height: 160px;
	width: 100%;
	text-align: center;
}
#menu {
	width: 120px;
}

#footer {
	position: absolute;
	left: 120px;
	right: 120px;
	bottom: 0;
	height: 18px;
	width: expression(document.body.ClientWidth - 240 + "px"); /* IE fix */
	background: #050505;
	color: #fbfbd8;
}
#footer_left {
	position: relative;
	float: left;
	left: 16px;
	margin: 2px 0;
	font: 10px verdana;
}
#footer_right {
	position: relative;
	float: right;
	right: 16px;
	margin: 2px 0;
}
#footer_right ul {
	list-style: none;
}
#footer_right li {
	margin: 0 6px;
	float: left;
	font: italic 10px verdana;
}
#footer_right a {
	font: 10px verdana;
	text-decoration: none;
	color: #fbfbd8;
}
#footer_right a:hover {
	text-decoration: underline;
}

#border_tl {
	position: absolute;
	left: 120px;
	top: 160px;
	width: 16px;
	height: 16px;
	background: url("img/Pattern5_topleft.bmp") no-repeat;
}
#border_t {
	position: absolute;
	left: 136px;
	right: 136px;
	top: 160px;
	width: expression(document.body.clientWidth - 272 + "px");
	height: 16px;
	background: url("img/Pattern5_top.bmp") repeat-x;
}
#border_tr {
	position: absolute;
	right: 120px;
	top: 160px;
	width: 16px;
	height: 16px;
	background: url("img/Pattern5_topright.bmp") no-repeat;
}
#border_l {
	position: absolute;
	left: 120px;
	top: 176px;
	bottom: 0;
	width: 16px;
	height: expression(document.body.clientHeight - 176 + "px");
	background: url("img/Pattern5_left.bmp") repeat-y;
}
#border_r {
	position: absolute;
	right: 120px;
	top: 176px;
	bottom: 0;
	width: 16px;
	height: expression(document.body.clientHeight - 176 + "px");
	background: url("img/Pattern5_right.bmp") repeat-y;
}
#content {
	position: absolute;
	left: 136px;
	right: 136px;
	top: 176px;
	bottom: 0px;
	width: expression(document.body.clientWidth - 272 + "px");
	height: expression(document.body.clientHeight - 176 + "px");
	background: url("img/Pattern5.bmp") repeat fixed;
	overflow: auto;
	padding: 24 0 24 0;
}

p.header {
	position: relative;
	left: 0px;
	top: 47px;
	width: 100%;
	text-align: center;
	color: #FBFBD8;
	font: bold 48px times;
}
img.header {
	vertical-align: middle;
}

div.menuitem_disabled {
	width: 100%;
	text-align: center;
	margin: 18px 0;
	color: #FBFBD8;
	font-weight: bold;
}
div.menuitem {
	width: 100%;
	text-align: center;
	margin: 18px 0;
	color: #FBFBD8;
	font-weight: bold;
}
div.menuitem_heading {
	width: 100%;
	text-align: center;
	margin: 48px 0 18px 0;
	color: #FBFBD8;
	font-weight: bold;
	text-decoration: underline;
}

#content p {
	position: relative;
	left: 9%;
	width: 82%;
	margin: 18px 0;
	text-align: center;
	color: #FBFBD8;
	font-weight: bold;
}

#content h1 {
	text-align: center;
	color: #FBFBD8;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

a {
	font: bold;
	text-decoration: none;
}
a:link {
	color: #A8FF60;
}
a:visited {
	color: #40A000;
}
a:active {
	color: #FBFBD8;
}
a:hover {
	text-decoration: underline;
}

