a {
	color: #000;
	text-decoration: none;
}
body  { color: #333; font: 0.9em sans-serif, Helvetica; background: #555 url("img/bg.gif") repeat-y fixed center bottom; text-align: center; margin: 20px 0 }
.gfx a:link { background: #f5f5f5 url("img/handw.gif") no-repeat; display: block; height: 240px }
.gfx a:visited { background: #f5f5f5 url("img/handw2.gif") no-repeat; display: block; height: 240px }
.gfx a:hover { background: #f5f5f5 url("img/handw3.gif") no-repeat; display: block; height: 240px }
.gfx a:active { background: #f5f5f5 url("img/handw4.gif") no-repeat; display: block; height: 240px }

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.5em sans-serif, Helvetica;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu a  { color: #888; background: #eee; padding-top: 4px; width: 119px; height: 36px; float: left; border-top: 1px solid #e5e5e5; border-right: 1px solid #cecece }
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url("img/bgmenu.gif") repeat-x;
	color: #666;
}
.menu a#last {
	width: 150px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1em sans-serif,Helvetica;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url("img/bgitem.gif") repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	font: 0.75em sans-serif, Helvetica;
	color: #666;
} 