/* CSS Document */

body {
  background:#A6A49D; 
  font-family: Helvetica, Arial, sans-serif; 
}

#container {
  position: relative;
  margin: 0 auto;
  width: 800px;
  height: 595px;
  text-align: left;
}

#header {
  position:absolute; 
  top:0; 
  left:0;
  width:800px; 
  height:36px; 
  overflow:none; 
  background:#53829d;
  color:#fff;
}

#contents {
  position:absolute; 
  top:40px;
  left:2px;
  bottom:22px; 
  right:0;
  width:796px; 
  height:530px; 
  overflow:auto;
  text-align:center; 
  background:#A87E23;
}

#news {
	position:absolute;
	top:60px;
	left:606px;
	right:px;
	height:490px;
	width:170;
	overflow:hidden;
}

#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:800px; 
  height:21px; 
  overflow:none; 
  text-align:center;
  background-color:#666666;
}

.newsTitle {
  background-color: #FFF7C9;
  font-size: xx-small;
  font-weight: bold;
}

.newsBody {
  font-size: xx-small;
}

.songlist1 {
  background-color: #BEA66F;
}

.songlist2 {
  background-color: #B69753;
}

.fineprint {
  font-size: xx-small;
  text-align: center;
}

.menu {
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif
}

.menu li {
	display:inline;
	margin-left:21px;
	margin-right:21px;
	color:#CCCCCC;
}

.menu li a:link, .menu li a:visited, .menu li a:active {
	text-decoration:none;
	color:#CCCCCC;
}

.menu li a:hover {
	color:#A87E23;
}
