/* CSS Document */
body {
  margin: 0;
  background-color: #220101;
}
#outter_container {
  width: 100%;
  height: auto;
}
#container {
  width: 1000px;
  height: auto;
  margin:0 auto;
}
#banner {
  width: 1000px;
  height: 107px;
  background-image: url(images/banner.jpg);
  background-repeat: no-repeat;
}

/*NAVIGATION STARTS HERE*/
  a:link { 
	color: #e7e7c5;
	}
  a:visited { 
	color: #e7e7c5;
	}
  a:hover { 
	color: #692328; 
	}
  a:active { 
	color: #e7e7c5;
	}
#content a
{
	color: #220101;
}

#navigation {
  background-color: #cccc99;
  font-family: Bitstream Vera Sans mono, times;
  font-weight: bolder;
  text-decoration: none;
  width: 1000px;
  height: 35px;
  float: left;
  clear: both;
}
.menuactive a{
  background-image: url(images/linktop.jpg);
  background-repeat: no-repeat;
  background-color: #666666;
  font-family: Bitstream Vera Sans mono, times;
  font-weight: bolder;
  text-decoration: none;
  line-height: 31px;
  width: 150px;
  margin-left: 14px;
  margin-top: 4px;
  float: left;
  clear: right;
  text-align: center;
  vertical-align: center;
}
.menuinactive a{
  background-image: url(images/linktop.jpg);
  background-repeat: no-repeat;
  background-color: #666666;
  font-family: Bitstream Vera Sans mono, times;
  font-weight: bolder;
  text-decoration: none;
  line-height: 31px;
  width: 150px;
  margin-left: 14px;
  margin-top: 4px;
  float: left; 
  clear: right; 
  text-align: center;
}
#nav_bottom {
  background-image: url(images/linkbottom.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 30px;
  float: left;
  clear: both;
}
/*NAVIGATION ENDS HERE*/

#content {
  background-color: #e7e7c5;
  width: 980px;
  height: auto;
  margin-top: 50px;
  padding-right: 20px;
}
#footer {
  background-color: #666666;
  width: 1000px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
}
.three_pictures {
  text-align: center;
}
