body { 
	color: #000000; 
	background: #ffffff; 
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;
} 
a { 
	text-decoration : underline; 
	color: #0000ff; 
}
#nav, #sidebar, #footer, #keywords {
	display: none;
} 
#header {
	height:135px;
}
#header #logo {
	background:transparent url(images/logo.gif) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:86px;
	margin-top:4px;
	text-indent:-9000px;
	width:194px;
}
#header #name {
	background:transparent url(images/name.gif) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:22px;
	margin-top:68px;
	text-indent:-9000px;
	width:564px;
}