body {
  margin-top: 0px;
  text-align: center;
  background-color: #8B0000;
  font-family: arial,sans-serif;
  font-size: 12px;
}
h1,h2 {
  text-align: center;
}
h3 {
  font-weight: bold;
  text-align: center;
  color:#C00000;
}
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: 100px;
  background-image: url("webcam-images/webcamlogo.gif");  
  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("webcam-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: #ffffff;
  font-size: 12px;
  text-align: center;
}
#bottom a {
  color: #ffffff;
  font-size: 12px;
}
#bottom a:hover {
  text-decoration: none;
}
a.links {
  color: #ffffff;
  font-weight: bold;
}
a.links:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Landing Page Styles */

#landing_wrapper {
  margin-right: auto;  
  margin-left: auto;  
  text-align: left;
  padding: 0px;
  width: 750px;
} 
#landing_left {
  text-align: center;
  width: 200px;
  float: left;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
#landing_left h2 {
  text-align: center;
  font-size: 18px;
}
#landing_right {
  width: 525px;
  float: right;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
#landing_right h1 {
  text-align: center;
  font-size: 20px;
}
landing_right h2 {
  text-align: center;
  font-size: 18px;
}
#landing_right td {
  text-align: center;
}

  