﻿body, html {
height: 100%;
}

body {
margin:0;
padding:0;
}




div.Nav 
{
	position: absolute; 
	top:0px; 
	left: 0px;	
	width: 200px;	
}

div.Content
{
	margin: 0px;
	margin-left: 220px;		
	min-height: 100%;	
	position: relative;
	border-left:ridge white;
	background-color: #efefef;		
}

* html div.Content
{
	height: 100%;
}

ol.ImageLegend li label 
{
	font-weight: bold;
	width: 10em;
	display: block;
	
}