body {
	background: #ffffff url(../images/back.gif) repeat-x top;
	color: #333;
	margin: 0;
	padding: 0;
	font: 75% "Lucida Grande", Verdana, Arial, Sans-Serif;
	text-align: center;
}

div {
  float: left;
}

img {
  border: none;
}

a, a:visited {
  color: #0066aa;
  background: none;
}

.alignright {
  float: right;
  text-align: right;
}

#header {
  width: 100%;
  height: 136px;
  margin: auto;
  background: transparent url(../images/copyright.gif) no-repeat top left;
}

#contents {
  width: 100%;
  background: none;
}

#footer {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  /*border: 1px solid #eee;*/
  color: #333;
  background: none;
  /*font-size: 10px;*/
  /*font-style: italic;*/
  text-align: center;
}

/*#footer:hover {
  border: 1px solid #ffcc33;
  background: #ffffcc;
}*/

.tune {
  float: left;
  width: 40%;
  margin-left: 1em;
  margin-bottom: 1em;
  padding: 0.5em;
  padding-left: 5em;
  text-align: left;
  border: 1px solid #eee;
  /*border-right: 1px solid #eee;*/
  /*border-bottom: 1px solid #eee;*/
  background: transparent url(../images/headphones.blue.gif) no-repeat top left;
}

.tune:hover {
  border: 1px solid #ffcc33;
  /*border-right: 1px solid #cacaca;*/
  /*border-bottom: 1px solid #cacaca;*/
  background: #ffffcc url(../images/headphones.green.gif) no-repeat top left;
}

#leftnav {
  position: absolute;
  width: 20em;
  /*height: 100%;*/
  left: 1em;
  margin-top: 1em;;
  /*border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;*/
  border: 1px solid #eee;
  padding: 1em;
  text-align: left;
  /*background: #ffffff url(../images/back.gif) repeat-x top;*/
}

ul#tabnav {
font: bold 12px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
border-bottom: 1px solid #eee;
margin: 0 10px 10px 10px;
}

ul#tabnav li {
float: right;
height: 21px;
background-color: #fff;
margin: 2px 2px 0 2px;
border: 1px solid #eee;
}

#tabnav a {
float: left;
display: block;
color: #666;
text-decoration: none;
padding: 4px;
}

#tabnav a:hover {
/*padding: 4px;*/
/*border: 1px solid #ffcc33;*/
background: #ffffcc;
}

#tabnav li:hover {
border: 1px solid #ffcc33;
}

#tabnav li.here {
border: 1px solid #ffcc33;
border-bottom: 1px solid #fff;
background: #ffffcc;
}
