html, body{

 	 margin			   : 0;
 	 border			   : 0;
 	 padding		   : 0;
    font-family    : Verdana,Helvetica,Times, sans-serif;
    letter-spacing	: 0.05em;
	 font-size		: 14px;
	 color			: black;
	 background   : #ffffff;
	 line-height	: 1.5em;
	
	 /***** IE 5 *****/ 
	 text-align	: left;
	                 
}

h1{

				font-size		   : 1.6em;
				letter-spacing	: 0.04em;
}

#top{
   			display : none;
}

#menu_horfalse{
    			display : none;
}

#menu_hor {
    			display : none;
}


#left {
    			display : none;
}

#right {
    			display : none;
}


#center h1{
		
				padding				: 0px 15px 10px;
				border-bottom	   : 1px solid black;
}

#center img{
	
				display           : none;				
					
}
#bottom{

				text-align	: center;
				margin-top	: 10px;
				border-top  : 1px solid black;
			
}

#bottom p{

		
				
				font-size	: 10px;
				line-height	: 1.3em;
				
}


#bottom p a.link{

				color					: #4d4d4d;
				text-decoration	: none;
					
}



#bottom p a.link:hover{

				background			: #dbdbdb;
				
}




