﻿* html, * html body {
	height: 100%;
	overflow: hidden;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

#header {
	background: #FFFFFF url(/images/curve.gif) repeat-x;
	height: 81px;
	overflow: hidden;
	position: relative;
}

#header h1 {
	padding-left: 10px;
}

h1 {
	margin: 0;
}

a {
	color: #4675b8;
}

a img {
	border: none;
}

div#menu ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

div#menu li {
	/*display: inline;*/
	font-size: .9em;
}

div#menu li a {
	display: block;
	color: #000000;
	background: #ffffff;
	padding: 5px;
	text-decoration: none;
}

div#menu li a:hover {
	text-decoration: underline;
}

div#menu {
	position: absolute;
	top: 81px;
	left: 10px;
	bottom: 5px;
	width: 200px;
	background: #FFFFFF;
}

* html #menu {
	height: expression(document.body.clientHeight - 100 + "px");
}

#menu h2 {
	font-size: 1em;
	color: #3366cc;
	background: #ffffff;
	padding: 2px 5px 2px 5px;
	margin: 0;
}
		
div#content, div#holder {
	position: absolute;
	top: 81px;
	right: 10px;
	bottom: 5px;
	left: 220px;
}

* html div#content {
	width: expression(document.body.clientWidth-250 + "px");
	height: expression(document.body.clientHeight - 106 + "px");
}

* html div#holder {
	width: expression(document.body.clientWidth-230 + "px");
	height: expression(document.body.clientHeight - 86 + "px");
}

div#holder {
	overflow: hidden;
}

div#content {
	overflow: auto;
	background: #FFFFFF;
	padding: 10px 10px 10px 20px;
}