* {
margin:0px;
padding:0px;
}

body {
font-size:0.8em;
font-family:Trebuchet MS;
color: black;
background-color: white;
text-align: center; /* centering the content for IE6 */
}

td {
font-size:0.75em;
font-family:Trebuchet MS;
color: #4D4E50;
}

#navigation ul {
margin-left:0px;
}
#navigation li {
margin-left:0px;
list-style:none;
}

ul {
margin-left:0px;
}
li {
margin-left:15px;
list-style-image:url(../images/greenbullet.jpg);
}

h2 {
font-size:1.4em;
font-family:Trebuchet MS;
color: #6abe45;
}

footertext {
font-size:0.8em;
font-family:Trebuchet MS;
weight:bold;
color: #4D4E50;
}

.greentext {
font-family:Trebuchet MS;
color:#6ABF46;
}

a.emaillink {
font-family:Trebuchet MS;
color:#6ABF46;
text-decoration:none;
}

#navigation {
width:850px;
margin-left:46px;
margin-top:5px;
margin-bottom:3px;
height:17px;
font-size:0.9em;
font-weight:normal;
}

#navigation ul {
	display:inline;
	text-align:center;
}

#navigation li {
	float:left;
	list-style:none;
}
#navigation a {
	text-align:center;
	text-decoration:none;
	margin-left:9px;
	margin-right:9px;
}

#navigation a:link, #navigation a:visited {
	color:#4D4E50;
}
#navigation a:hover, #navigation a:active {
	color:#6abe45;
}

#navigation a.on:visited {
	color: #6abe45;
}

a.room11link {
	color:#4D4E50;
	text-decoration:none;
	font-size:0.9em;
}

#wrapper {
display:table; /* must put this in for FireFox. */
width:900px;
margin:auto; /* for IE6 and Firfox centering */
text-align:left;
height:400px; /* Have to put SOMETHING in here for the height for both
browser. DO NOT put in a percentage, must be a pixel value */
}

#sidebar {
float:left; /* float the menu to the left */
width:400px;
background-color:#e6e6cc;
border:1px solid red;
height:100%; /* so the menu has the height of the main content and
visa versa */
}

input.textbox {
height:18px; 
}

#credit {
position:absolute;
width:180px;
margin-top:-21px;
margin-left:670px;
text-align:right;
}

#logo {
float:left; /* float the content to the right */
width:250px;
border:1px solid green;
}

#search {
float:right; /* float the content to the right */
text-align:right;
border:1px solid green;
padding-right:8px;
padding-top:65px;
}

#banner {
display:table;
width:900px;
margin-bottom:25px;
}

#sitebody {
width:802px;
margin-left:55px;
}

#base {
width:795px;
background: #FFFFFF url(../images/footer-graphic.jpg);
height:218px;
margin-left:54px;
}

#footer {
display:table;
width:900px;
}
