html{
	background-color:#000000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}

body {

	}

div#left {
	float: left;
	width: 203px;
	}

div#menu1 {
	}

div#right {
	float: right;
	width: 222px;
	}
	
div#central {
	text-align:left;
	padding:8px;
	background-color:#000000;
	color:#ffffff;
	width:923px;
	margin-bottom:12px;
	border:1px #ffffff solid;
	}
	

div#footer {
	clear:both;
	padding:8px;
	background-color:#000000;
	color:#ffffff;
	width:923px;
	margin-bottom:25px;
	border:1px #ffffff solid;
	text-align:left;
	font-size: .7em;
	height:40px;
	}
div#middle {
	clear:both;
	}
div#header {
	height:190px;
	margin-bottom:27px;
	text-align:left;
	}	
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; }
