* {
  /* This is the universal selector: It allows us to style every element
      on a page. In this case, we remove the default browser padding
      and margin on every element */
  margin: 0;
  padding: 0;
  }

body {
  /* Styles applying to the entire page */
/*@  font: 15px/1.5 Sans-Serif;  */
/*@  background: #efdfee url(images/RRbgd.jpg) repeat-x fixed left top;  */
/*@*/
/*@  background: #6f4f8e url(images/RRbkg.jpg) repeat-x fixed left top;  /* */
/*@  background: #6f4f8e url(images/RRbkg.jpg) fixed left top;  */
/*@  background: #6f4f8e url(images/RRbkg090606h.jpg) fixed left top; */
     background: #6f4f8e url(images/RRbkg090606h.jpg);
     background-attachment: fixed; 
/*@  background-attachment: scroll;  */
/*@  color: #f8f8f8;  */
/*@  background: #000000;  */
/*@  text-align: center;  */
}

.RRpagehead {
  color: #f8f8f8;
  font: 14px/28px MS Sans Serif;
  }

.RRnowplaying {
  color: #f8f8f8;
  }


.RRnavdiv {
  /* Section headers share the same tiled background image and font */
  background: #000000 url('images/smallheaderbg.jpg')  repeat-x top left;
  font: 14px/28px Sans-Serif;
  font-weight: bold;
  color: #e0e0e0;
  text-indent: 1em;
  }

#RRcontent, #RRsubContent {
  /* Both the content area and navigation share the same background color */
  color: #f8f8f8;
/*@@  background: #000000; */
  }

/*@@ #RRcontent h1, #RRsubContent h1 { } */
.RRcontdiv {
  /* Section headers share the same tiled background image and font */
  background: #000000 url('/images/smallheaderbg.jpg')  repeat-x top left;
  font: 14px/28px Sans-Serif;
  font-weight: bold;
  color: #e0e0e0;
  text-indent: 1em;
  }

#RRcontent {
  /* The content area is positioned to the right using a right float */
  float: right;
/*@+*/  font: 15px/1.5 Sans-Serif;
 /*@ width: 560px; */
  }

#RRsubContent {
  /* The navigation is positioned to the left using a left float */
  float: left;
  width: 210px;
  }

  /* The following styles apply to lists and links within the navigation */
#RRsubContent ul {
  list-style: none;
  margin: 1em;
  }

#RRsubContent a {
  color: #fefefe;
  font: 1.1em Sans-Serif;
  text-decoration: none;
  }

#RRsubContent a:hover {
  color: #f0f0f0;
  text-decoration: underline;
  }

  /* The following styles apply to the footer and it's contents */
#RRfooter {
  clear: both;
  text-align: center;
  padding: 18px;
  font: 18px Sans-Serif;
  }

#RRfooter a {
  color: #27aefe;
  }

#RRfooter a:hover {
  color: #FFF;
  }

  /* General styles */
img {
  border: none;
  }

img.left {
  float: left;
  margin: 1em 1em 1em 0;
  }

img.right {
  float: right;
  margin: 1em 0 1em 1em;
  }

p, h3, h4 {
  margin: 11px;
  }
.RRmainlogo {
  background: #cf9fff;
  background-image: url(/images/logo.jpg);
  height: 134px;
  background-repeat: repeat-x;
  }
.sidebar {
      background:#7000a7;
      color:#000000;
      background-image: url(images/rptknot.gif);
      }

.RRmainlogo1 {
  background: #000000;
  background-image: url(/images/revradio090519.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 187px;
  }

.djappinp1 {
	   width: 100%;
	   }

