body {
  margin-top: 0px;
  text-align: center;
  background-color: #c0c0c0;
  font-family: arial,sans-serif;
  font-size: 12px;
}
h1,h2 {
  text-align: center;
}
h3 {
  font-weight: bold;
  text-align: center;
  color:#660000;
}
p {
  padding: 0px 5px;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.big {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0px 5px;
}
a.big:hover {
  text-decoration: none;
}
a.legal {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}

/* Wrapper */

#wrapper {
  margin-right: auto;  
  margin-left: auto;  
  text-align: left;
  padding: 0px;
  width: 750px;
  background-color: #ffffff; 
  border: 1px solid #000000;  
}

/* Logo */

#logo {
  height: 125px;
  background-image: url("images/rippedcams.jpg");  
  background-repeat: no-repeat;
}

/* Content */

#content {
  width: 350px;
  float: left;  
}
.content {
  text-align: justify;
  font-family: arial,sans-serif;
  font-size: 12px;
  padding: 0px 10px;
}
.content img {
  border: 1px solid #000000;
}

/* Right Content */

#rightcontent {
  width: 400px;
  float: right; 
}
.rightcontent {
  text-align: justify;
  font-family: arial,sans-serif;
  font-size: 12px;
}
.rightcontent p {
  padding: 0px 27px;
}
.rightcontent img {
  padding: 5px 27px;
}
a.vid {
  font-weight: bold;
}
a.vid:hover {
  text-decoration: none;
}
a.join {
  font-size: 20px;
  font-weight: bold;
}
a.join:hover {
  text-decoration: none;
}
/*  Thumb Table */

#thumbtable {
  background-image: url("images/thumbback.jpg");
  color: #000000;
  font-family: arial,sans-serif;
  padding: 5px;
}
.thumb {
  width: 120px;
  height: 90px;
  border: 1px solid #000000;
}

/*  Bottom  */

#bottom {
  font-family: arial,sans-serif;
  color: #000000;
  font-size: 12px;
  text-align: center;
}
#bottom a {
  color: #000000;
  font-size: 12px;
}
#bottom a:hover {
  text-decoration: none;
}
a.links {
  color: #000000;
  font-weight: bold;
}
a.links:hover {
  color: #000000;
  text-decoration: none;
}
  
