* html, * html body {
	height: 100%;
	overflow: hidden;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	margin: 10px 20px 0px 20px;
	padding: 0;
	background: #FFFFFF;
}

#header {
	background: #990033;
	height: 81px;
	overflow: hidden;
	position: relative;
}

h1 {
	margin: 0;
}

a {
	color: #4675b8;
}

a img {
	border: none;
}

div#menu ul {
	margin: 0;
	padding: 0;
}

div#menu li {
	display: inline;
	font-size: .9em;
}

div#menu li a {
	display: block;
	color: #333399;
	background: #FFFFFF;
	padding: 5px;
}
 
div#menu li a img {
	padding-right: 5px;
	vertical-align: middle;
}

div#menu {
	position: absolute;
	top: 91px;
	left: 20px;
	bottom: 5px;
	width: 200px;
	background: #FFFFFF;
	padding-top: 10px;
}

/* curves for menu */
.tcurve {
	height: 9px;
	overflow: hidden;
	background: #FFFFFF url(/images/tcurve.gif) no-repeat;
}

.bcurve {
	height: 9px;
	overflow: hidden;
	background: #FFFFFF url(/images/bcurve.gif) no-repeat;
}

* html #menu {
	height: expression(document.body.clientHeight - 100 + "px");
}

#menu h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #333333;
	background: #FFFFFF;
	padding: 2px 5px;
	margin: 0;
}
		
div#content, div#holder {
	position: absolute;
	top: 101px;
	right: 20px;
	bottom: 5px;
	left: 240px;
}

* html div#content {
	width: expression(document.body.clientWidth-230 + "px");
	height: expression(document.body.clientHeight - 20 + "px");
}

* html div#holder {
	width: expression(document.body.clientWidth-220 + "px");
	height: expression(document.body.clientHeight - 107 + "px");
}

div#holder {
	overflow: hidden;
}

div#content {
	overflow: auto;
	background: #FFFFFF;
	padding: 10px 10px 10px 20px;
}