body {
  margin: 20px;
  font-family: Century Gothic,Helvetica Neue,Verdana,Tahoma,Arial,sans-serif;
  background-color: #666666;
  font-size: 16px;
  color: #ffffff;
}

#main {
  border-style: solid;
  border-width: 1px;
  margin-right: auto;
  width: 950px;
  margin-left: auto;
  background-color: #000000;
  min-height: 600px;
}

#header {
  border-left-style: none;
  border-left-width: 1px;
  width: 100%;
  background-color: #000000;
  float: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#headerlogo {
  float: left;
  border-right-width: 1px;
  margin-right: 25px;
  border-right-style: solid;
  width: 150px;
}

#headertext {
  padding-top: 40px;
}

#bodywrapper {
  clear: both;
}

#copy {
  width: 790px;
  float: right;
  padding-top: 10px;
  padding-left: 20px;
}
p.h1 {
  font-size: 30px;
  line-height: 0px;
}
p.h2 {
  font-size: 20px;
  line-height: 0px;
}
p.h3 {
  font-size: 16px;
}
a {
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #999999;
}

a img
{
border: none;
}

#contactbutton {
  padding-right: 15px;
  background-color: #000000;
  text-align: right;
  float: right;
  color: #ffffff;
  width: 100px;
  position: relative;
  top: -10px;
}

#contactbutton:hover {
  color: #999999;
}

#contactbutton a {
text-decoration: none;
}

.links {
  border-bottom: 1px solid white;
  width: 100%;
  clear: both;
  text-align: left;
  font-size: 20px;
}

.links td {
  border-color: white;
  text-align: center;
  width: 5%;
}

.links a
{
  text-decoration: none;
}

.links a:hover {
  color: #999999;
}
.active {
  color: #999999;
}
#sidepanel {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  width: 120px;
}
#sidesignup {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sideinput {
  width: 100px;
}
.button {
  color: white;
  background-color: black;
  min-width: 80px;
}

#left {
float: left;
width: 355px;
padding-left: 20px;
padding-right: 20px;
}

#right {
float: right;
width: 355px;
padding-left: 20px;
padding-right: 20px; 
}

.center
{
display: block;
margin-left: auto;
margin-right: auto;
}

.emailmessage
{
  width: 300px;
  height: 150px;
}

.links2
{
  position: relative;
  left: -10px;
  border: none;
}

#idx
{
  padding: 10px;
}

#mainimage img{
  border: 1px solid white;
}

#mainimage {
position: absolute;
width: 800px;
left: 50%;
top: 50%;
margin-left: -400px;
margin-top: -300px;
z-index: 1;
}

#filmstrip img {
  border: white 1px solid;
  margin: 5px;
}

#filmstrip {
  position: relative;
  left: -10px;
  float: right;
  width: 200px;
  overflow: auto;
  height: 350px;
}

#footer {
margin: 0px auto;
clear: both;
width: 400px;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
font-size: 12px;
}
