html, body {
  width: 100%;
  height: 100%;
  margin: 0px;

}
body {
  background-color: #b1b1b1;
  font-size: 12px;
  color: #3b312d;
  background-image: url('images/bg.jpg');
  text-align: center;
}

* {
  font-family: Verdana;
}
img {
  border: 0;
}

.link{
  font-weight: normal;
  font-size: 12px;
  color: #646464;
  text-decoration: none;
}
#site {
  width: 100%;
  height: 100%;
  margin: 0px;
  text-align: center;
  
}

#flashheader {
width: 872px;
height: 114px;
border: 0px solid red;
background-image: url('images/header_start.jpg');
background-repeat: no-repeat;


}

#content2col {
width: 960px;
height: 350px;
border: 0px solid red;
}


#rightcol {
width: 480px;
height: 350px;
border: 0px solid blue;
float: right;


}
#rightarrow {
width: 14px;
height: 350px;
float: right;
}
#contentright {
width: 436px;
height: 350px;
background-image: url('images/start_right_new.jpg');
background-repeat: no-repeat;
float: left;
text-decoration: none;
}

#leftcol {
width: 480px;
height: 350px;
border: 0px solid green;
float: left;


}
#leftarrow {
width: 14px;
height: 350px;
float: left;
}
#contentleft {
width: 436px;
height: 350px;
background-image: url('images/start_left_new.jpg');
background-repeat: no-repeat;
float: right;
text-decoration: none;
}
.introbox{
  border: 0px solid red; 
  margin-top: 250px; 
  margin-left: 50px; 
  margin-right: 50px; 
  text-align: left;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

#flashfooter {
width: 872px;
height: 140px;
border: 0px solid red;
background-image: url('images/start_foot.jpg');
background-repeat: no-repeat;
}
