html
{
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body
{
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	/*border:0;*/
}

#content
{
	position:absolute;
	overflow:auto;
	z-index:3;
	top:80px;
	height: 75%;
	width: 100%;
}

* html #content
{
	top:80px; 
	width:99%;
}

#head
{
	top:0;
	height:72px;
	padding-left: 2px;
	padding-right: 2px;
	z-index:5;
	background: #006666;
	margin: 0 !important;
	width: 99%;
	position: relative;
	top: 5px;
}
* html #head
{
	top: 2px;
	width: 99%;;
	height:72px;
}

#foot
{
	border-top: thin solid #006666;
	padding-top: 2px;
	position:absolute; 
	bottom:0; 
	width:99%; 
	height:50px; 
	font-size:1em; 
	z-index:5; 
}
	
* html #foot
{
	bottom:2px;
	width:99%;
	height:48px;
}

.fieldset
{
	color: #006666;
}
