/* CSS Document */
body {
	margin:50px 0px;
	padding:0px;
	text-align:center;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#CCC;
	}
h1 {
	margin:10px 0px;
	padding:0px;
	font-size:18px;
	line-height:normal;
	font-weight:900;
	color:#000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #CCC;
	text-align: center;
	}
p {
	margin:20px;
	padding:10px;
	background-color: #CCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	font-weight: normal;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

#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 */
	}

#Content {
	width:500px;
	margin:20px 5px;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#CCCCCC;
	}

#Menu {
	position:absolute;
	top:120px;
	left:20px;
	width:150px;
	padding:10px;
	background-color:#eee;
	border:1px solid #999;
	line-height:19px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin: 10px;
	list-style-type: none;
	}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #000;
	background-color: #CCC;
	margin: 20px;
	padding: 10px;
}
#style10 {
	color: #F00;
}

