* { margin: 0; padding: 0 }
body {
	background: #1e1a15;
	font: 0.8em "Bitstream Vera Sans", "Verdana", "Trebuchet MS", sans-serif;
	color: #b5ccba;
}
a { color: #fff; }
#box {
	background: url('7-bg.gif') repeat-x;
	position: absolute;
	margin: -66px 0 0;
	padding: 0 4%;
	height: 130px;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 1px solid #302921;
	border-bottom: 1px solid #302911;
}
#title {
	font-weight: normal;
	font-size: 2.2em;
	text-shadow: #000 0 0 0; /* Safari Fix */
	position: absolute;
	/*margin: -30px -9px 0;*/
	margin: -28px -8px 0;
}
#title a {
	color: #fff;
	text-decoration: none;
	/*padding: 5px 9px 6px;*/
	padding: 4px 8px 5px;
	display: block;
}
#title a:hover {
	background: #1E1A15;
	/*padding: 4px 8px 5px;
	border: 1px solid #445745;*/
	border-bottom: 0;
}
#nav {
	font: italic 2.2em Serif;
	text-shadow: #000 0 0 0; /* Safari Fix */
	color: #869eb9;
	position: relative;
	float: right;
	margin: -24px 0 0;
	overflow: hidden; /* IE7 Fix */
}
#nav a { color: #e4eaef; text-decoration: none; }
#nav a:hover { color: #fff; text-decoration: underline; }
#copyright span {
	background: #332d22;
	font: 0.8em sans-serif;
	color: #848f69;
	position: absolute;
	margin: 0 5px;
	padding: 4px 5px;
	bottom: 0;
	border: 1px solid #574e3c;
	border-bottom: 0;
}
#copyright .l { left: 0; }
#copyright .r { right: 0; }
#copyright a { color: #ab984e; text-decoration: underline; }