/* all pages */
body {background-image: url("backgroundpix2.jpg"); background-repeat: repeat;}
body { color: blue }


a:link { color: #f00 }
a:visited { color: #f00 }
a:hover { color: #0ee }
a:active { color: #f00 }

div#footer a img {
  border: none;
}

div#container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div#rockman_logo {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

div#banner {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

div#banner img {
  border: none
}

h1#content_heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #000
}

div#main_content {
  margin-top: auto;
  margin-left: 275px;
  margin-right: 275px;
  width: 56%
}
div#main_content_box {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  border: double red;
  padding: 0;
  background-color: #000
}
div#videobox2 {
  margin-left: auto;
  margin-right: auto;
  margin-top:5px;
  
}

div#left_content {
  text-align: right;
  width: 250px;
  background-image: url("");
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  left: 10px;
}
 
div#right_content {
  text-align: left;
  width: 248px;
  background-image: url("");
  background-repeat:  no-repeat;
  position: absolute;
  top: 0px;
  right: 5px;
}
div#videobox {
  margin-left: 0px
  margin-top: 390px;
}
 
div#navlist {
  margin-right: 25px;
  margin-top: 390px;
}

div#navlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#navlist a img { border: none; }
/* BEGIN navbar class */
div.navbar {
  padding: 0;
/*  list-style: none */
/*  background-color: #2E2EFE; */
}

div.navbar ul {
  list-style: none;
  padding: 5px;
  margin: 0; 
  background-color: #111
}

div.navbar li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #2E2EFE;
}

div.navbar li.first {
  padding-left: 10px;
  padding-right: 10px;
  border-left: none
}

/* END navbar class */

h2.subheading {
  margin-right: 5px;
  font-weight: bold;
  color: #2E2EFE;
  background-color: #000;
  padding: 2px
}

td.catalog_entry {
  vertical-align: top
}

#galleries {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.galleries_list {
  list-style-type: none;
}

