/* Standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #8888aa;
}

a:hover {
	color: #8888e7;
}

body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #777777;
	margin: 20px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}

ul {
	margin: 12px 0;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

code {
	font: normal 1em "Courier New", Courier, monospace;
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin: 0px 20px 12px;
	border: 1px dashed #666666;
}

form {
	margin: 0px;
}

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


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


/* Header */
.gfx {
	background: #222 url(img/dark_pixel.jpg) no-repeat;
	height: 240px;
}

.gfx h1 {
	font: bold 4.3em Arial, Helvetica, sans-serif;
	display: block;
	padding: 60px 0px 0px 40px;
	line-height: 0.6;
	color: #444444;	
}

.gfx h2 {
	font: bold 2.1em Arial, Helvetica, sans-serif;
	display: block;
	padding: 0px 0px 0px 44px;
	color: #444444;	
}

/* Menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #666666;
	font-size: 1.2em;
	float: left;
	padding-top: 4px;
	width: 149px; height: 36px;
	text-decoration: none;
}
.menu a span {
	padding-left: 6px;
}

.menu a:hover {
	background-position: left bottom;
	color: #888888;
}

.menu a#last {
	width: 150px;
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}

.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #888888;
}
.content p {
	margin: 0 0 3px;
	text-align: justify;
}

.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}

/* Forms */
.form_left {
	float: left;
	width: 90px;
	margin: 3px 10px 3px 0px;	
}

form_right {
	float: left;
	margin: 3px 0px;
	width: 220px;
}

.front_page_form textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #666666;
	background-color: #111111;
	color: #999999;
	font: normal 1em Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	padding: 3px;
}

.front_page_form input {
	width: 200px;
	border: 1px solid #666666;
	background-color: #111111;
	color: #999999;
	font: normal 1em Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	padding: 3px;
}

.front_page_form .submit {
	border: 1px outset #666666;
	color: #999999;
	background-color: #111111;
	padding: 3px 0px;
	width: 60px;
	margin: 0px 0px 3px 248px;
}

.magic {
	color: #8888aa;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

.repform {
	display: none;
}

.ohmy {
	visibility: visible;
}

.pa {
	display: none;
}

/* Footer */
.footer {
	padding: 5px 5px 5px 35px;
	background: #0A0A0A;
	color: #666666;
	clear: both;
} 