body {
	margin: 100px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdanda, arial, sans-serif;
	color: #333;
	background-color: #666;
	}

#head {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 100px 0px 0px 0px;
	width: 110px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 140px;
	}
html>body #left {
	width: 140px; /* ie5win fudge ends */
	}


#content {
	margin: 0px 0px 20px 140px; /* n6.01win n6mac won't recognize top margin for middle box, so it goes in body */
	padding: 0px 10px 10px 20px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: #666;
	width: 320px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 290px;
	}
html>body #right {
	width: 290px; /* ie5win fudge ends */

	}	


#right {
	position: absolute;
	top: 0px;
	left: 480px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 100px 0px 0px 0px;
	padding: 0px;
	width: 310px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 280px;
	}
html>body #right {
	width: 280px; /* ie5win fudge ends */
	}

#firstright {
	position: absolute;
	top: 0px;
	left: 462px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 100px 0px 0px 0px;
	padding: 0px;
	width: 330px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 300px;
	}
html>body #right {
	width: 300px; /* ie5win fudge ends */
	}

#navigation {
	padding: 0px 0px 0px 18px;
	font: 10px/12px  verdana, arial, sans-serif; 
	color: #333; 
	text-align: left;}

#imagebox {
	padding: 20px 0px;
	border: 1px solid black;}


p { 
	font: 11px/18px verdana, arial, sans-serif;
	color: #333;
	text-align: left;}

.sidebar { 
	font: 10px/12px verdana, arial, sans-serif;
	color: #333;
	text-align: left;}

A:visited {
	color: #999999; 
	font-weight: bold;
	text-decoration: none;}

A:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;}

A:hover {
	color: #333333;
	background-color: #666666;
	text-decoration: underline;}

A:active {
	font-weight: bold;
	text-decoration: underline;}

