body
{
	margin: 0;
	font-family: arial, verdana;
	min-width: 620px;
	width: expression(document.documentElement.clientWidth < 621 ? '620px' : '100%');
}

#head
{
	background: url(/images/banner.gif) no-repeat center;
	background-color: #ABF;
	height: 85px;
}

#head h1
{
	display: none;
}

#nav
{
	height: 25px;
	background-color: #67b;
}

#nav ul
{
	margin: 0;
	margin-left: 10px;
	padding: 0;
	height: 25px;
}

#nav li
{
	list-style: none;
	float: left;

}

#nav a
{
	text-decoration: none;
	line-height: 25px;
	float: left;
	font-weight: 700;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

#nav a:hover
{
	background-color : #eef;
	color : #2F4F4F;
}

#nav .current
{
	background-color: #bcf;	
	color : #2F4F4F;
}

#contents
{
	margin: auto;
	top: 110px;
	bottom: 20px;
	padding: 10px;
	height: expression(document.documentElement.clientHeight - 150 + 'px');
	left: 0px;
	right: 0px;
	width: expression(document.documentElement.clientWidth - 20 + 'px');
	overflow: auto;
	position: absolute;
	min-width: 600px;
}

#contents h2
{
	background-color: #ABF;
	padding-left: 5px;
	font-size: 1.1em;
	margin: 0px;
	font-weight: 700;
	border-top: 1px solid #67b;
	border-bottom: 1px solid #67b;
	margin-bottom: -5px;
}

#foot
{
	position: absolute;
	height: 20px;
	bottom: 0px;
	width: 100%;
	background-color: #67b;
	text-align: center;
	color: white;
	font-size: 0.9em;
	line-height: 20px;
	min-width: 620px;
}

form
{
	margin: 0;
}