
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
            "http://www.w3.org/TR/html4/strict.dtd">
			

<html>
<head>
	<title>Content of layout1.css</title>
</head>

<body>
<pre>

<!-- BEGIN CSS -->

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color:white;
	}
p  { font: 11px/15px Verdana, Arial, Helvetica, sans-serif; margin: 0 0 16px; padding: 0 }
#Content>p {margin:0px;}
#Content>p+p  { text-indent: 30px }

a {
	color:#fff;
	font-size:11px;
	text-decoration:none;
	font-weight:100;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
a:link {color:white;}
a:visited {color:white;}
a:hover { color: #b5263c; }

#Header {
	margin:50px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
body>#Header {height:14px;}

#Content   { margin: 0 100px 10px 280px; padding: 10px }

#Menu  { line-height: 17px; background-color: #eee; padding: 10px; position: absolute; top: 100px; left: 20px; width: 150px; border: solid 1px #999; voice-family: inherit }
#News  { font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 17px; text-decoration: none; background-color: #000; padding: 10px; position: absolute; top: 100px; left: 20px; width: 150px; border: solid 1px #999; voice-family: inherit  }
body>#Menu {width:150px;}
body { color: black; background-color: #333; }
h1 { color: white; font-size: 1.5em; font-family: "Courier New", Courier, Monaco, monospace; font-weight: normal; margin: 0.67em 0; }
