body{
   color:black;
   font-family:"Lucida Grande","Arial","Helvetica","Verdana","sans-serif";
   font-size:11px;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   line-height:normal;
   background: #6c6c6c;
}

h1, h2, h3, h4, p, ul {
   font-weight:normal;
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
}

a{
   cursor: pointer;
   text-decoration: underline;
}

h3{
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
  color: #6c6c6c;
}

#ajax-indicator{
    position: absolute;
    margin: 0 auto;
    left: 10px;
    top: 10px;
}

#ajax-indicator img{
    padding: 5px;
    background: white;
    border: 3px double #953636;
}

#wrapper { 
    margin: 0 auto;
    width: 900px;
}

#header {
    color: #333;
    width: 100%;
    float: left;
    padding: 5px;
    border: 3px double #953636;
    background: #e8a824 url(../images/header.png) center no-repeat; 
    height: 90px;
}
#navigation {
    float: left;
    width: 100%;
    margin: 0 0;
    overflow: auto;
}
#leftcolumn { 
    color: #333;
    border: 3px double #953636;
    background: #e8a824 url(../images/maze.png) top left repeat; 
    margin: 0px 0px 5px 0px;
    padding: 5px;
    min-height: 344px;
    width: 20%;
    float: left;
}
#rightcolumn { 
    float: right;
    color: #333;
    border: 3px double #953636;
    background: #e8a824 url(../images/maze.png) top left repeat; 
    margin: 0px 0px 5px 0px;
    padding: 5px;
    width: 75%;
    display: inline;
}

#fullcolumn { 
    float: left;
    color: #333;
    border: 3px double #953636;
    background: #e8a824 url(../images/maze.png) top left repeat; 
    margin: 0px 0px 5px 0px;
    padding: 5px;
    width: 100%;
    display: inline;
}

#footer { 
    width: 100%;
    clear: both;
    color: #333;
    border: 3px double #953636;
    background: #e8a824 url(../images/maze.png) top left repeat; 
    margin: 0px 0px 5px 0px;
    padding: 2px 5px;
}

.blurb {
  border: 3px double #3c880c;
  background: #FFFFFF;
  padding: 2px;
  margin: 5px;
  height: auto;
  min-height: 100%;
}

.title{
  margin: 0;
  padding: 2px 5px;
  background: #e9e9e9;
  border: 1px solid #953636;
  
  display: block;
  color: #3c880c;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 800;
}

.title a{
  display: block;
  color: #3c880c;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 800;  
}

h1{
   display: block;
   color: #953636;
   border: 3px double #3c880c;
   background: #f6f5e8;
   padding: 2px;
   margin: 5px;
   text-transform: uppercase;
   text-align: center;
   font-size: 14px;
   font-weight: 600;
}

.center {
  text-align: center;
}

.gallery{

}

.gallery img{
   border: 1px solid #953636;  
   padding: 5px;
}

.gallery hr{
   width: 60%;
   background: #e8a824;
}

#header p {
   font-weight: bold;
   text-align: right;
   padding: 0 10px;
}

iframe {
   padding: 10px 5px;
}

.floatingImage {
   width:      100px;
   height:     100px;
   padding:    2px;
   float:      left;
   margin:     5px;
   border:     1px solid #953636;
}

.linkBox a{
   width:            150px;
   height:           70px;
   border:           3px double #953636;
   padding-top:      28px;
   display:          block;
   background:       #e9e9e9;
   text-transform:   capitalize;
   text-decoration:  none;
   text-align:       center;
   letter-spacing:   2px;
   font-weight:      800;
}

.linkBox a:hover{
   border:        3px double #3c880c;
}