
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #FFFFFF url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 30px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: ;
	color: #666;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: ;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
	background: #FFFFFF; 
	border: 3px double #EEE; 
	border-color: #FFFFFF; 
	margin: 20px auto 4px auto; 
	text-align: center;
	width: 820px; 
}


/* header */
.gfx {
	background: #222 url() no-repeat;
	height: 495px;
	border: 3px double #FFFFFF;
}
.gfx h1 {
	color: #FFFFFF;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 0px 0px;
}


/* menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #FFFFFF;
	color: #444;
	float: center;
	font-size: 1.2em;
	padding-top: 4px;
	width: 147px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 147px;
}


/* content */
.content {
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	clear: both;
}
.content h1 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #FFFFFF url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* footer */
.footer {
	background: #FFFFFF;
	color: #666;
	padding: 5px;
} 