/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #000000;
	font-family: Verdana, DejaVu Sans Book;
}
body {
	text-align: left;
	min-width: 779px; /* for mozilla*/
	height: 100%;
}
#back {
	height: 294px;
	width: 100%;
	background: url(images/back.gif) repeat-x top left;
}
#centerblock {
	width: 779px;
	text-align: left;
	margin: auto;
	overflow: visible;
	background: url(images/middleback.gif) repeat-y top left;
}
#centertop {
	position: relative;
	width: 779px;
	height: 294px;
	background: url(images/topback.gif) no-repeat top left;
}
#contentblock {
	position: relative;
	z-index: 86;
	width: 731px;
	margin-top: -114px;
	padding: 0 24px 0 24px;
}
#content {
	font-family: Verdana;
	width: 731px;
	text-align: justify;
}
#menu {
	position: absolute;
	width: 779px;
	height: 60px;
	top: 65px;
	*top: 66px;
	_top: 55px;
}
#ajaxmenu {
	position: relative;
	width: 779px;
	height: 60px;
}
#logo {
	position: absolute;
	top: -65px;
	*top: -66px;
	_top: -55px;
	display: block;
	width: 731px;
	height: 52px;
}
#footerblock {
	position: relative;
	background: url(images/footerback.gif) no-repeat top left;
	width: 779px;
}
#footer_content {
	width: 731px;
	text-align: justify;
	font-size: 10px;	
	font-weight: bold;
	color: #000000;
	height: 82px;
	padding: 24px 0 0 24px;
}

#min-height {
	float: left;
	width: 0px;
	height: 1px;
	*height: 0;
}

* html #footer {
	margin-bottom: -1px;
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height: 106px;
	/* for ie*/
}
/* end hide*/