BODY {
	background-color: #d59758;	
	color: #000000;
	font-family: 'verdana';
	font-size: 10pt;
	margin: 0px;
}
HR {
	display: block;
	size: 1px;
	height: 1px;
	border: 0px solid #8b5c29;
	border-top: 1px solid #8b5c29;
	color: #ffff80;
	padding: 0px;
}

A.context {
	color: #ffffff;
	text-decoration: none;
}

A.link_button {
	display: block;
	background-color: #8b5c29;
	background-image: url("/images/nav-background.jpg");
	background-repeat: no-repeat;
	position: relative;
	width: 180px;
	height: 36px;
	text-align: center;
	
	text-decoration: none;	
	color: #ffffff;
}

FONT.button {
	position: absolute;
	top: 25%;
	bottom: 25%;
	left: 0px;
	right: 0px;
}

DIV.window_header {
	background-color: #d59758;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 60px;
	padding: 0px;
}

DIV.window_body {
	background-color: #d59758;
	position: absolute;
	top: 60px;
	left: 0px;
	right: 0px;
	bottom: 60px;
}

DIV.navigation {
	background-color: #d59758;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 200px;
	
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
}

DIV.box_container {
	background-color: #8b5c29;
	position: absolute;
	top: 0px;
	left: 200px;
	right: 0px;
	bottom: 0px;
}

DIV.box_top_left {
	background-color: #8b5c29;
	position: absolute;
	background-image: url("/images/window-corner-top-left.jpg");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 30%;
	height: 24px;
	text-align: center;
}
DIV.box_top_center {
	background-color: #8b5c29;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -20%;
	width: 40%;
	height: 24px;
	text-align: center;
}
DIV.box_top_right {
	background-color: #8b5c29;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30%;
	height: 24px;
	text-align: center;
}

DIV.box_middle_left {
	background-color: #8b5c29;
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 0px;
	width: 24px;
	height: auto;
	text-align: center;
}
DIV.box_middle_center {
	background-color: #ffffff;
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 24px;
	right: 0px;
	text-align: left;
	vertical-align: middle;
	overflow: auto;
	padding: 8px;
	z-index: 100;
	border: 2px inset #d59758;
}
DIV.box_middle_right {
	background-color: #d59758;
	position: absolute;
	top: 24px;
	bottom: 24px;
	right: 0px;
	width: 24px;
	height: auto;
	text-align: center;
}

DIV.box_bottom_left {
	background-color: #8b5c29;
	position: absolute;
	background-image: url("/images/window-corner-bottom-left.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	bottom: 0px;
	left: 0px;
	width: 30%;
	height: 24px;
	text-align: center;
}
DIV.box_bottom_center {
	background-color: #8b5c29;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -20%;
	width: 40%;
	height: 24px;
	text-align: center;
}
DIV.box_bottom_right {
	background-color: #8b5c29;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 30%;
	height: 24px;
	text-align: center;
}
DIV.copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	color: #8b5c29;
	text-align: center;
	font-size: 8pt;
	overflow: hidden;
}
