﻿/*
CSS for The Salem Inn web site , Index
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #CCD4A2;
  line-height: 125%;
  padding: 15px;
}

#content {

  width:825px;
  height: 2385px;
  position: relative;
  margin: 0 auto;
  top:10px;
  padding: 20px;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  background-color:#CCD4B2;
   
  
}

#header {
  position: absolute;
  left: 30px;
  top: 30px;
  border: 8px solid #340760;
  height:250px;
  width: 785px;
  padding-left: 10px;
}

#navigation {
  font-size: 90%;
  position: absolute;
  text-align: center;
  font-size: 12px;
  left: 137px;
  top: 315px;
  

}

#navigation ul{
  list-style: none;
  margin: 0 ;
  padding: 0;
  padding-top: 1em;
}

#navigation li {
 display: inline;
 
}

#navigation a:link, #navigation a:visited {
  padding: 0.4em 1em 0.4em 1em;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #711515;
}

#navigation a:hover {
  color: #FFFFFF;
  background-color: #711515;
}

 #nav2 {
   position: absolute;
   top: 2225px;
   font-size: 90%;
   text-align: center;
   font-size: 12px;
   left: 137px;
  
}

#nav2 ul {
   list-style: none;
   margin: 0;
  padding: 0;
  padding-top: 1em;
}
#nav2 li{
  display: inline;
  
}

#nav2 a:link, #nav2 a:visited {
  padding: 0.4em 1em 0.4em 1em;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #711515;
}  

#nav2 a:hover {
  color: #FFFFFF;
  background-color: #711515;
} 


#booking  {
  position: absolute;
  top:350px;
  
  text-align: center;
  left: 240px;
 
  
}


  
 
#txt1  {
   position: absolute;
  
  top:400px;
  padding-right:50px;
  padding-left: 50px;
  text-indent: 50px;
  
  text-align: center;
 }

#txt2 {
    position: absolute;
    text-align: center;
    width: 550px;
    height:140px;
    top:1470px;
    left:135px;
    border: 6px solid #340760;
    padding: 10px;
    background-color: #bfc294;
}

#txt3 {
    position: absolute;
    text-align: justify;
    top: 1065px;
    text-indent: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

#txt4 {
    position: absolute;
    text-align: center;
    top: 1635px;
    left:80px;
    font-size: small;
    color: #800000;
    font-weight: bold;
}
#txt5 {
  position: absolute;
  text-align: center;
  top: 1825px;
  left: 450px;
}  

#pix1 {
  position: absolute;
  left: 240px;
  top:575px;
  text-align: center;
  
  font-style: italic;
  
}


#pix2  {
  position: absolute;
  text-align: center;
  top:855px;
  left: 200px; 
  font-style: italic;
} 

#pix3 {
  position: absolute;
  text-align: center;
  top:855px;
  left: 480px;
  font-style: italic;
}
#pix4 {
  position: absolute;
  text-align: center;
  top: 1805px;
  left: 100px;
}


#footer {
 position: absolute;
  text-align: center;
  top:2255px;
  font-size: 15px;
  color: black;
  font-family: Times New Roman;
  left: 225px;
}
.typeface {
  font-size: 20px;
  font-family: Times New Roman;
  font-style: italic;
  color : blue;
}

h1 {
  font-style: italic;
  text-align: center;
  color: #800000;
}

h2 {
  text-align: center;
  color: blue;
}
h3 {
  text-align: center;
  color:blue;
}

h4 {
  
  text-align: center;
  color: #800000;
}  
