html	{		height:100%;		min-height:100%;	}body   	{   	  background-color: #f5ffeb;  		margin: 0px 0px 0px 0px;  		height:100%;  		min-height:100%;  		text-align: center;  		margin-left: auto; margin-right: auto;  	}    #page  	{  		position: relative;  		background-color: #FFFFFF;  		width: 700px;  		min-height:97%;  		height:97%;  		height: auto;  		text-align: left;  		margin: 0 auto;  		border-left: 1px solid #3f8201;  		border-right: 1px solid #3f8201;  	}  #footer  	{  		position: relative;  		padding-top: 8px;  		background-color: #FFFFFF;  		width: 700px;  		text-align: center;  		height:3%;  		margin: 0 auto;  		border-top: 1px solid #3f8201;  		border-left: 1px solid #3f8201;  		border-right: 1px solid #3f8201;  	}  #header  	{  		position: absolute;  		top: 0px;  		background-color: #FFFFFF;  		width: 700px;  		height: 142px;  	}  	   #headerimage  	{  		position: absolute;   		top: 0px;   		left: 0px;   		width:702px;  		height: 110px;  	}  	  #navigation  	{  		position: absolute;  		top: 142px;  		background-color: #FFFFFF;  		width: 181px;  	}	#headernavigation  	{  		position: absolute;  		top: 111px;  		width: 700px;  		height: 31px;  		background-image:url('../interface/nav_ng.gif');  	}  	  	 	#tableft  	{    	position: relative;  		width: 6px;  		height: 31px;   		float: right;  	}	  	  	  #tabmiddle  	{  		padding-top: 8px;  		padding-bottom: 0px;  		text-align: center;    	position: relative;    	height: 23px;    	width: 110px;  		float: right;  	}	     #tabright  	{    	position: relative;  		width: 6px;  		height: 31px;   		float: right;  	}	  	     #tabspacer  	{    	position: relative;  		width: 6px;  		height: 31px;   		float: right;  	}	  	  	#subnavigation  	{	  	position: relative;	  	margin: 0px 0px 0px 0px;	  	spacing: 0px 0px 0px 0px;	  	width: 165px;	  		  	padding-left: 15px;	  	padding-top: 15px;	  	padding-bottom: 15px;	  	  	border-top: 0px solid #3f8201;	  	border-bottom: 1px solid #3f8201;	  	border-right: 1px solid #3f8201;	  	border-left: 0px solid #3f8201;        	}  	  	#mainnavigation  	{	  	position: relative;	  	background-color: #cfe0bf;	  		  	margin: 0px 0px 0px 0px;	  	spacing: 0px 0px 0px 0px;	  	width: 165px;	  		  	padding-left: 15px;	  	padding-top: 15px;	  	padding-bottom: 15px;	  		  	border-top: 0px solid #3f8201; 	  	border-bottom: 1px solid #3f8201;	  	border-right: 1px solid #3f8201;	  	border-left: 0px solid #3f8201;        	}   	  	  	#languages  	{	  	position: relative;	  	background-color: #9fc080;	  		  	margin: 0px 0px 0px 0px;	  	spacing: 0px 0px 0px 0px;	  		  	width: 165px;	  	padding-left: 15px;	  	padding-top: 15px;	  	padding-bottom: 15px;	  		  	border-top: 0px solid #3f8201; 	  	border-bottom: 1px solid #3f8201;	  	border-right: 1px solid #3f8201;	  	border-left: 0px solid #3f8201;        	}  	  	#search  	{	  	position: relative;	  	background-color: #82ae5a;	  		  	margin: 0px 0px 0px 0px;	  	spacing: 0px 0px 0px 0px;	  		  	width: 165px;	  		  	padding-left: 15px;	  	padding-top: 15px;	  	padding-bottom: 15px;	  		  	border-top: 0px solid #3f8201; 	  	border-bottom: 1px solid #3f8201;	  	border-right: 1px solid #3f8201;	  	border-left: 0px solid #3f8201;        	}  	  #fakeheader  	{  		position: relative;  		top: 0px;  		background-color: #FFFFFF;  		width: 700px;  		height: 143px;  	}  	  #pagecontent  	{  		position: relative;  		top: 0px;  		left: 181px;  		background-color: #FFFFFF;  		width: 499px;  		padding: 10px 10px 10px 10px;  	}
