/* CSS Document */

.cm_linksBlue
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #003366;
    FONT-FAMILY: Arial, Helvetica, 'MS Sans Serif', sans-serif;
}
.cm_linksBlueOvr
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #4a7a9b;
    FONT-FAMILY: Arial, Helvetica, 'MS Sans Serif', sans-serif;
    TEXT-DECORATION: underline
}


H1 { font-family: sans-serif; font-weight: bold; font-size: large; color: #333333 }
H2 { font-family: sans-serif; font-weight: bold; font-size: medium; color: #333333 }
H3 { font-family: sans-serif; font-weight: bold; font-size: small; color: #333333 }
H4 { font-family: sans-serif; font-weight: bold; font-size: smaller; color: #333333 }
P  { font-family: sans-serif; font-weight: normal; font-size: small; color: #333333 }
UL  { font-family: sans-serif; font-weight: normal; font-size: small; color: #333333 }
LI  { font-family: sans-serif; font-weight: normal; font-size: small; color: #333333 }



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
a:link {
	text-decoration: underline;
	color: #003366;
}
a:visited {
	text-decoration: underline;
	color: #4a7a9b;
}

.smallgraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#wrap       { width: 960px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */

#chambermaster { background-color: transparent ; }

/* I changed this stuff below - kk */

#flash {
width: 960px;
height:314px;
clear: both;
}

#menu {
   position: relative;
   width: 960px; 
   height: 35px; 
   background-color: #000000;
   text-align: center;
   }

#content {
   width: 960px;
   margin-top: 35px;
   background-color: #e0e4e6;
   clear:both;
   padding-bottom:35px;
   margin-bottom: 10px; }
   

/* obsolete */

   #footer {
   width: 960px;
   margin-top: 35px;
   background-color: #e0e4e6; }
   
