

body
{
    position: relative;
    width: 450px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    color: White;
    font-size: 15px;
    font-family: Courier New, Courier New, monospace;
    font-weight: normal;
    /*
    background: black url(images/background.jpg) no-repeat top center fixed;
    */
    background-color: black;
    text-align: center;
    
}

h1
{
    font-size: 2.5em;
    font-weight: normal;
    position: absolute;
    margin: 0 auto;
    padding: 0;
    text-indent: -9999px;
}

h2
{
    font-size: 2.4em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
}

h3
{
    font-size: 1.75em;
    font-weight: lighter;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 10px;
    padding: 0;
}

h4
{
    font-size: 1.25em;
    margin: 0px;
    padding: 0px;
}

ul
{
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    list-style-type: none;
}

ol
{
    margin: 0 auto;
    margin-bottom: 20px;

}

li
{
    margin: 0 auto;
    padding: 0;
}

p
{
    font-size: 1em;
}

a
{
    color: #999999;
    text-decoration: none;    
}

a:hover
{
    color: white;
    text-decoration: none;
}

a:visited
{
    color: #999999;
}

a:active
{
    color: #999999;
    text-decoration: none;
}

cite
{
    font-size: .75em;
}

/*________________________________________DIV______*/

.room
{
}

.header
{
}

.nav
{
}

.content
{
    display: block;
    position: relative;
    text-align: center;
}

.footer
{
    display: block;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: .75em;
}


/*________________________________________ SPAN ______*/


/*________________________________________ IMG ______*/

.flash img
{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: -1;
}

/*________________________________________ UL ______*/

.nav ul
{
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: White;
}

.content .ulGallery
{
    display: inline-block;
    width: 1050px;
}

/*________________________________________ LI ______*/

.nav li
{
    display: inline-block;
    height: 45px;
    margin: 10px 0 0 20px;
    padding: 0;
    font-size: 2em;
}

.nav li:first-child
{
    margin-left: 0px;
}

.content .ulGallery li
{
    display: inline-block;
    border: 10px solid white;
    margin: 0 auto;
    margin-right: 20px;
    padding: 0;
    height: 92px;
    width: 164;
}


/*________________________________________ P ______*/

/*________________________________________ A ______*/

.nav a,
.nav a:hover,
.nav a:visited,
.nav a:active
{
    text-decoration: none;
    /*
    padding: 0px 0px 0px 0px;
    */
    padding: 0;
    margin: 0 auto;
}


.nav a
{
    display: block;
    background: url(images/navBackground.jpg) no-repeat -155px bottom;
}

.nav a:hover
{
    background-position: 0px bottom;
}

.content .ulGallery li a
{
    display: inline-block;
}

/*________________________________________ H1 ______*/


/*________________________________________ H3 _______*/


/*________________________________________ TH & TD _______*/

.content th,
.content td
{
    width: 50px;
    height: 50px;
    border: 4px solid grey;
}


