



body, html {
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier, mono;
	background: url('http://web19.sr101.firestorm.ch/zenmetalshirt/logos/dark_roy.jpg') fixed;
}

#container {
	width: 75%;
	background-color: #000;
	filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; -khtml-opacity:0.6	;
	padding: 20px;
	
	color: silver;
	margin: 0 5px 0 auto;
}

#navbar {
width: 18%;
padding: 0;
font-size: 0.9em;
margin: 200px 10px 10px 10px;
position: fixed;
top: 0;
left: 0;
	background-color: gray;
}
#navbar ul {
	list-style: none;
	width:  96%	;
	margin:  5px 2px;
	padding: 0;
	font-size: 1.1em;
}

#navbar ul li {
	margin-bottom: 4px;
}
#navbar ul li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: rgba(255,162,0,0.65);
	border-left: 5px solid black;
	border-right: 5px solid black;
}
#navbar ul li a:hover {
	background: red;
	color: silver;
	border-left: 4px solid silver;
	border-right: 4px solid silver;
}

#sidebar {
width: 180px;
	margin-top: 200px;
	display: block;
	background-color: #ddd;
	padding-left: 5px;
	margin-right: 10px;
	position: fixed;
	float: right;
	right: 1px;
	border: 2px dotted #ff99ff;
	text-shadow: #555 2px 2px 5px;
}

#content {
padding: 0 10px 0 10px;
line-height: 1.6em;
	margin: 50px 20px 0;
	border-left: 4px dotted silver;
	border-right: 4px dotted silver;
}
a {
	text-decoration: none;
	color: #286ea0;
}
a:hover {
	text-decoration: underline;
	color: #286ea0;
}
a img {
	border: 0;
}
#footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid #f0f0f0;
	
	padding-bottom: 2px;
	background-color: rgba(194,194,194,0.8);
}

#pageheader h1 {
	float: left;
	color: #8d8d8d;
}
#pageheader h2 {
	float: right;
text-align: right;
}

#header {
	background: rgba(128,128,128,0.3) fixed;
	text-align: center;
	position: fixed;
	width: 100%;
	top: 10px;
	margin-top: 0;
	font: small-caps bold 90px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: orange;
}

