table.container {
	height: 100%;
	width: 100%;
}
.centered {
	text-align: center;
}
.left {
	text-align: left;
}
.aligned {
	width: 800px;
	display: inline-block;
}
.content {
	height: 480px;
	overflow-y: auto;
}
table.bottomaligner {
	height: 100%;
}
table.bottomaligner tr td {
	vertical-align:bottom;
}
.upper {
	height: 650px;
	vertical-align:bottom;
}
.lower {
	vertical-align:top;
	display:table-cell;
}
/** Menu */
.menu {
	color: #ffffff;
	font-size: 0.9em;
	clear:both;
}
.menu .categories {
	float: left;
}
.menu .pages {
	float: right;
}

/** Level 1 **/
.menu a,.menu a:visited {
	letter-spacing:2px;
	color: #404040;
	text-decoration: none;
	text-transform:uppercase;
	padding: 0 1px;
	margin: 0;
	font-weight:bold;
}
.menu a.selected {
	text-decoration: underline;
}

.menu .pages a {
	color: #a90b0a;
}

.menu a:hover {
	color: #000000;
}
.menu ul {
	list-style: none;
	margin: 1px;
	padding: 0;
}
.menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
}
.menu .children {
	height: 6.5em;
}
.menu .children ul {
	float:left;
	clear: right;
}
.menu .children ul li {
	display: block;
	width: 120px;
	float:left;
}
.menu .children ul li a{
	font-weight:normal;
	display: block;
	padding: 0;
	margin: 0 5px;
}
