body {
	margin: 0;
	text-align:center;
	background-color:#CCCCCC;
	left:0px;
	top:0px;
	background-attachment: fixed;
}
	
#container {
		text-align: left;
    margin: 0 auto; /* center on everything else */
    width: 850px;

}
  
.line_font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.review_font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.main_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
		line-height: 1.5em;
}
.main_font_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}
.main_font_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-style: oblique;
	text-decoration: underline;
}
.review_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-style: inherit;
	background-color: #FFCC00;
}
.review_name_pink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: inherit;
	background-color: #009933;
	font-weight: bold;
}
.holizon_line {
	border: 1px dashed #9900CC;
}
.album_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
img.album{
  width: 80px; 
  height: 80px; 
}
img.album-smller{
  width: 60px; 
  height: 60px; 
}
img.icon{
  width: 25px; 
  height: 25px; 
}
img.albumbig{
  width: 130px; 
  height: 130px; 
}
.bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.bigtitle_i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #000000;
}
.bigtitle_bitsmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #33CC00;
	background-color:#000000
}
.bigtitle_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.bigtitle_underline_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FF3333;
	border-bottom: 3px double;
}
#navigation { 
position:fixed; 
top:250px; 
left:638px; 
z-index:1; 
}
table.sample{
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
#sample th{
    border-right:0px solid #ffffff;
    border-bottom:0px solid #ffffff;
    color:#330000;
    padding:0.1em 0em;
    text-align:center;
}
#sample td{
    border-right:0px solid #ffffff;
    border-bottom:0px solid #ffffff;
    padding:0.0em 0em;
}
/* begin styles for RSS Feed */

.rss-box {
	 margin: 0.5em;
	 width: 440px;
	 background-color: #FFFFFF;
         border: 1px dashed #AEBB95;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#333333;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 15px;
	background-color:#FFFFFF;
	color:#000;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 15px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #009933;
	font-weight: bold;
	}
	
.rss-item a:visited {
	color:#990066;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #999900;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: #990066   }

