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

a {
	color: #999;
	text-decoration: none;
}

body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 1em "Arial", serif;
	margin: 10px 0;
	
}

ul {
	margin: 12px 0;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	color: #666;
        display: block;
	font: normal 12px "Arial",serif;
	margin-bottom: 12px;
	padding-left: 28px;
	white-space: pre-wrap;
	}


#center {
	text-align:center;
	}
	
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
        display: block;
	font: normal 13px "Bitstream Vera Sans Mono", "Lucida Console", "Consolas", "Courier", monospace;
	margin-bottom: 12px;
	padding-left: 28px;
	white-space: pre-wrap;
}


stats {
	font: normal 12px "Lucida Console",serif;
}


/* 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;
}


.main center {
	text-align: center;
	}
/* header */
.gfx {
	background: #222 url(img/dark_pixel.jpg) no-repeat;
	height: 240px;
}

.gfx h1 {
	color: #666;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}



/* menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	float: left;
	font-size: 1em;
	padding-top: 4px;
	width: 149px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 150px;
}



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

.content h1 {
	color: #666;
	font: bold 1em "Arial",sans-serif;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}

.content center {
	text-align:center;
	}
	

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

.item center {
	text-align: center;
	}


.item mesg {
	background: #0A0A0A;
	
}

	

.item h1 {
	text-align: center;
	}
	

.item h2 {
	text-align: center;
	}

.bkquote {
	float: right;
	margin-bottom: 15px;
        padding-right: 165px;
}

formlabel {
    clear: left;
    float: left;
    width: 150px;
    padding-right: 2px;
    text-align: right;
}

.small {
	font-size: 0.8em;
	font-style: italic;
	}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #444;}
.footer .right a:hover {color: #999;}

.footer #center {
	text-align:center;
	}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
		
		