@CHARSET "ISO-8859-1";

div#marginbox {
	position: absolute;
	top: 8%;
	bottom: 8%;
	left: 5%;
	right: 5%;
	vertical-align: middle;
}

table {
	position: absolute;
	width: 100%;
	height: 100%;
	empty-cells: show;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: top;
}	

tbody {
	height: 100%;
	position: relative;	
}

tr {
	position: relative;
}

td {
	position: relative;
	padding: 0;
	margin: 0;	
	vertical-align: top;
}

table#layout {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

td#content {
	position: relative;
	width: 100%;
	height: 100%;
}

td.bordered {
	border: 1px outset #99182C;
}

td#picture {
	position: relative;
}

div.frame {
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
}

td.bordered {
}

td#menu {
	position: absolute;
	width: 246px;
	padding-left: 10px;
	top: 0px;
	bottom: 1px;
	right: 0px;
	vertical-align: top;
	color: white;
}

td#menu div#menubox {
	position: relative;
	width: 100%;
	height: 100%;
	background: #99182C;
	border: 1px outset #99182C;
	color: white;
}

td#menu hr {
	border-color: white;
}

table#mainpage {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	table-layout: fixed;
}

table#mainpage td {
	position: relative;
	width: 50%;
	height: 50%;
	overflow: hidden;
}

table#details {
	position: relative;	
}

td#showcase {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #99182C;
}

td#showcase div#header {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	background: white;
	padding-bottom: 8px; 
	border: 1px outset #99182C;
}

td#showcase div#scrolling {
	position: absolute;
	height: 700px;
	top: 88px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: auto;
	background: white;
	text-align: left;
	border: 1px outset #99182C;
	color: black;
}

#scrolling h2 {
	color: #99182C;
}

#scrolling h3 {
	font-family: Verdana;
	font-size: 10pt;
	color: #99182C;
}

div.scrolling {
	width: 100%;
	height: 100%;
	overflow: auto;
}
