* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
html, body {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	z-index: 1;
	background-color: #000;
}
#Menu {
	position: absolute;
	top: 0px;
	left: 50%;
	width: auto;
	height: auto;
	display: block;
	z-index: 2;
}
#Menu ul {
	display: block;
	position: relative;
	left: -50%;
	list-style-type: none;
}
#Menu ul li {
	display: block;
	float: left;
	padding: 5px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}
#Menu ul li a, #Menu ul li a:visited {
	text-decoration: overline;
	border-bottom: 1px solid #888;
	color: #888;
	font-weight: bolder;
	font-family: sans-serif;
	font-style: italic;
}
#Menu ul li a:hover, #Menu ul li a:visited:hover {
	text-decoration: none;
	font-style: normal;
	border-bottom: none;
	font-size: smaller;
}
#Content {
	margin: 50px auto 5px auto;
	background-color: #222;
	border: 2px solid #111;
	display: block;
	width: 500px;
	height: auto;
	border-bottom: 5px solid transparent;
}
h1 {
	width: inherit;
	height: auto;
	display: block;
	text-align: center;
	color: #aaa;
	font-weight: normal;
	font-style: italic;
}
p {
	margin-top: 10px;
	display: block;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
#Content a, #Content a:visited {
	text-decoration: none;
	color: #888;
	border-bottom: 1px dashed #888;
}
#Content a:hover, #Content a:visited:hover {
	color: #aaa;
}
#Content ul {
	list-style-type: none;
	display: block;
	max-width: 400px;
	width: auto;
	margin: 10px 0px 0px 50px;
}
#Content ul li {
	margin-top: 5px;
	color: #eee;
}
address {
	width: inherit;
	text-align: center;
	display: block;
	color: #eee;
	margin-top: 10px;
}
.revme {
	unicode-bidi: bidi-override;
	direction: rtl;
}
dl dt {
	width: inherit;
	text-align: center;
	display: block;
	margin-top: 15px;
	color: #ddd;
}
dl dt, dl dt a {
	font-style: italic;
}
dl dd img {
	display: block;
	width: auto;
	height: auto;
	max-width: 256px;
	border: none;
	text-align: center;
	background: #000;
	margin: 0px auto 0px auto;
	color: #888;
}
h6 {
	width: inherit;
	display: block;
	height: auto;
	text-align: center;
	color: #666;
	font-weight: normal;
}
h6 a, h6 a:visited {
	color: #666;
}
h6 a:hover, h6 a:visited:hover {
	color: #eee;
}

