 /* Set border color & default fonts */
body {
  margin: 0;
  padding: 0;
  background-color: #CCD5FF;
  font: medium Arial, Helvetica, Verdana, sans-serif;
}

/* Set background color & border width */
#wrapper {
  background-color: #CCD5FF;
  color: red;
  margin: 5px 15px 15px 15px;
  padding: 10px;
}

/* Center header logo */
#header {
  text-align: center;
  margin: 5px 0px 15px 0px;
}

/* Tagline format */
#tagline-wrapper {
  width: 100%;
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: red;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 1%;
}

/* Main wrapper format */
#main {
  width: 100%;
  margin-top: 10px;
}

/* Sidebar (nav menu) format */
#sidebar {
  float: left;
  width: 220px;
  margin: 0;
  padding: 0;
}
#nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#nav-menu li {
  margin-bottom: 0.3em;
  font-weight: bold;
}
#nav-menu li a {
  background: url(/img/button.jpg) #fff bottom left repeat-x;
  height: 2em;
  line-height: 2em;
  width: 100%;
  display: block;
  border: 0.1em solid #409CE9;
  color: blue;
  text-decoration: none;
  text-align: center;
}
#nav-menu li a:hover {
  background: url(/img/button.jpg) #fff bottom left repeat-x;
  height: 2em;
  line-height: 2em;
  width: 100%;
  display: block;
  border: 0.1em solid #409CE9;
  color: blue;
  text-decoration: underline;
  text-align: center;
}
#sidebar .innerbottom {
  padding: 10px;
  text-align: center;
  background-color: #CCD5FF;
  color: white;
}
#innercenter {
  font: 150% Verdana, Arial;
  text-align: center;
  color: black;
  border: 1px solid red;
}

/* Content wrapper (sets width of sidebar) */
#content {
  margin: 0 0 0 240px;
}

/* Mainfeature format */
#mainfeature {
  background-color: #CCD5FF;
  color: black;
  font: 200% Verdana, Arial;
  text-align: left;
  height: 1%;
}
#mainfeature p {
  text-align: left;
  color: black;
}
#mainfeature .innerpic {
  text-align: center;
}
#mainfeature .inner {
  text-align: left;
  color: black;
}
#mainfeature a:link, #mainfeature a:visited {
  text-decoration: none;
  color: blue;
}
#mainfeature ul {
  list-style-type: none;
  padding: 0;
  margin-left: .6em;
}
#mainfeature li {
  background-image: url(/img/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding-left: .6em;
}

/* About Us section format */
#mainfeature h1 {
  font: 100% Verdana, Arial;
  text-align: center;
  text-decoration: underline;
  color: black;
}

/* Contact Us section format */
#mainfeaturecontact {
  padding: 1em 1em 1em 1em;
  height: 1%;
  background-color: #EEFDF8;
}
#mainfeaturecontact .contact {
  background-color: #EEFDF8;
}
.black1 { color: #4F4E4E;
          font-family: Tahoma;
}

/* Photo Gallery section format */
#photowrap {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#photobottom {
  font: 150% Verdana, Arial;
  text-align: left;
  color: #9292AA;
  padding: 0 0 10px 0;
}
#photobottom a:link, #photobottom a:visited {
  text-decoration: none;
  color: blue;
  font-weight: normal;
}
table.photo {
  width: 100%;
  margin: 0;
  padding: 30;
  border-collapse: separate;
  background: #CCD5FF;
}
table.photo tbody tr {
  text-align: center;
}
table.photo tbody td {
  border-bottom: 30px solid #CCD5FF;
}
table.photo tbody img {
  border: 0;
}
#photo {
  list-style: none;
  margin: 0;
  padding: 0;
}
#photo li {
  border-bottom: 1px solid black;
  padding: 0.4em 0 0.2em 0;
  font-size:  100%;
  text-align: left;
}
#photo li a:link, #photo li a:visited {
  text-decoration: none;
  color: blue;
  font-weight: normal;
}

/* Clearone format */
#clearone {
  clear: left;
  height: 1px;
}

/* Footer format */
#footer {
  clear: both;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 10px;
  font: medium Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  background-color: #CCD5FF;
  color: blue;
  text-align: center;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  height: 1%;
}
#footer ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer li {
  display: inline;
  background-color: #CCD5FF;
  color: black;
}
#footer a:link, #footer a:visited {
  text-decoration: none;
  background-color: #CCD5FF;
  color: black;
}













