body
{
	margin: 0;
	font-family: verdana, arial;
	height: 100%;
	background:#7788FF;				
}

#head
{
	background: url(/images/banner.gif) no-repeat center;
	background-color: #ABF;
	height: 82px;
	border:1px solid #5566FF;
	margin: 5px;
}

#head h1
{
	display: none;
}

#nav
{
	position: relative;
	position: absolute;
	top: 92px;
	bottom: 0px;
	height: expression(document.body.clientHeight - 92 + 'px');
	left: 0px;
	width: 200px;
	text-align: center;
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav li
{
	list-style: none;
}

#nav a
{
	display: block;
	background-color: #99AAFF;
	border: 2px ridge #5566FF;
	text-decoration: none;
	padding: 2px;
	width : 160px;
	margin: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}

#nav a:hover
{
	background-color : #AABBFF;
	color : #2F4F4F;
}

#contents
{
	background:#ABF;
	padding: 14px;
	border:1px solid #5566FF;
	position: absolute;
	overflow: auto;
	left: 200px;
	right: 5px;
	width: expression(document.body.clientWidth - 200 - 30 - 5+ 'px');
	top: 92px;
	bottom: 20px;
	height: expression(document.body.clientHeight - 92 - 20 - 30 + 'px');
}

#foot
{
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 20px;
}
