/*-------------------------------------------------
GENERAL
-------------------------------------------------*/

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
  color: #eee;
  background: #666;
  text-align: center;
}

div.Container {
        margin: 0px auto 0px auto;
        text-align: center;
        width: 750px;
        color: #333;
        background: #fefefe;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

div#Header {
  text-align: center;
  margin: 0px 0px 20px 0px;
}

div#Header div#Nav {
    padding-top: 20px;
}

div#Header div#himg img.himg {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: thin solid black;
}

div#Header div#Nav a.menu, a.menu:link, a.menu:visited {
    color: #000;
    border: 1px groove #333;
    text-decoration: none;
    padding: 1px 5px 1px 5px;
}

div#Header div#Nav a.current, a.current:link, a.current:visited {
    color: #719;
    border: 1px groove #333;
    text-decoration: none;
    padding: 1px 5px 1px 5px;
}

div#Header div#Nav a:hover, div#Header div#Nav a.current:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none;
}

/*-------------------------------------------------
CONTENT
-------------------------------------------------*/
div.main {
    padding-bottom: 20px;
}

div.content {
    font-size: 14px;
    text-align: left;
    margin-left: 50px;
    margin-right: 40px;
}
div.content h1 {
    color: #719;
    font-size: 20px;
}

div.content h2 {
    font-size: 18px;
}

div.content p {
}

div.content ul {
}

div#imgroom1, div#imgroom2 {
    background: #666;
    border: thin solid black;
    height: 150px;
    /* background: #666 url(../img/room1.png) repeat-x; */
}

a.gallery, a.gallery:link, a.gallery:visited, a.gallery.hover {
    color: #333;
    border: 0px groove #333;
    text-decoration: none;
}

img.gallery {
    border: 2px solid black;
    padding: 0px 0px 0px 0px;
    margin: 3px 3px 3px 3px;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

div#copyright {
  color: #999;
  font-size: 11px;
  padding: 10px 10px 10px 10px;
  text-align: right;
  clear: both;
}

img.w3c {
    border: 0px;
    margin-top: 10px;
}

/*-------------------------------------------------
COPYRIGHT
-------------------------------------------------*/

div.copyright {
    height:40px;
}
