@charset "UTF-8";
/* CSS Ayr Travellers Motel */
/* Created on 20-Sept-2011 */
/* Copyright (c) 2011 Ayr Travellers Motel */

body {
  background-image:url(../images/wood-background.jpg);
  background-position:top center;
  background-repeat: repeat-x;
  margin:0 auto;
  background-color:#EFEDE6;
}

#header {
  margin:0 auto;
  width:965px;
  height: 512px;
}

#logo {
  width:375px;
  height:175px;
  position:relative;
  margin: 0 auto;
  z-index:1;
  top:10px;
}

#ani {
  width: 940px;
  height:373px;
  position:relative;
  margin: 0 auto;
  top: -36px;
  left:-17px;
  z-index:99;
}

#booking {
  padding-left:15px;
  padding-top:145px;
  width:245px;
  height: 103px;
  position:relative;
  background-image:url(../images/snb.png);
  background-repeat: no-repeat;
  z-index:100;
  left:700px;
  top:-270px;
   color:#FFF;
  font-family:Myriad, "Myriad Pro", Helvetica, Corbel, Verdana;
  font-size:13px;
}

#yellow-line {
  width:100%;
  height:3px;
  background-color:#FFCB05;
}

#nav {
  width:100%;
  height:57px;
  background-image:url(../images/nav-rpt.gif);
  background-repeat:repeat-x;
}

#nav-inner {
  margin:0 auto;
  width:900px;
  background-image:url(../images/nav-bg.gif);
  background-repeat:no-repeat;
  height:57px;
  text-align:center;
}

#content {
  margin:0 auto;
  width:900px;
  padding-top:20px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  min-height:250px;
  color:#414042;
  font-family:Myriad, "Myriad Pro", Helvetica, Corbel, Verdana;
  font-size:13px;
}

#content h1 {
  color:#414042;
  font-family:Myriad, "Myriad Pro", Helvetica, Corbel, Verdana;
  font-size:20px;
}

#footer {
  width: 100%;
  height: 180px;
  background-color:#1D592C;
  padding-top:10px;
  font-family:Myriad, "Myriad Pro", Helvetica, Corbel, Verdana;
  font-size:13px;
  color:#8EA086;
}

#gallery { position: relative; width:500px; height:340px; margin:0; padding:0; }
#gallery li { display: block; }

#content a:link {
  text-decoration:none;
  border-bottom:dotted 1px #000;
  color:#333;
}