/* CSS Document */

h1 {font-family: "Bookman Old Style";}
h2 {font-family: "Bookman Old Style";}
h3 {font-family: "Bookman Old Style";}
h4 {font-family: "Bookman Old Style";}
h5 {font-family: "Bookman Old Style";}
h6 {font-family: "Bookman Old Style";}
h7 {font-family: "Bookman Old Style";}
p {font-family: "Bookman Old Style";}

ol {list-style-type: upper-roman;}
ol {font-family: "Bookman Old Style";}
ol {font-size: 14px;}

ul {list-style-type: circle;} 

p{font-style: normal;}

h1 {font-size: 27px;}
h2 {font-size: 21px;}
h3 {font-size: 19px;}
h4 {font-size: 15px;}
h5 {font-size: 14px;}
h6 {font-size: 12.5px;}
h7 {font-size: 11.5px;}
p {font-size: 13px;}

#ie_fix {border-style: none; font-size:1em; font-weight:normal;}

a:link { color: green; }
a:visited { color: green; } 
a:hover { color: black; } 

div.top{

    background: url("http://www.myskidawayisland.com/navbanner.png");

    position: absolute;

    color: black;

    right: 10%;

    width: 70%;

    bottom: 90%;

    top: 4px; 

    } 

div.leftnav{

    background: url("http://www.myskidawayisland.com/navbanner.png");

    color: black;

    position: absolute;

    right: 88%;

    width: 10%;

    top: 120px; 

    } 


div.content{

    background: transparent; 

    color: black;

    position: absolute; 

    left: 15%;

    width: 82%;

    top: 100px; 

} 

