body {	width: 720px;	margin: 0px;	padding: 0px; // this is a concession to opera 7 which has margin 0, but some padding by default.	font-size: 10px;} /* Sets Width to Maximum allowed */div#logo {	width: 720px;	height: 168px;}
 /* Sets Height and width, aligns images right and Sets the Background Colour */div#navi {	width: 145px;	height: 600px;	text-align: right;
	border: 0px;	
	text-decoration: none;
}
.a {
	text-decoration: none;
	border: 0px;
}
/* Sets Width to Maximum allowed */
 div#mainframe {
	position: absolute;
	left: 158;
	top: 100;	width: 600px;
	left-margin: 10px;}
div#phototext {
	display: block;
	margin-top: 15px;
	width: 600;
    font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: rgb(85,85,85);
	left-margin: 10px;
}
div#textblock {
	display: block;
	margin-top: 15px;
	width: 600;
    font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: rgb(85,85,85);
	left-margin: 10px;
}
pre {
    font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: rgb(85,85,85);
}
