Chris PeBenito 696b41
body {
Chris PeBenito 696b41
	margin:0px;
Chris PeBenito 696b41
	padding:0px;
Chris PeBenito 696b41
	font-family:verdana, arial, helvetica, sans-serif;
Chris PeBenito 696b41
	color:#333;
Chris PeBenito 696b41
	background-color:white;
Chris PeBenito 696b41
	}
Chris PeBenito 696b41
h1 {
Chris PeBenito 696b41
	margin:0px 0px 15px 0px;
Chris PeBenito 696b41
	padding:0px;
Chris PeBenito 696b41
	font-size:28px;
Chris PeBenito 696b41
	line-height:28px;
Chris PeBenito 696b41
	font-weight:900;
Chris PeBenito 696b41
	color:#ccc;
Chris PeBenito 696b41
	}
Chris PeBenito 696b41
h3 {
Chris PeBenito 696b41
	font-size:75%;
Chris PeBenito 696b41
	}
Chris PeBenito 696b41
li {
Chris PeBenito 696b41
	font:11px/20px verdana, arial, helvetica, sans-serif;
Chris PeBenito 696b41
	margin:0px 0px 0px 0px;
Chris PeBenito 696b41
	padding:0px;
Chris PeBenito 696b41
	}
Chris PeBenito 696b41
p {
Chris PeBenito 696b41
	font:11px/20px verdana, arial, helvetica, sans-serif;
Chris PeBenito 696b41
	margin:0px 0px 16px 0px;
Chris PeBenito 696b41
	padding:0px;
Chris PeBenito 696b41
	}
Chris PeBenito 696b41
#Content>p {margin:0px;}
Chris PeBenito 696b41
#Content>p+p {text-indent:30px;}
Chris PeBenito 696b41
a {
Chris PeBenito 696b41
	color:#09c;
Chris PeBenito 696b41
	font-size:11px;
Chris PeBenito 696b41
	text-decoration:none;
Chris PeBenito 696b41
	font-weight:600;
Chris PeBenito 696b41
	font-family:verdana, arial, helvetica, sans-serif;
Chris PeBenito 696b41
	}
Chris PeBenito 696b41
a:link {color:#09c;}
Chris PeBenito 696b41
a:visited {color:#07a;}
Chris PeBenito 696b41
a:hover {background-color:#eee;}
Chris PeBenito 696b41
Chris PeBenito 696b41
#Codeblock {
Chris PeBenito 696b41
	margin:5px 50px 5px 50px;
Chris PeBenito 696b41
	padding:5px 0px 5px 15px;
Chris PeBenito 696b41
	border-style:solid;
Chris PeBenito 696b41
	border-color:black;
Chris PeBenito 696b41
	border-width:1px 1px 1px 1px;
Chris PeBenito 696b41
	background-color:#f8f8f8;
Chris PeBenito 696b41
	font-size:11px;
Chris PeBenito 696b41
	font-weight:600;
Chris PeBenito 696b41
	text-decoration:none;
Chris PeBenito 696b41
	font-family:courier;
Chris PeBenito 696b41
}
Chris PeBenito 696b41
pre {
Chris PeBenito 696b41
	font-size:11px;
Chris PeBenito 696b41
	font-weight:600;
Chris PeBenito 696b41
	text-decoration:none;
Chris PeBenito 696b41
	font-family:courier;
Chris PeBenito 696b41
}
Chris PeBenito 696b41
Chris PeBenito 696b41
#Header {
Chris PeBenito 696b41
	margin:50px 0px 10px 0px;
Chris PeBenito 696b41
	padding:17px 0px 0px 20px;
Chris PeBenito 696b41
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
Chris PeBenito 696b41
	height:33px; /* 14px + 17px + 2px = 33px */
Chris PeBenito 696b41
	border-style:solid;
Chris PeBenito 696b41
	border-color:black;
Chris PeBenito 696b41
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
Chris PeBenito 696b41
	line-height:11px;
Chris PeBenito 696b41
	font-size:110%;
Chris PeBenito 696b41
	background-color:#eee;
Chris PeBenito 696b41
	voice-family: "\"}\"";
Chris PeBenito 696b41
	voice-family:inherit;
Chris PeBenito 696b41
	height:14px; /* the correct height */
Chris PeBenito 696b41
	}
Chris PeBenito 696b41
body>#Header {height:14px;}
Chris PeBenito 696b41
#Content {
Chris PeBenito 696b41
	margin:0px 50px 50px 200px;
Chris PeBenito 696b41
	padding:10px;
Chris PeBenito 696b41
	}
Chris PeBenito 696b41
Chris PeBenito 696b41
#Menu {
Chris PeBenito 696b41
	position:absolute;
Chris PeBenito 696b41
	top:100px;
Chris PeBenito 696b41
	left:20px;
Chris PeBenito 696b41
	width:152px;
Chris PeBenito 696b41
	padding:10px;
Chris PeBenito 696b41
	background-color:#eee;
Chris PeBenito 696b41
	border:1px dashed #999;
Chris PeBenito 696b41
	line-height:17px;
Chris PeBenito 696b41
	text-align:right;	
Chris PeBenito 696b41
	voice-family: "\"}\"";
Chris PeBenito 696b41
	voice-family:inherit;
Chris PeBenito 696b41
	width:150px;
Chris PeBenito 696b41
	}
Chris PeBenito 696b41
body>#Menu {width:150px;}