

<!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:#333;

	background-color:white;

	}

h1  { color: #47546d; font-size: 28px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: 400; line-height: 28px; margin: 0 0 15px; padding: 0 }

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: #212121;

	text-decoration:none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a:link {color:#3e5e8d;}

a:visited {color:#3e5e8d;}

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: #808080; padding: 10px; position: absolute; top: 100px; left: 20px; width: 150px; border: solid 1px #999; voice-family: inherit  }

body>#Menu {width:150px;}



<!-- END CSS -->



</pre>

</body>

</html>

