body {
    margin: 0px;
    background: url(images/score-bgnd.jpg) 180px 160px no-repeat;
}
a {
  text-decoration: none;
}
a:Hover {
  text-decoration: underline;
  color: inherit; 
}
th {
  vertical-align: top;
  text-align: left;
  padding: 3px 10px 3px 3px;
  font-weight: bold;
  color: #666;
}
td {
  vertical-align: top;
  padding: 3px 3px 3px 10px;
}
div#top {
    width: 100%;
    height: 150px;
}
div#nav {
	display: none;
  	width: 155px;
  	height: 366px;
  	background-image: url(images/kmenu_f09.jpg);
  	background-position: top left;
  	background-repeat: no-repeat;
  	text-align: right;
}
div#content {
	position: absolute;
	left: 180px;
	top: 160px;
	width: 680px;
	padding-right: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#content h1 {
  font-size: 18px;
  font-weight: bold;
  color: #483D6B;
}
div#content h2 {
  font-size: 14px;
  font-weight: bold;
  color: #483D6B;
}
div#content h3 {
  font-size: 12px;
  font-weight: bold;
  color: #483D6B;
}
div#content p, div#content th, div#content td {
	line-height: 125%;
	color: #483D6B;
	font-size: 12px;
}
div#content p.s {
  font-size: 10px;
}

div#teaser {
  float: right;
  padding-top: 15px;
  padding-left: 40px;
}
div#goldnote {
    position: absolute;
    left: 10px;
    bottom: 20px;
}
a.link {
  background: url(images/arrow_right.gif) 0px 0px no-repeat;
  padding-left: 20px;
  font-size: inherit;
  color: inherit;
}

#home    div#nav   { background: url(images/kmenu.jpg) 0px 0px no-repeat; }
#bio     div#nav   { background: url(images/kmenu.jpg) -155px 0px no-repeat; }
#prog    div#nav   { background: url(images/kmenu.jpg) -310px 0px no-repeat; }
#press   div#nav   { background: url(images/kmenu.jpg) -465px 0px no-repeat; }
#shop    div#nav   { background: url(images/kmenu.jpg) -620px 0px no-repeat; }
#impress div#nav   { background: url(images/kmenu.jpg) -775px 0px no-repeat; }
#contact div#nav   { background: url(images/kmenu.jpg) -930px 0px no-repeat; }
div#nav a {
  	display: block;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	font-size: 12px;
  	text-decoration: none;
  	color: #333;
  	padding-right: 30px; 
}
a#gohome    { padding-top: 22px; }
a#gobio     { padding-top: 12px; }
a#goprog    { padding-top: 14px; }
a#gopress   { padding-top: 12px; }
a#goshop    { padding-top: 14px; }
a#goimpress { padding-top: 13px; }
a#gocontact { padding-top: 13px; }
