@charset "utf-8";
/* CSS Document */

.border{
	width:850px;
	padding:25px;
	background-color:#FFF;
	margin:auto;
	border-style: solid;
	border-width: 2px;
	border-color:#C4CDE0;
}
.header{
	width:850px;
	height:250px;
	background-color:#272219;
	text-align: center;
}
.Header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #D20000;
}
.Header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.nav{
	width:850px;
	height:50px;
	background-color:#2D281D;
	color: #A8A8B7;
}
/* unvisited link */
a:link {
	color: #A8A8B7;
}

/* visited link */
a:visited {
	color: #A8A8B7;
}

/* mouse over link */
a:hover {
	color: #BEAC7C;
}

/* selected link */
a:active {
	color: #F6F3E2;
} 
.banner{
	width:850px;
	height:300px;
	background-color:#FFFFFF;
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.main{
	width:850px;
	height:100%;
	background-color:#F6F3E2;
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer{
	width:850px;
	height:60px;
	background-color:#BEAC7C;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	vertical-align: 50%;
	font-weight: bold;
}
body{
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
