﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color:#B6B7BC;
      font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #000000;
    scrollbar-face-color: #1141B6;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-track-color: #E9DB9C;
    scrollbar-darkshadow-color: #000000;
}

.page
{
    background-image: url('../Images/JohnWomackSite.png');
    background-repeat: no-repeat;
    width:800px;
    height:600px;
}   

.menuHome
{
    position:relative;
    top:75px;
    left:-30px;
}
.menuServices
{
    position:relative;
    top:75px;
    left:5px;
}
.menuEstimate
{
    position:relative;
    top:77px;
    left:26px;
 
}
.menuAboutUs
{
   position:relative;
    top:77px;
    left:50px;
    }
.menuContact
{
    position:relative;
    top:75px;
    left:76px;
  
}
.menuLinks
{
    position:relative;
    top:76px;
    left:110px;
}

.content
{
    position:relative;
    top:80px;
    left:100px;
    height:330px;
    width:500px;
}

.scrollContent
{
    overflow-y:auto;
    overflow-x:hidden;    
    height:270px; 
    text-align:left;
}