.buttonscontainer {width: 120px;}

.buttons a {

	color: #003388;
	background-color: #DDDDDD;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #003388;
	font: 12px Verdana, sans-serif;
	font-weight: normal; /* could be "bold" */
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #003388;
	color: #DDDDDD;
	text-decoration: none;
}

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:10px;}

a {
	color:#003388;
	font-size:11px;
	text-decoration:none;
	font-weight:500;
	font-family:verdana, arial, helvetica, sans-serif;
	}

#Header {
	margin:0px 0px 15px 0px;
	padding:12px 0px 12px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top 
padding] + [top and bottom border widths] */
	height:38px; /* 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;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
body>#Header {height:14px;}

#Content {
	margin:0px 50px 50px 200px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:50px;
	left:20px;
	width:120px;
	padding:10px;
	display: block;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;

	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}
