a:link     { color: #FFFAF0; text-decoration: none; }
a:visited  { color: #FFFAF0; text-decoration: none; }
a:hover    { color: #FFFAF0; text-decoation: underline; }
a:active   { color: #CDD9C3; text-decoration: underline; }

.websitedesign a:link     { color: #60744E; text-decoration: none; }
.websitedesign a:visited  { color: #FFFAF0; text-decoration: none; }
.websitedesign a:hover    { color: #60744E; text-decoation: underline; }
.websitedesign a:active   { color: #CDD9C3; text-decoration: underline; }
  
body
{ background-color: #CDD9C3;
  text-align: center;
  font-family: trebuchet ms, arial, helvetica; }

#container
{ position: relative;
  width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align: center;
  border-bottom: 1px solid #60744E;
  background-image: url(images/bg.gif);
  border-left: 1px solid #60744E;
  border-right: 1px solid #60744E; }
  
#container #content
{ width: 670px;
  margin: 5px;
  font-size: .80em;
  text-align: left; }
  
#header
{ height: 75px;
  width: 670px;
  margin-left: auto;
  margin-right: auto; }
  
#container #topnav
{ width: 100%;
  height: 25px;
  background-color: #60744E;
  padding: 4px 0px 0px 0px;
  color: #FFFAF0;
  text-align: center;
  font-size: .70em; }
  
#container #bottomnav
{ width: 100%;
  clear: both;
  height: 25px;
  background-color: #60744E;
  padding: 4px 0 0 0;
  color: #FFFAF0;
  text-align: center;
  font-size: .72em; }
  
.box
{ width: 210px;
  padding: 5px 0px;
  text-align: center;
  background-color: #F3F1EA;
  border: 1px dashed gray;
  display: block; }
  
table
{ font-size: 1em; }

img.homepage
{ margin-right: 10px;
  float: left; }

h3
{ margin-top: 5px; }

h4
{ padding-bottom: 0px; }

.websitedesign
{ font-size: .72em;
  color: #60744E; }

/*#leftnav
{ position: relative;
  float: left;
  width: 165px;
  height: 100%;
  background-color: #B0B18B;
  border-left: 1px solid #60744E; }*/