html {
overflow: -moz-scrollbars-vertical;
}

* {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center; /* fix to center div in ie6 */
background-color:#5a5a5a;
font-size: 11px;
color: #919191;
}

td {font-size: 11px;}

#container {
margin: 30px auto 0 auto;
width:869px;
height: 545px;
border: 0px solid black;
}

a:link {color: #919191; text-decoration: none; }
a:visited {color: #919191; text-decoration: none; }
a:hover {color: #fff;  text-decoration: none;}

a:link.whiteLink {color: #fff; text-decoration: none; }
a:visited.whiteLink {color: #fff; text-decoration: none; }
a:hover.whiteLink {color: #919191;  text-decoration: none;}



/* -------------------------------------- HEADER CONTENT ----------------------------------------- */
#header {
float: left;
width:869px;
height: 124px;
border: 0px solid black;
background-color:#ffffcc; /* 5a5a5a */
background: url(luxuryimages/header.gif) no-repeat;
text-align: left;
}

#nav {
margin-top: 88px;
border: 0px solid white;
width:534px;
margin-left: 20px;
text-align: center;
}

a:link.navLink {color: #919191; text-transform: uppercase; text-decoration: none; font-size: 10px; padding: 5px;}
a:visited.navLink {color: #919191; text-transform:  uppercase; text-decoration: none; font-size: 10px; padding: 5px;}
a:hover.navLink {color: #fff; text-transform:  uppercase; text-decoration: none; font-size: 10px; padding: 5px;}

a:link.navLinkSelected {color: #e4e4e4; text-transform: uppercase; text-decoration: none; font-size: 10px; padding: 5px;}
a:visited.navLinkSelected {color: #e4e4e4; text-transform:  uppercase; text-decoration: none; font-size: 10px; padding: 5px;}
a:hover.navLinkSelected {color: #e4e4e4; text-transform:  uppercase; text-decoration: none; font-size: 10px; padding: 5px;}

cccccc

#gap {
float: left;
width:869px;
height: 13px;
border: 0px solid black;
/*background-color:#cccc99;  5a5a5a */
}
/* -------------------------------------- End HEADER CONTENT ----------------------------------------- */

/* -------------------------------------- MAIN CONTENT ----------------------------------------- */
#content {
float: left;
width:869px;
height: 408px;
border: 0px solid black;
background-color:#669999; /* 5a5a5a */
background: url(luxuryimages/contentBack.gif) no-repeat;
}

#imageSlot {
float: left;
margin-left: 20px;
margin-top: 20px;
width:533px;
height: 336px;
border: 0px solid gray;
/*background: url(luxuryimages/533x336.jpg) no-repeat;*/
}

*html #imageSlot {
margin-left: 10px;
}

#textSlot {
float: left;
margin-left: 21px;
margin-top: 20px;
width:268px;
height: 336px;
border: 0px solid black;
background-color:#000; /* 5a5a5a */
text-align: left;
}

#textHeader {
color: #fff;
font-weight: bold;
margin-bottom: 10px;
}

#navArrowLeft {
float: left;
margin-top: 323px;
margin-left: 505px;
}

*html #navArrowLeft {
margin-left: 252px;
}

#navArrowRight{
float: left;
margin-top: 323px;
margin-left: 2px;
}

.selected {color: #fff}


/* -------------------------------------- End MAIN CONTENT ----------------------------------------- */


#adminStuff {
text-align: left;
}

input, textarea {font-size: 11px;font-family: verdana;} 
.submit {
font-size: 10px;
text-transform: uppercase;
background-color: #919191;
border: 1px solid 4f657d;
color:#fff;
}

textarea {
font-family: verdana;
font-size: 11px;
}