#header {
	border-bottom: 8px solid #2a2a2f;
	margin-bottom: 2em;
	padding-top: 1em;
	position: relative;
}

#header a {
	outline: none;
}

#header h1 span {
	display: none;
}

#footer {
	border-top: 8px solid #2a2a2f;
	clear: both;
	font-size: 1.4em;
	margin-top: 2em;
	padding-top: 0.5em;
	text-align: center;
}

#footer p {
	margin-top: 1em;
}

#sidebar ul {
	border-bottom: none;
}

#images {
	height: 300px;
}

/* menu */
#menu {
	position: absolute;
	right: 0;
	bottom: 0;
}

#menu li {
	float: left;
}

#menu li a {
	background: url('/images/tab.gif') no-repeat center;
	color: #FFFFFF;
	display:block;
	font-weight:bold;
	height: 15px;
	margin-right: 5px;
	padding: 5px 0pt;
	text-align: center;
	text-decoration: none;
	width: 85px;
}

#menu li a:hover {
	background-position: left top;
}

