html,body{
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	margin-top:0px;
	}


div#left {
	float: left;
	width: 229px;
	}

div#menu1 {
	background-image:url(images/menu_main.gif);
	background-repeat:repeat-y;
	width:229px;
	text-align:left;
	padding-left:36px;
	}
div#menu1_bottom {
	background-image:url(images/menu_b.gif);
	background-repeat:no-repeat;
	width:229px;
	height:289px;
	}

div#right {
	float: right;
	width: 222px;
	}
		
div#central {
position:absolute;left:0;
	background-image:url(images/body_main.gif);
	background-repeat:repeat-y;
	width:699px;
	padding-left:32px;
	padding-right:26px;
	height:-1;
	}
div#central_bottom{
/*	background-image:url(images/main_b.gif);
	background-repeat:no-repeat;*/
	width:757px;
	height:37px;
	}

div#footer {

	}
div#middle {
	clear:both;
	}
div#header {
	height:158px;
	}	
div#header_menu {
	float:right;
	width:100%;
	background-color:#D26400; 
	font-size:1.2em; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align:right; color:#FFFFFF; 
	margin-top:4px;
}	



.center {margin-left:auto; margin-right:auto; display:block; text-align:center;} 
.nobr {white-space:nowrap; }
