html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	background: #FFFFFF;
	color: black;
	/*max-width: 1024px;
	margin-left: auto;
	margin-right: auto;*/
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
}

#content {
	overflow: auto;
	position: absolute;
	z-index:3;
	top:0px;
	bottom:31px;
	left:0px;
	right:0px;
	background: #FFEECC url(images/gradient.png) repeat-x;
	color:black;
}

* html #content {
	top:0;
	left:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	border-bottom:31px solid #FFFFFF;
}

#news_content {
	overflow: auto;
	position: absolute;
	z-index:3;
	top:0px;
	bottom:31px;
	left:175px;
	right:0px;
	background: #FFFFFF;
	color:black;
}

* html #news_content {
	top:0;
	left:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	border-bottom:31px solid #FFFFFF;
	border-left:175px solid #FFFFFF;
}

#news_index {
	overflow: hidden;
	position:absolute;
	left:0px;
	top:0px;
	bottom:31px;
	width:175px;
	z-index:4;
	background: url(images/npaper.jpg);
}

* html #news_index {
	height:100%;
	max-height:100%;
	top:0;
	bottom:0;
	border-bottom:31px solid #FFFFFF;
}

#iframe_content {
	overflow: none;
	position:absolute;
	z-index:3;
	top:0px;
	bottom:31px;
	left:0px;
	right:0px;
	background: #FFFFFF;
	color:black;
}

* html #iframe_content {
	top:0;
	left:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	border-bottom:31px solid #FFFFFF;
}

#foot
{
	position:absolute;
	margin:0;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:31px;
	z-index:5;
	overflow:hidden;
	background: url(images/menumouseout.png);
	background-color: #006600;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

iframe { 
	position: absolute; 
	margin: 0px;
	left: -2px; 
	top: -2px;
	right: 0px;
	bottom: 0px;
	z-index: 5; 
	height: 100%; 
	width: 100%; 
} 

* html iframe {
	left: 0px; 
	top: 0px;
	border-bottom:31px solid #FFFFFF;
}

#menu {
	width: 700px;
	height: 40px;
	display: inline;
}

#search_box {
	height: 40px;
	display: inline;
}

#search_box TD {
	vertical-align: center;
	text-align: center;
}

#search_box table {
	width: 90;
	height: 40px;
}