body {
	background-image: url(images/desktop.jpg);
}
#header {
	background: #00CC00;
	text-align: center;
	width: 90%;
	margin: 0;
	border-right: 5px solid #00CC00;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	position: absolute;
	top: 0px;
	left: 0px;
}
a:hover, #gnavi a:hover, #copyright a:hover {
	background: #FFEEFF;
	color: Red;
	text-decoration: underline;
}
#tkcraft {
	background-color: #CCFFCC;
	text-align: center;
	width: 90%;
	margin: 0;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
#tkcraft a {
	background-color: transparent;
	color: Blue;
	text-decoration: none;
}
#tkcraft a:hover {
	text-decoration: underline;
}
#gnavi {
	text-align: right;
	padding: 5px;
	background-color: #336633;
	color: White;
	width: 90%;
	font-size: 0.9em;
}
#gnavi a {
	background-color: #0066CC;
	color: White;
	text-decoration: none;
}
#ad {
	padding: 5px 1em;
	margin: 0;
	text-align: left;
	font-size: 0.9em;
	background-color: #FFEEBB;
}
#maincontent {
	width: 90%;
	border-top-width: 5px;
	text-align: center;
	background-color: #EEEEEE;
}
h3 a, h3 a:visited {
	white-space: nowrap;
	font-size: 0.9em;
	border-top-color: Blue;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: Blue;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 4px 5px 2px 5px;
	display: block;
	color: Blue;
	text-decoration: none;
	background-color: White;
}
h3 a:hover {
	border-top-color: Red;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: Red;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: Red;
	background-color: #FFEEFF;
	text-decoration: none;
}
.desc {
	font-size: 0.9em;
}
strong {
	color: #CC0066;
}
img {
	border: 0;
}
#count {
	font-size: 10pt;
}
.footermenu {
	font-size: 0.9em;
	background-color: #FFCC99;
	padding-top: 2px;
	padding-bottom: 1px;
}
.footermenu a {
	text-decoration: none;
}
#current {
	background-color: #336633;
	color: White;
	text-align: center;
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 1px;
}
#copyright {
	background-color: #336633;
	color: White;
	font-size: 0.9em;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 2px;
}
#copyright a {
	color: White;
	text-decoration: none;
	background-color: #0066CC;
}


