
body { background-color: #ffffff;
       background-image: url(background.jpg);
       color: #666666;
       font-family: Arial, Verdana, sans-serif; }

h1 { background-color: #000033; 
     background-image: url(sunset.jpg);
     background-repeat: no-repeat;
     background-position: right bottom;
     padding-left: 20px;
     height: 72px;
     margin-bottom: 0;
     color: #FFFFFF;
     line-height: 200%;
     font-family: Georgia, serif; }

h2 { color: #3399CC;
     font-family: Georgia, serif; }

h3 { color: #000033; }

dt { color: #000033; }

input { display: block;
        margin-bottom: 20px; }

label { float: left;
        width: 120px;
        display: block;
        text-align: right;
        padding-right: 10px; }

table { border: 1px solid #3399cc;
        border-spacing: 0;
        width: 600px; }

textarea { display: block;
           margin-bottom: 20px; }

th, td { border: 1px solid #3399cc;
         padding: 5px;
         text-align: center; }

tr:nth-of-type(odd) { background-color: #F5FAFC; }

.resort { color: #000033;
          font-size: 1.2em; }

.text { text-align: left; }


/* .clear ( clear: left; } */

#content { padding-left: 20px;
           padding-right: 20px; 
           padding-top: 1px;
           background-color: #FFFFFF;
           margin-left: 160px; }

#content img { float: left;
               padding-right: 20px; }

#content ul { list-style-position: inside; }

#footer { font-size: .70em;
          font-style: italic;
          padding: 10px;
          text-align: center; }

#mySubmit { margin-left: 130px; }

#nav { font-weight: bold;
       padding-top: 20px;
       padding-right: 5px;
       padding-bottom: 5px;
       padding-left: 20px;
       float: left;
       width: 100px; }

#nav a { text-decoration: none; }

#nav a:link { color: #000033; }
#nav a:visited { color: #344873; }
#nav a:hover { color: FFFFFF; }

#nav ul { list-style-type: none;
          margin: 0;
          padding-left: 0; }

#wrapper { margin-left: auto;
           margin-right: auto;
           width: 80%;
           background-color: #90c7e3;
           min-width: 960px;
           box-shadow: 5px 5px 5px #828282; }
