/* standard elements */

* {

	margin: 0;

	padding: 0;

}

a {

	color: #ff6600;

	text-decoration: none;

}

body {

	background: #000 url(img/star.gif) repeat fixed left top;

	color: #555;

	font: normal 0.7em sans-serif,Arial;

	margin: 20px 0;

	text-align: center;

}


cite {

	background: url(img/quote.gif) no-repeat;

	color: #666;

	display: block;

	font: normal 1.1em "Lucida Sans Unicode",serif;

	margin-bottom: 12px;

	padding-left: 28px;

}





/* main structure */

.main {
	background: #000;
	border: 3px double #EEE;
	border-color: #141414 #202020 #222 #202020;
	margin: 20px auto 4px auto;
	width: 600px;

}



/* content */

.content {

	background: #1A1A1A;

	border-top: 1px solid #1A1A1A;

	clear: both;

}

.content h1 {
	color: #ff6600;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
	text-align: center;

}

.content p {
	margin: 0 0 12px;
	text-align: left;

}

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

}





/* footer */

.footer {

	background: #0A0A0A;

	color: #666;

	padding: 5px;

} 

