﻿* {margin:0 auto;}

body {background-image: url(../images/bg.jpg);
      font-family: Tahoma;}
      
a:link {color:#5b815a; text-decoration: none;} /* unvisited link */
a:visited {color:#5b815a; text-decoration: none;} /* visited link */
a:hover {color:black; text-decoration: none;} /* mouse over link */
a:active {color:red; text-decoration: none;} /* selected link */


#divWrapper
{width: 900px;
 height: 850px;}
 
#header
{width: 900px;
 margin-top:148px;}

#header ul{background-image: url(../images/woodDiv.jpg); 
           width: 863px; 
           color: #260A07; 
           text-align: left; 
           font-size:1.5em; 
           border-bottom: 2px solid white; 
           margin-top: 6px;}
#header li{display: inline; font-family: Chicle; padding-left: 25px; margin-right: 10px;}
#header a {text-decoration: none; color: #260A07;}

#divContentIndex
{width: 900px;
 height: 550px;
 background-image: url(../images/frontImg2014.png);
 background-position: top right;
 background-repeat: no-repeat;
}

#divFrame{float: left;
          width: 210px;
          height: 300px;
          -moz-border-radius: 15px;
          border-radius: 15px;
          background-image: url(../images/divFrame.png);
          background-repeat: no-repeat;
          background-color: #dce1b9;
          box-shadow: 10px 10px 5px #845c3f; }

#divFrame p {padding: 10px 20px; font-size: 17px; font-family: 'Shadows Into Light', Tahoma, Sans-Serif; font-weight: 300;}
#divFrame p.phone {font-size: 20px;}
#divContent{float: left;
            width: 580px;
            padding-left: 15px;
}

#footer {width: 750px;
    font-family: Arial;
    border-top: 2px solid #260A07;}
    
#footer * {text-align: center;}    
   
#footer ul{}
           
#footer li{display: inline; padding-left: 25px; margin-right: 10px;}

h1{font: normal normal 6em/1.1em 'Fredericka the Great'; 
   margin-top: 10px; 
   -moz-border-radius: 15px;
   border-radius: 15px; 
   background-color: #dce1b9;
   box-shadow: 10px 10px 5px #845c3f; 
   width: 50%;}
   
h2{font-family: Tahoma; margin-top: 6px;}

h3{font-family: 'Shadows Into Light'; font-size: 20px;}

.clear{clear: both;}
.strong{font-weight: 800;}
.border {border-bottom: 2px #260A07;}
table {border-top: 2px solid #5b815a; margin-top:4px;}
td {vertical-align: top; border-bottom: 1px solid #5b815a; border-right: 1px solid #260A07; padding: 1px;}
img {border: none;}
#page {/*list-style-image: url(../images/acorn-25px.png);*/
       background-image: url(../images/acorn-25px.png);
       background-position:left center;
       background-repeat: no-repeat;}

/***********  
	CSS for adding captions to photos; add photo to 'div class=picture left;' (or right) 
	add line break after <img /> tag; type caption after line break
***********/

.picture {background-color: #f9f9f9; border: 1px solid #cccccc; padding: 3px; font: 18px/1.4em 'Shadows Into Light', sans-serif; -moz-border-radius: 15px; border-radius: 15px;}
.picture img {border: 1px solid #cccccc; vertical-align: middle; margin-bottom: 3px;-moz-border-radius: 15px; border-radius: 15px;}
.right {margin: 0.7em 0pt 0.7em 0.8em; float: right;}
.left {margin: 0.7em 1em 0.7em 0; float: left;}

