body {
	background:#da0;
}
#box {
	left:125px;
}
#box2 {
	border:3px solid #960;
	background:#fe9;
}
#menu {
	position:absolute;
	top:3em;
	left:10px;
	width:115px;
	border:3px solid #960;
	border-right:0;
	background:#fe9;
	text-align:right;
}
#menu[id] {
	position:fixed;
}
#menu a {
	display:block;
	padding-right:1em;
	border:0;
}
#menu a:hover { background:#ffd }
a { color:#600; }
h1, #description, .comment h3, .comment .byline, .content .name { color:#600 }
.header { border-bottom:2px solid #da0 }
input[type=submit] { background:#eee; color:#000 }
#footer a { color:#600 }
div.comment { background:#ffd }
table.entry {
	background:#fff;
	border:1px solid #da0;
	width:80%;
}
.header .current, .header span.current:hover { background:#ffd }
code { color:#600;font-weight:bold }
.collapse { display:block }
#popon h1 { background:#960;border:0 }
#popon { border:2px solid #960 }

