﻿
*
{
    margin: 0;
    padding: 0;
}

body 
{
    padding-top: 15px;  
    padding-bottom:15px; 
    font-size: 12px;
    font-family: verdana,arial;
    background-color: Black;
    text-decoration: none;
}


#headerWrapper {width: 100%;}

#header
{
    margin: 0 auto 0 auto;
    width:960px;
    height: 167px;
    background-color:#3e3e3e;
    border:2px solid #555555;
}

#theHotelImg
{
    width:960px;
    height:118px;
    border:0;
    border-bottom:2px solid #555555;
}

/* --- Nav Links --- */

#navLinks
{
    background-image:url('../images/structure/Buttons.jpg');
    margin:0; padding:0;
    list-style:none;
    float:left;
    width:960px;
    border-top:2px solid #555555;
}

ul#navLink {margin-left:130px; padding:0;list-style:none;float:left;width:830px;}

ul#navLink li {float:left; margin:0; padding:0;}

ul#navLink a
{
    float:left; display:block;
    height:25px; width:100px;
    text-indent:-99999px;
    background-position: left top;
}

ul#navLink li#list1 a:hover {background:url('../images/structure/Buttons.jpg') -130px -25px;}
ul#navLink li#list2 a:hover {background:url('../images/structure/Buttons.jpg') -230px -25px;}
ul#navLink li#list3 a:hover {background:url('../images/structure/Buttons.jpg') -330px -25px;}
ul#navLink li#list4 a:hover {background:url('../images/structure/Buttons.jpg') -430px -25px;}
ul#navLink li#list5 a:hover {background:url('../images/structure/Buttons.jpg') -530px -25px;}
ul#navLink li#list6 a:hover {background:url('../images/structure/Buttons.jpg') -630px -25px;}
ul#navLink li#list7 a:hover {background:url('../images/structure/Buttons.jpg') -730px -25px;}



/* Main Content Section */

#mainContentWrapper
{
    width: 100%;
    min-height:300px;
}

#mainContent
{
    margin: 0 auto 0 auto;
    width:960px;
    border-right:2px solid #555555;
    border-left:2px solid #555555;
    background-color:#3e3e3e;
}


/* Footer Section */

#footerWrapper {width: 100%;}

#footerContent
{
    margin: 0 auto 0 auto;
    width:960px;
    height:40px;
    text-align: center;
    background-color:#3e3e3e;
    border-left:2px solid #555555;
    border-right:2px solid #555555;
    border-bottom:2px solid #555555;
}
#footerContent hr {width: 450px;color: #555555; margin: 0 auto 0 auto;}
#footerContent p {margin-top:5px;}
#footerContent A {text-decoration: none;width: 650px;}
#footer A:link  {color: #a0a0a0;}
#footer A:hover {color: #a0a0aa;}
