* {
  margin: 0;
  outline-color: transparent;
  outline-style: none;
  outline-width: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: verdana, sans-serif;
  font-size 100%;
  padding: 20px;
}

a img {
  border-style: none;
  border-width: 0;
}

div#landing {
  background-image: url('img/landing.jpg');
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

@media (min-height: 800px) {
  div#landing {
    margin-top: 6%;
  }
}

div#landing div#nav {
  padding-top: 520px;
  text-align: center;
}

div#nav {
  text-align: center;
  width: 500px;
}

div#nav ul {
  list-style-type: none;
}

div#nav ul li {
  display: inline-block;
}

div#nav ul li a {
  color: #000000;
  font-size: 150%;
  padding: 0 30px;
  text-decoration: none;
}

div#nav ul:nth-of-type(n+2) {
  margin-top: 5px;
}

div#nav ul:nth-of-type(n+2) > li > a {
  font-size: 130%;
}

div#nav ul li.active > a {
  font-weight: bold;
}

div#nav ul li a:focus,
div#nav ul li a:hover {
  color: #FFA360;
}

div#main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

div#content,
div#gallery,
div#text {
  margin-top: 50px;
}

div#gallery {
  float: left;
  width: 50%;
}

div#text {
  float: right;
  width: 50%;
}

div#footer {
  clear: both;
  padding-top: 25px;
}

div#footer ul {
  list-style-type: none;
  text-align: center;
}

div#footer ul li {
  display: inline-block;
}

div#footer ul li a {
  color: #000000;
  font-size: 75%;
  padding: 5px;
  text-decoration: none;
}

p {
  padding: 5px 0;
}

h4 {
  margin-top: 10px;  
}

/* Photo Gallery */
.tx-photogals-pi1 {
  text-align: center;
}

.tx-photogals-pi1-big {
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tx-photogals-pi1-big a,
.tx-photogals-pi1-big a:hover,
.tx-photogals-pi1-small a,
.tx-photogals-pi1-small a:hover,
.tx-photogals-pi1-small-active a,
.tx-photogals-pi1-small-active a:hover {
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  float: none;
  padding: 0;
}

/*.tx-photogals-pi1-small,
.tx-photogals-pi1-small-active {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 1px;
  display: inline-block;
  padding-top: 15px;
}*/

.tx-photogals-pi1-small,
.tx-photogals-pi1-small-active {
  display: inline-block;
  padding: 10px;
}

.tx-photogals-pi1 > div:nth-of-type(2) {
  padding-left: 25px;
}

.tx-photogals-pi1 > div:last-of-type {
  padding-right: 25px;
}

.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 325px;
}

#c893 img {
  height: auto;
  width: 49%; 
}

h1 {
  color: #444;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

a {
  color: #444;
}

a:focus,
a:hover {
  color: inherit;
}

.csc-frame-rulerBefore {
  border-top-color: #CCC;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 15px;
  margin-top: 15px; 
}

.csc-frame-rulerBefore h1 {
  font-size: 1rem;
}

.csc-default {
  margin-bottom: 10px;
}

.align-center {
  text-align: center
}