body {
  text-align: center; /* to center the wrapper element (in certain brousers) */
  min-width: 770px; /* for Gecko-based browsers */
  background: #000000 url(ccc_main_bg.jpg);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 100%;
  line-height: 1.125em;
}

h1 {
  font: small-caps 1.75em helvetica, arial, sans-serif;
}

h2 {
  font: 1.125em helvetica, arial, sans-serif;
}

h3 {
  font: 0.85em helvetica, arial, sans-serif;
  color: #ffff66;
}

p {
  font: 0.75em helvetica, arial, sans-serif;
}

.smallfont {
  font: 0.65em helvetica, arial, sans-serif;
}

.smallfont2 {
  font: 0.65em helvetica, arial, sans-serif;
  color: #999999;
}

.background1 {
  background: #000000 url(ccc_background1.jpg) no-repeat;
}

.background2 {
  background: #000000 url(ccc_background2.jpg) no-repeat;
}

#contentcontainer {
  postion: relative;
  float: left;
  text-align: left;
  margin-left: 25px;
  padding-right: 10px;
  padding-left: 10px;
  background: transparent;
  width: 530px;
  height: 400px;
  overflow: auto;
}

.contentcontainer2 {
  text-align: left;
  padding-right: 10px;
  background: transparent;
  width: 500px;
  height: 400px;
  overflow: auto;
}

#contentcontainer3 {
  position: relative;
  float: left;
  text-align: left;
  margin: 0px;
  padding: 0px;
  background: #000000 url(ccc_background1.jpg) no-repeat;
  width: 610px;
  height: 230px;
}

#contentcontainer4 {
  position: relative;
  float: left;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background: #000000 url(ccc_background2.jpg) no-repeat;
  width: 290px;
  height: 230px;
}

#contentcontainer5 {
  position: relative;
  float: left;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  background: transparent;
  width: 279px;
  height: 169px;
  overflow: auto;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
}

#contentcontainer6 {
  position: relative;
  float: left;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 10px;
  background: transparent;
  width: 600px;
  height: 220px;
}

#contentcontainer7 {
  position: relative;
  float: left;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  background: transparent;
  width: 579px;
  height: 174px;
  overflow: auto;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
}

#contentcontainer8 {
  position: relative;
  float: left;
  text-align: center;
  display: inline;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 1px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  background: #000000 url(ccc_media_bg.jpg) no-repeat;
  width: 149px;
  height: 90px;
}

/* blockquote styling */

blockquote {
  padding-left: 15px;
  border-left: 2px dotted #ffff66;
}

blockquote cite {
  display: block;
  text-align: right;
  font-weight: bold;
  color: #ffff66;
}

/* to enlarge an image on rollover */

.gallerycontainer{
  position: relative;
  text-align: left;
  margin-left: 10px;
  height: auto; /*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
  border: 1px solid #000000;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.thumbnail:hover{
  background: transparent;
}

.thumbnail:hover img{
  border: 1px solid #fff;
}

.thumbnail span{ /*css for enlarged image*/
  position: absolute;
  background-color: #fff;
  padding: 5px;
  left: -1000px;
  border: 1px solid #000000;
  visibility: hidden;
  color: #000000;
  font: 0.75em helvetica, arial, sans-serif;
  text-decoration: none;
}

.thumbnail span img{ /*css for enlarged image*/
  border-width: 0px;
  padding: 0px;
}

.thumbnail:hover span{ /*css for enlarged image*/
  visibility: visible;
  top: 0;
  left: 163px; /*position where enlarged image should offset horizontally */
  z-index: 50;
}

#wrapper {
  text-align: left; /* to offset centering the wrapper element in the body element */
  background-color: #000000;
  width: 770px;
  height: auto;
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: auto;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #ffff66;
  text-decoration: underline;
}

a:focus, a:active {
  color: #ffff66;
  text-decoration: underline;
}

#header {
  text-align: center;
  background: #000000;
  width: 770px;
  height: auto;
}

#content {
  text-align: center;
  background-color: #000000;
  float: right;
  display: inline;
  width: 610px;
  height: 460px;
}

#navigation {
  text-align: center;
  background-color: #000000;
  float: left;
  display: inline;
  width: 159px;
  margin-left: 1px;
  height: auto;
}

a.nav, a.nav:link, a.nav:visited {
  display: block;
  width: 155px;
  height: 25px;
  background-color: #000000;
  border: 1px solid #666666;
  margin-top: 2px;
  text-align: center;
  text-decoration: none;
  font: 0.75em helvetica, arial, sans-serif;
  color: #fff;
  line-height: 2em;
  overflow: hidden;
}

a.nav:hover {
  color: #fff;
  background: #000000 url(ccc_nav_bg.jpg) no-repeat;
}

a.nav:active {
  color: #666666;
  background: #000000 url(ccc_nav_bg.jpg) no-repeat;
}

/* to keep the navigation links vertical in text-only browsers */

#navigation span {
  display: none;
}

#counter {
  text-align: center;
  background-color: #000000;
  float: left;
  display: inline;
  width: 160px;
  height: auto;
  padding-top: 10px;
}

#footer {
  text-align: center;
  background-color: #000000;
  clear: both;
  width: 770px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}