body	{
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  color: #555;
  background: #bba;
  font: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
}

img  {
  border: 0;
  display: block;
}


  /*  wrapper  */

#outerwrapper {
    background: #bba url(./images/outerwrap.gif) top center repeat-y;
    height: 500px;
}

#wrapper  {
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 690px;
  text-align: left;
  background: #fff url(./images/innerwrap.gif) top right repeat-y;
  font-size:90%;
}
  
#bottomwrapper  {
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 722px;
  height: 50px;
  text-align: center;
  background: #fff url(./images/outerwrap_bottom.gif) top right no-repeat;
  font-size:90%;
}  
  

  /* Header */

#rw-header  {
  color: #ffe;
  background: #000 url(./images/sunrise_web.jpg) bottom right no-repeat;
  margin: 0 auto;
  padding: 0 0 15px 0;
  border: 0;
}

#rw-header h1  {
  font-size: 24px;
  text-align: left;
  padding: 15px 20px 0 20px;
  font: "Times New Roman", Times, serif;
  margin: 0;
}
  
#rw-header p  {
  font-size: 110%;
  text-align: left;
  padding: 3px 20px 10px 20px;
  margin: 0;
  line-height:140%;
}

  
  /*  main content */

#content  {
  padding: 0 20px;
}
  
#main  {
  width: 400px;
  height: 400px;
  float: left;
  overflow:auto;
}

#sidebar  {
  width: 226px;
  float: right;
}

#rw_main  {
  /* width: 626px; */
  width:670px;
  height: 400px;
  overflow: auto;
}


  /*  sidebar  */

.sidebar_notice {
  text-align:center;
  font-weight:bold;
  background: #222;
  border: 1px solid #444;
  padding: 5px;
}
  
  /*  footer  */


#footer  {
  clear: left;
  margin: 0;
  padding: 0 20px;
  border: 0;
  text-align: left;
  border-top: 1px solid #f9f9f9;
  background-color: #fdfdfd;
}
  
#footer p  {
  text-align: left;
  margin: 0;
  padding: 10px 0;
  font-size: x-small;
  background-color: transparent;
  color: #999;
}


  /*  header links 

#rw-header a:link, a:visited {
  font-size : 95%;
  text-decoration : none;
  color: #ffe;
  background: transparent; 
}

#rw-header a:hover {
  text-decoration : underline;
  color: #ffe;
  background: transparent; 
}

#rw-header a:active {
  text-decoration : none;
  color: #ffe;
  background: transparent;  
}

*/

  /*  default links   */

a:link, a:visited {
  /* font-size : 95%; */
  text-decoration : none;
  color: #998;
  background: transparent; 
}

a:hover {
  text-decoration : none;
  color: #c63;
  background: transparent; 
}

a:active {
  text-decoration : none;
  color: #998;
  background: transparent;  
}



  
  /* Typography */
  
#main p, #sidebar p {
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 1em;
}
  
.content-body {
  line-height: 140%;
} 

.content img {
  margin:0 0 5px 0;
  padding:4px;
  border:1px solid #ccc;
}

h2, h3, h4, h5  {
  margin: 25px 0 0 0;
  padding: 0;
}

h2  {
  font-size: small;
  border-bottom:1px dotted #998;
}

h3.content-title {
  margin-top: 5px;
  font-size: medium;
}

ul  {
  margin: 0 0 25px 0;
}


li  {
  line-height: 160%;
}
  

#header li  {
  display:inline;
  list-style-type:none;
}

#sidebar ul   {
  padding-left: 10px;
  padding-top: 3px;
  border-bottom:1px dotted #eee;
}

#sidebar ul li {
  list-style: disc url(http://www.blogblog.com/moto_mr/diamond.gif) inside;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

div #notice  {
  color:white;
  float:bottom;
  margin-left:auto;
  margin-right:auto;
  padding:6px;
  background:#ffe url(./images/notice_bg.gif) top left no-repeat;
  vertical-align:bottom;
  border:1px;
  width:380px;
  height:40px;
  font-size:larger;
  text-align:justify;
}

h1.trailer1link {
  color: #eee;
  margin: 1em 1em 0 1em;
  padding: 40px 0 40px 0;
  background: url(./images/trailer1_bw.jpg) top left no-repeat;
}

h1.trailer1link:hover {
  color: #fff;
  background: url(./images/trailer1.jpg) top left no-repeat;
}

h1.trailer2link {
  color: #eee;
  margin: 1em 1em 0 1em;
  padding: 40px 0 40px 0;
  background: url(./images/trailer2_bw.jpg) top left no-repeat;
}

h1.trailer2link:hover {
  color: #fff;
  background: url(./images/trailer2.jpg) top left no-repeat;
}

p.rss {
  font-size: larger;
  background: #555;
  /border: 1px solid #bba;
  padding: 2px;
}

p.rss a { color: #eee; }
p.rss a:hover { color: #bba; }
p.rss a img {
  float:left;
  margin: 3px;
}
