html, body {
	background-color:#ffffff;
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-x;
	}
div#header {
	height:50px;
	margin:0;
	padding:0;
	position:relative;
	background-image:url(images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
div#middle {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	}
div#central {
	padding:53px 20px 12px 242px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	text-align:justify;
	}	
div#left {
	float: left;
	width: 232px;
	text-align:left;
	}
div#menu1{
	padding-top:53px;
}
div#right {
	float: right;
	width: 222px;
	}
div#footer {
	clear:both;
	background-image:url(images/footer.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	color: #808080;
	text-align: center;
	font-size: 0.75em;
	padding-top:6px;
	padding-bottom:6px;
	}



	



.center {margin-left:auto; margin-right:auto; display:block; text-align:center;} 
.nobr {white-space:nowrap; }



#divMenu a       {color:#999999; text-decoration:underline;}
#divMenu a:hover {color:#333333; text-decoration:underline;}

#divBg           {position:absolute; z-index:10; width:2000px; left:230px; height:100px; clip:rect(0px 10px 10px 0px); visibility:hidden;}
#divMenu         {position:absolute; z-index:11; left:11px; top:1px; color:#333333; font-size:13px; font-family:verdana,arial,helvetica,sans-serif; visibility:inherit;}
#divArrowLeft    {position:absolute; z-index:12; width:11px; height:20px; left:0px; top:0px; visibility:inherit;}
#divArrowRight   {position:absolute; z-index:12; width:11px; height:20px; top:0px; visibility:inherit;}

