html, body{
	background-color: #734B31;
	font-size: 14px;
font-family: arial, Sans-Serif;
color: #ffffff;
margin: 0px;
padding: 0px;
}

#Container {
  width: 960px;
  margin: 0 auto 20px auto;
  border: 2px black solid;
    border-top-color: black;
    border-top-style: solid;
    border-top-width: 2px;
  border-top: none;
  -webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.75);
  -moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.75);
  box-shadow: 0px 0px 9px hsla(0,0%,0%,1);
  background-color: #191E34;
}

.slideshow{
	background: url('header-01.jpg') no-repeat top left;
	text-align: right;
	padding: 20px;
	position: relative;
}

.tagline{
font-size: 12px;
color: #f1f1f1;
text-shadow: 1px 1px 1px hsla(0,0%,0%,.75);
font-weight: bold;
font-style: italic;
padding-top: 65px;
}

#content{
	padding: 20px;
}