html {
	background-color:#717109;
	color: #000000;
	margin-top:17px;
	}

body{
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.7em;
	width:768px;
	margin-left:auto; margin-right:auto; display:block;
	margin-top:0px; padding-top:0px;
	background-image:url(images/bg.gif); background-repeat:repeat-y;
}


div#left {
	float: left;
	width: 566px;
	margin-left:5px;
	background-color:#3399FF;
	}

div#menu1 {
	padding-right:20px;
	}

div#right {
	float: right;
	width: 140px;
	height:100%;
	margin-right:5px;
	padding-top:20px;
	}
		
div#central {
	clear:both;
	float:left;
	width:300px;
	margin-left:60px;
	}
div#middle {
/*	clear:both;*/
	padding-top:10px;margin-top:10px;
	width:567px;
	margin-left:60px;
background-color:#CCCC33;
	}
	
div#header {
	height:120px;
	margin-bottom:1px;
	width:320px;
	margin-left:60px;
	float:left;
	}
	
div#footer {
	clear:both;
	background-image:url(images/bg2.gif); background-repeat:no-repeat;
	height:60px;
	}



div#tabs{
	}

div#tab1{
	width:227px;
	background-color:#000000;
	height:133px;
	margin-left:400px;
	margin-bottom:5px;
	background-image:url(images/tab1.jpg); background-repeat:no-repeat;
	}
div#tab2{
	width:227px;
	background-color:#000000;
	height:133px;
	margin-left:400px;
	margin-bottom:5px;
	background-image:url(images/tab2.jpg); background-repeat:no-repeat;
	}
div#tab3{
	width:227px;
	background-color:#000000;
	height:133px;
	margin-left:400px;
	margin-bottom:5px;
	background-image:url(images/tab3.jpg); background-repeat:no-repeat;
	}
div#tab4{
	width:227px;
	background-color:#000000;
	height:133px;
	margin-left:400px;
	background-image:url(images/tab4.jpg); background-repeat:no-repeat;
	}


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; }
