/* START COMMON ELEMENTS */
html, body, h1, h2, p, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
table, input, select {
	font-size: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	vertical-align: middle;
}
.clear {
	overflow: hidden;
	clear: both;
	height: 1px;
}
.hidden {
	display: none;
}


.page {
	width: 530px;
	margin: 0 auto; padding: 0 0 30px 0;
	text-align: left;
}


h1 {
	width: 12em;
	margin: 0 0 12px 0;
	background: #000;
	font-size: .7em;
	text-transform: lowercase;
}
h1 a {
	display: block;
	width: 12em;
	padding: 10px 0 6px 0;
	color: #FFF;
	text-align: center;
}


.menu {
	height: 6em;
	font-size: .54em;
	text-transform: lowercase;
}
.menu ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
.menu li {
	float: left;
}
.menu a {
	display: block; float: left;
	padding: 2px 8px;
	border-bottom: #FFF solid 1px;
}
.menu a:hover, .menu a.sel {
	text-decoration: none;
	border-bottom: #000 solid 1px;
}
.menu ul.level {
	text-transform: none;
}


.content {
	clear: both;
	font-size: .54em;
}
.desc {
	padding: 8px 0 6px 8px;
	font-size: .54em;
}
h2 {
	float: left;
	padding: 2px 8px;
	text-transform: uppercase;
	border-bottom: #000 solid 2px;
}