/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
/* 	color: #999; */
	color: #b8b8bb;
	text-decoration: none;
}
a:hover {
	color: #b8b8bb;
	text-decoration: underline;
}
body {
	background: #000 url(images/bg.png) repeat-x fixed left bottom;
	color: #f8f8ff;
	margin: 20px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(images/quote.gif) no-repeat;
	padding-left: 28px;
	color: #f8f8fff;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 750px; 
}


/* Header */
.gfx {
	background: #222 url(images/dark_pixel.jpg) no-repeat;
	width: 750px;
	height: 160px;
}
.gfx h1 {
	color: #f8f8ff;
	font: normal 3.8em Tahoma,sans-serif;
	position: relative;
	left: 16px;
}

.gfx h4 {
	color: #f8f8ff;
	font: normal 2.4em Tahoma,sans-serif;
	position: relative;
	left: 16px;
}

.gfx h2 {
	color: #d8d8dd;
	font: normal 1.6em Tahoma,sans-serif;
	position: relative;
	left: 25px;
}

.gfx h3 {
	color: #b8b8bb;
	font: normal 1.3em Tahoma,sans-serif;
	position: relative;
	left: 290px;
}

/* Menu */
.menu a {
	background: #000 url(images/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #b8b8bb;
	font-size: 1.2em;
	float: left;
	padding-top: 4px;
	width: 106px; height: 21px;

	text-align: center;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #e8e8ee;
}
.menu a#last {
	width: 108px;
	border-right: none;
}


/* Content */
.content {
	background: #030303 url(images/bgitem.gif) repeat-x;
	padding: 8px 10px;
	border-top: 1px solid #1A1A1A;
	clear: both;
	width: 750px;
	color: #b8b8bb;
	font: 1.3em sans-serif,Arial;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.2em sans-serif,Arial;
	color: #b8b8bb;
}
.content p {
	margin: 0 0 12px;
}

.content h5 {
	font: normal 0.9em "Lucida Sans Unicode",serif;
/*	background: url(images/bgcode.gif); */
	display: block;
	padding: 20px 20px;
	margin-bottom: 12px;
}


/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #c8c8cc;
} 
