/* 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;
	margin: 20px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}

code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(IMG/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


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


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


/* Header */
.gfx {
	background: #222 url(IMG/Mom.gif) no-repeat;
	height: 440px;
        margin: auto auto;
}
.gfx h1 {
	color: #F2F2F2;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 8px 20px;
}




/* 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: #666;
}
.content p {
	margin: 0 0 4px;
        font: bold 1.1em sans-serif,Arial;
        color: #1A1A1A;

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


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