body {
            font-family: Arial, Helvetica, sans-serif;
              font-size: 14px;
                 margin: 0;
                padding: 0;
             text-align: center;
       background-color: #350517;
}


.container{
       background-image: url('../images/gargoyleWeb.gif');
      background-repeat: no-repeat;
                 height: 1000px;
                  width: 1000px;
                 border: none 2px yellow;
}

.header{        position: relative;
                 padding: 0px;
        background-image: url('../images/gargoyleHeaderImage.gif');
       background-repeat: no-repeat;
                    left: 65px;
                  height: 200px;
                   width: 870px;
                  border: none 2px #B22C99;

}

.search {          float: left;
                position: relative;
                     top: 60px;
                    left: 598px;
                  height: 90px;
                   width: 250px;
                  border: solid 2px #B22C99;
                   color: #fff;
                 padding: 10px;
             font-weight: bold;
              text-align: left;
}

.main {            float: left;
                position: relative;
                   color: #fff;
                     top: 10px;
                    left: 70px;
                 padding: 10px;
                   width: 660px;
                  height: 390px;
                  border: solid 2px #B22C99;
                  text-align: justify;
                  margin: 0px;

}

#menu {
                position: relative;
                     top: 10px;
                    left: 63px;
                   float: left;
             font-weight: bold;
                   color: #fff;
                   width: 180px;
                  height: 410px;
                  border: solid 2px #B22C99;
              text-align: left;
                  margin: 0px;
                 padding: 0px;
}

#menu ul  {
              list-style: none;
                  margin: 0px;
                 padding: 0px;
}

/*
#menu li {
        margin: 0px;
}   */

#nav a {display: block;}


a.nav, a.nav:link, a.nav:visited {
               float: left;
               width: 180px;
              height: 45px;
    background-image: url('../images/gargoyleMenuBack.gif');
   /*background-repeat: no-repeat;*/
              border: 1px none #fff;
          text-align: center;
     text-decoration: none;
         font-family: verdana, arial, sans-serif;
           font-size: 14px;
         font-weight: bold;
               color: #fff;
         line-height: 40px;
         text-decoration: none;
}

a.nav:hover {
               color: #fff;
     /*text-decoration: none;*/
    background-image: url('../images/gargoyleMenuOver.gif');
   }

img {   border-style: none}

#valid{
          text-align: center;
             padding: 1px;
              margin: 1px;
              border: none 2px yellow;
               clear: left;
}

a:hover{
     text-decoration: underline;
               color: red;
}

a {            color: orange;
         font-weight: bold;
     text-decoration: none;
   }
