
body
{
  background-color: #fdfbdd;
  font-family: "Trebuchet MS", sans-serif;
}

.header
{
  text-align: center;
}


.hr
{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}


.container
{
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.side_left
{
  width: 200px;
  height: 1650px;
/*  border: 1px solid black; */
  float: left;
  margin-right: 20px;
  margin-top: 70px;
}


.main_content
{
  float: left;
  width: 800px;  
  margin-bottom: 50px;
}


.side_right
{

}

.img_table img
{
  border: 1px solid black; 
}


.footer
{
  text-align: center;
  font-size: 12px;
  margin-top: 35px;
}

.footer a
{
  color: #990000;
}

.heading_box
{
  background: url("images/heading_box.gif");
  background-repeat: no-repeat;
  height: 30px;
  width: 190px;
  color: white;
  padding-top: 2px;
  text-align: center;
  font-weight: bold;
}

.side-links
{
  text-align: left;
}

.side-links ul
{
  list-style-type: none;
}

.side-links a
{
    color: black;
}
