﻿body
{
  font-family: verdana, sans-serif;
  font-size: small;
  background-image: url("Images/background.png");
  background-repeat: repeat-x;
  background-color: #FCF7F2;
  color: #a38776;
}

a
{
  color: #ffbd3f;
  text-decoration: none;
}

h1, h2, h3, h4, h5
{
  font-family: georgia, serif;
}

img
{
  border: none;
}

div.main
{
  width: 1170px;
  margin: 0px auto;
}

header
{
  width: 100%;
  position: relative;
}

footer
{
  font-size: small;
  text-align: center;
}

#logo
{
  background-image: url("Images/logo.png");
  background-repeat: no-repeat;
  width: 400px;
  height: 200px;
  float: left;
}

#tagline
{
  float: right;
  margin-top: 150px;
  font-size: medium;
  font-weight: bold;
  color: #88BE66;
}

nav
{
  width: 100%;
  height: 87px;
  background-color: white;
  border-top: 4px solid #ffbd3f;
}

nav ul
{
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 18px 20px;
  padding: 0px;
}

nav li
{
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  padding: 13px 30px;
}

nav li:not(:first-child)
{
  border-left: 1px dotted #ebe3da;
}

nav li a
{
  color: #a38776;
}

nav li.current a
{
  color: #ffbd3f;
}

nav div#paypal
{
  margin-top: -20px;
  float: right;
}

nav div#facebook
{
  margin: 9px 20px;
  float: right;
}

div.shadow
{
  width: 100%;
  height: 36px;
  background-image: url("Images/shadow.png");
  background-repeat: no-repeat;
}

div#content
{
  background-color: white;
  min-height: 200px;
  padding: 20px;
}

div#rightSide
{
  width: 780px;
  float: right;
}

div#rightSide.Home
{
  width: 800px;
}

div#leftSide
{
  float: left;
  width: 330px;
  color: #3B286E;
  margin-bottom: 20px;
}

div#leftSide.Home
{
  
}

div#leftSide a
{
  color: #3B286E;
  text-decoration: underline;
}

div#leftSide div:first-child
{
  height: 158px;
}

div#leftSide div
{
  height: 159px;
  padding: 10px;
}

div#leftSide h3
{
  margin-top: 0px;
}

div#leftSide p
{
  text-align: justify;
}

div#rightSide div.box
{
  border: 1px solid #ffbd3f;
  padding: 0px 10px;
  border-radius: 0px 0px 5px 0px;
  margin-bottom: 10px;
  text-align: justify;
}