%%site-view-anonymous-html%%
2002-06-21 18:50

%%preprocess%%
$this->beryliumToHtml(); 
$request= $GLOBALS[session]->request;

%%header%%
<html>
<head>
<title>$object->title: $this->title</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<STYLE type=text/css>
$session->css
</STYLE>
</head>
<body marginheight=0 marginwidth=0>
<a name='top'></a>
<table width='100%' border=0 padding=0 spacing=0>
	<tr>
		<td align='center' valign='top'>
			<table class='bodytable'>
				<tr>
					<td align='center' valign='top'>
						<!-- end of site header -->


%%css%%
BODY	{background-attachment: fixed; background-color: #eff9ff;  background-repeat: no-repeat} 
TABLE	{ width: 100%; }
.bodytable	{background-color: #ffffff; 
			border: 4px; border-color: #006699; border-style: solid; 
			color: #000000; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; line-height: 18px; 
			width: 90%; padding: 0px;}
B	{ color: #000066; font-weight: bold; }
TD	{ font-size: 12px; padding: 5px;}
PRE	{ FONT-FAMILY: Courier, fixed; FONT-SIZE: 12px; line-height: 6px; }
A:link		{color: #006699; text-decoration: none; }
A:visited	{color: #006699; text-decoration: none; }
A:hover		{color: #006699; text-decoration: underline; }
HR { height: 1px; background-color: #ff9900; border-style: none; }

/* Form Element Styles */
input		{ border-color: #006699; border: 1px; BACKGROUND-COLOR: #ddeeff; COLOR: #330000; FONT-FAMILY: Tahoma, Geneva, sans-serif; FONT-SIZE: 12px; border-style: solid; padding: 2px; }
textarea	{ border-color: #006699; border: 1px; BACKGROUND-COLOR: #ddeeff; COLOR: #330000; FONT-FAMILY: Courier, fixed; FONT-SIZE: 13px; border-style: solid;}
select		{ border-color: #006699; border: 1px; BACKGROUND-COLOR: #ddeeff; COLOR: #330000; FONT-FAMILY: Tahoma, Geneva, sans-serif; FONT-SIZE: 12px; border-style: solid; padding: 1px; }
.buttonstyle 	{ background-color: #006699; color: #ddeeff; FONT-SIZE: 12px; font-family: Tahoma, Verdana, sans-serif; font-weight: medium; border-style: solid; border-width: 1px; border-color: #000066;}


%%template%%
<p><img src='/bicons/warning.png' alt='Warning' align=left><br>
	<b>You seem to be in the wrong place.</b><br>
	<a href='$site->baseUrl'>Try this link</a> instead.</p>


%%listrow%%


%%nullobject%%
<p><img src='/bicons/warning.png' alt='Warning' align=left><br>
	<b>Sorry, the site you requested was not found.</b></p>

%%footer%%
						<!-- start of site footer -->
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
</body>
</html>


%%postprocess%%


%%end of context%%
