@charset "utf-8";
/* CSS Document */

  body {
    margin: 0;
    padding: 0;
    background:#A39790;
    font-family: "Times New Roman", Times, serif ;
    font-size: 1em;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #container {
    margin: 0 auto;
    border: 2px solid #000;
    width: 953px;
    height: 714px;
    background: url(gradient.jpg) repeat-y #FFF;
    background-position:  3px 0px;
  }
  #cornertile {
    margin: 0 auto;
    width: 953px;
    height: 714px;
    background: url(corner-tile.png) no-repeat;
    background-position:  right bottom;
  }
  #content {
    margin: 0 auto;
    width: 953px;
    height: 714px;
    }
  #logo {
    width: 652px;
    height:379px;
    background-image: url(logo.png);
    position: relative;
    left:8px;
    top: 15px;
    }
  #slogan {
     width: 277px;
     height: 57px;
     background: url(slogan.png);
     position: relative;
     top: 40px;
     left:120px;
  }
    #nav {
        font-family: "Times New Roman", Times, serif;
        font-size: 1.5em;
        letter-spacing: 1px;
        text-align: right;
        position: relative;
        width: 510px;
        margin-left: 375px;
        bottom: 100px;
        overflow: visible;


}
 #nav p{


   background-image: url(scroll-line.png);
   background-repeat: no-repeat;
   background-position: bottom right;
   text-indent: -10px;
   margin: 34px 10px;

 }
 #nav a, a:link {
   color: #000;
   text-decoration: none;
 }
 #nav a:hover {
   text-decoration: none;
   color:#A32226;
   font-weight: bold;
 }
 #nav p.service {
  margin-right: 0px;
   text-indent: 11em;
   text-align:center;
  }
 #nav p.abouttile {
        margin-right: 68px;
         text-indent: 8.5em;
         text-align:center;
  }
 #nav p.showroom {
        margin-right: 5.8em;
        text-align:center;
        text-indent: 5.5em;

  }
#nav p.about {
        margin-right: 8.8em;
        text-align:center;
        text-indent: 3em;
  }
#nav p.contact {
        margin-right: 11.5em;
        text-align:center;
        text-indent: 0em;
  }
