html {
  background: url(/images/bg.jpg) no-repeat center center fixed;
  background-color: #cad5e7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

body {
  text-align: center;
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-style: normal;
  color: #c6834e;
  font-weight: bold;
  font-family: Lucida Sans;
}

h2 {
  text-align: left;
  padding: 10px;
  margin: 0px;
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-weight: bold;
  font-family: Lucida Sans;
}

h3 {
  text-align: center;
  margin: 0px;
  padding: 10px;
  font-size: 20px;
  font-style: oblique;
  color: #c6834e;
  font-weight: normal;
  font-family: Lucida Sans;
}

h4 {
  font-size: 14px;
  padding: 15px;
  margin: 0px;
  text-align: leftt;
  text-indent: 20px;
  color: #ffffff;
  font-weight: normal;
}

h5 {
  font-size: 14px;
  padding: 15px;
  margin: 0px;
  text-align: left;
  text-indent: 0px;
  font-weight: normal;
}

h6 {
  font-size: 18px;
  padding: 15px;
  margin: 0px;
  text-align: left;
  text-indent: 20px;
  font-family: Book Antiqua;
  font-style: oblique;
}

p {
  font-size: 14px;
  padding: 15px;
  margin: 0px;
  text-align: left;
  text-indent: 0px;
}

ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

.borderright {
  margin: 0px;
  padding: 0px;
  border-right: solid thin #C6834E;
}

li {
  margin: 0px;
  padding: 0px;
  display: inline;
  width: 16%;
  float:left;
}

a.class1:link, a.class1:active, a.class1:visited {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  font-family: Lucida Sans;
  display: block;
}

a.class1:hover {
  font-size: 16px;
  font-family: Lucida Sans;
  color: #90a9d1;
}

a.class2:link, a.class2:hover, a.class2:active, a.class2:visited {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #0645AD;
  font-style: oblique;
  text-decoration: none;
}

a.class3:link, a.class3:hover, a.class3:active, a.class3:visited {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  font-family: Lucida Sans;
}

a img {
  border: none;
}

#nav ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#nav li {
  margin: 0px;
  padding: 0px;
  float:left;
}

#masthead {
  width: 75%;
  min-width: 920px;
  margin: 0px auto;
  padding: 0px;
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

#logo {
  width: 500px;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: left;
}

#logoright {
  width: 400px;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: right;
}

#navbar {
  width: 920px;
  height: 15px;
  margin: 0px auto;
  padding: 15px 0px;
  clear: both;
}

#top  {
  width: 75%;
  min-width: 920px;
  height: 1330px;
  margin: 0 auto;
  padding: 20px 0px 20px 0px;
  background-color: #ffffff;
  clear: both;
}

#topleft {
  width: 64%;
  min-width: 597px;
  height: 1330px;
  margin: 0px;
  padding: 0px;
  float: left;
  border-right: solid thin #000;
}

#topright {
  width: 35%;
  min-width: 322px;
  height: 1330px;
  margin: 0px auto;
  padding: 0px;
  float: right;
  text-align: left;
}

#mid  {
  width: 75%;
  min-width: 800px;
  height: 200px;
  margin: 0 auto;
  padding: 0px;
  background-color: #ffffff;
}


#bottom  {
  width: 75%;
  min-width: 800px;
  height: 200px;
  margin: 0 auto;
  background-color: #ffffff;
}

#footerleft {
  background-color: #000000;
  width: 45%;
  min-width: 200px;
  height: 200px;
  margin: 0px auto;
  text-align: left;
  float: left;
}

.footermenuleft {
  background-color: #000000;
  width: 200px;
  height: auto;
  margin: 0px;
  text-align: left;
  float: right;
}

.footermenuright {
  background-color: #000000;
  width: 200px;
  height: auto;
  margin: 0px;
  text-align: left;
  float: right;
}

#footerright {
  background-color: #000000;
  width: 20%;
  min-width: 200px;
  height: 200px;
  margin: 0px auto;
  font-size: 11px;
  text-align: left;
  float: right;
}

#footer {
  background-color: #000000;
  width: 74.85%;
  min-width: 920px;
  height: 200px;
  margin: 0px auto;
  font-size: 11px;
  text-align: left;
  border: thin solid #222222;
}
