div {}

img {	margin: 0;
	padding: 0;
	border: 0;
}

body {
  	/*background-color: #efefef;*/
  	background-color: #ffffff;
}

#header-container
{	
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1055px;
	_width:expression(document.body.clientWidth < 1000 ? '1000px' : document.body.clientWidth + 'px' );
	height: 81px;
}

#header-left {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 0;
	width: 320px;;
}

#header-center {
	position: relative;
	z-index: 0;
	width: 10%;
	left: 315px;
	top: 0px;
	margin: 0px;
}

#header-right {
	position: absolute;
	top: 0px;
	width: 680px;
	z-index: 0;
	right: 0px;
	margin: 0px;
}

#center-container 
{
	position:absolute;
	top: 81px;
	bottom: 2px;
	left: 0px;
	width: 100%;
	min-width: 1055px;
	min-height: 469px;
	_width:expression(document.body.clientWidth < 1000 ? "1000px" : (document.body.clientWidth)+"px" );
	_height:expression(document.body.clientHeight < 600 ? "519px" : (document.body.clientHeight - 81)+"px");
}
#left-side
{	
	position: absolute;
	top: 5px;
	left: 2px;
	width: 205px;
	bottom: 35px;
	margin: 0;
	_height:expression(document.getElementById('center-container').clientHeight < 430 ? "430px" : document.getElementById('center-container').clientHeight - 37+"px");
	margin-top: 2px;
	overflow: scroll;
	/* background-color: #9494ff;*/
}

#center-main
{
	position: absolute;
	top: 0px;
	left: 220px;
	right: 245px;
	min-width: 550px;
	min-height: 435px;
	margin-top: 2px;
	margin-bottom: 2px;
    border: solid #aaaaaa 2px;
	_height:expression(document.getElementById('center-container').clientHeight < 430 ? "430px" : document.getElementById('center-container').clientHeight - 37+"px");
	_width: expression((document.getElementById('center-container').clientWidth - 465)+"px");
	bottom: 35px;
	/*overflow: hidden;
	background-color: #9494ff;
	padding-left: 25px;*/
	z-index: 0;
}

#center-right
{	
	position: absolute;
	right: 3px;
	top: 5px;
	width: 235px;
	margin-top: 2px;
	margin-bottom: 0;
	_height: expression((document.getElementById('center-container').clientHeight - 37)+"px");
	bottom: 31px;
	/*background-color: #9494ff;*/
	overflow: scroll;
	border: 0;
}

#footer
{
	position: absolute;
	left: 10px;
	right: 13px;
	_width: expression((document.getElementById('center-container').clientWidth - 23)+"px");
	height: 27px;
	bottom: 0;
	font: 10px Arial, Tahoma, Helvetica, "Lucida Sans", Verdana, Gill, sans-serif;
	line-height: 1em;
	color: #333333;
}

#footer .contact-us
{
	position: absolute;
	left: 4px;
	width: 250px;
}

#footer .copyright
{
	position: absolute;
	padding-top: 10px;
	font: 10px Tahoma, Helvetica, Verdana, Arial, "Lucida Sans", Gill, sans-serif;
	text-align: center;
	vertical-align: bottom;
	right: 400px;
	width: 350px;
}

#footer .visit-counter
{
	position: absolute;
	top: 2px;
	right: 10px;
	width: 105px;
	height: 20px;
	border: inset #bbbbbb 1px;
}

#status
{
    margin: 0;
    padding: 0;
    /*position: absolute; */
	font: 10px Arial, Tahoma, Helvetica, "Lucida Sans", Verdana, Gill, sans-serif;
    /*font: 8pt Arial;*/
	color: #444444;
	background-color: white;
	
    top: 10px;
    left: 0px;
    z-index: 2;
    /* display: block; */
}

#menu-block
{
	position: absolute;
	margin: 0;
	top: 63px;
	left: 300px;
	height: 15px;
	width: 400px;
	z-index: 1;
}

ul.menuUL
{
	padding: 0;
	margin: 0;
	height: 15px;
	width: 400px;
	list-style: none;
}

ul.menuUL li
{
	position: relative;
	/* height: 19px; */
	float: left;
	text-align: center;
	width: 75px;
	margin-right: 5px;
	list-style: none;
/*	background-color: red; */
}

ul.menuUL img
{
/*	position: relative;
	margin: 0;
	top: 2px;
	padding: 0; */
	margin-top: 2px;
	width: 70px;
	height: 11px;
	border: 0;
/*	background-color: #555555; */
}


ul.menuUL li a:link,
ul.menuUL li a:visited,
ul.menuUL li a:hover,
ul.menuUL li a:active {
	display: block;
	position: relative;
	width: 74px;
	height: 14px;
	/*_height: 17px; */
	/* overflow: hidden;*/
	text-decoration: none;
	background-color: #aaaaaa;
	color: #555555;
	border: outset #cccccc 2px;
}


a:link {color: #333300;}

a:visited {color: #000033;}

a:hover {}

a:active {}