body { 
	 background-color: #638252;
	 font-family: "Times New Roman", Times, serif; 
	 color: #FFF;
	 font-size: 12px;
	 background-image: url("../rooms/images/tile.jpg");
	 background-repeat: repeat;
} 

/* controls site link effects */

a:link  {
	color: #FFFFFF;
	text-decoration: none;
                background-color: transparent 
	}
a:active  {
	color: #FFFFFF;
	text-decoration: none;
                background-color: transparent
	}
a:visited  {
	color: #FFFFFF;
	text-decoration: none;
                background-color: transparent
	}
a:hover  {
	color: #FFFFFF;
	text-decoration: none;
                background-color: transparent
	}

#containingbox  {	/* div box that contains the page */
	width: 700px; 
	height: auto;
	margin-left: auto; 
	margin-right: auto;
	background-color: #9CB68C;
	border: 1px solid black;
	}
#containingboxpnt  {	/* div box that contains the print page */
	width: 600px; 
	height: auto;
	margin-left: auto; 
	margin-right: auto;
	background-color: #9CB68C;
	border: 1px solid black;
	}

#header {		/* contains  site header image */
        width: 570px;
	height: 77px;
	background: transparent;/* url("../images/awm_01.jpg") no-repeat left top;*/
	}
#main {               
        margin: auto;
	width:480px;
        height: 265px;
	float: right;

	padding: 6px;
	
	background: #9CB68C url(../images/linemain.jpg) no-repeat right top;
     }
#mainh {               
        margin: auto;
	width:480px;
        height: 265px;
	float: right;
	padding: 6px;
	
	background: #9CB68C url(../images/linemain.jpg) no-repeat right top;
     }
#mainlw {               
        margin: auto;
	width: 224px;
        height: 93px;
	float: left;
	padding: 6px;
	
	background: #9CB68C;
     }
#mainrw {               
        margin: auto;
	width: 230px;
        height: 93px;
	float: right;
	padding: 6px;

	background: #9CB68C;
     }

#lftwin {             /* Left main window*/
        width: 198px;
	height: 412px;
	float:left;
     	background-color:#9CB68C;

        margin: 0 0 0 0;
                
	
      }


#navbar {		/* the right nav bar containing header site links */
        width: 502px;
	height: 52px;
	float:right;
	background: #7B9663 url(../images/awm_04.jpg) no-repeat top;
      }
#navbarleft {		/* the left nav bar top */
        width: 198px;
	height: 48px;
	float:left;
	background: #7B9663 url(../images/headline.jpg) no-repeat top;
      }

#navbarbot {          	/* bottom nav bar with room images */
        width: 498px;
	height: 78px;
	float:right;

	background: transparent url(../images/botlink.jpg) no-repeat center;
	
      }

/*Thanks to all hard working css menu people. http://www.mywebstuff.com/02_css/css_07.html */
<!--
/* minimum menu requirements for functionality */


.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
	
       
}

.topmenuli{
	list-style-type:none;
	float:left;
	padding: 1px;

	
}

.topmenutitle{
	display: inline;
	width:35px;
	
}
.topmenutitle1{
	display:block;
	width:76px;
	/*width:10em;*/
	
}
.topmenutitle2{
	display:block;
	width:45px;
	/*width:10em;*/
	
}

.submenuul{
	list-style-type:none;
	position:absolute;
	padding:0;
	display: none;
	margin: 0 -1px 0 0;
	background-color:#9CB68C;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #6B8E59;
	border-bottom:1px solid #6B8E59;
	border-right:1px solid #6B8E59;
	border-left:7px solid #638252;
	
}

.submenuli a{
	display:block;
	width:80px;
	padding:3px;
	text-decoration: none;
	

}

.submenulioa a{
	display:block;
	width:55px;
	padding:3px;
	text-decoration: none;
	

}
.submenulioa a:hover{
	text-decoration: none;
	background:#638252;
	color: #FFF;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
	
}
.submenuli a:hover{
	text-decoration: none;
	background:#638252;
	color: #FFF;
}


#dmenu li>ul { 
	top: auto;
	left: auto;
	
}

#content {
	clear: left;

}


-->

/* End of Drop Down Menu */
.clearfix:after {  	/* fix so that background will stretch .. 						http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#navbar1 {
		/* used to position top site links so they would work in FF,NS,IE */
        width: 500px;
	height: 32px;
	float:right;
	margin: 0;
	background: transparent url(../images/headline_05.jpg) no-repeat bottom;
	
}
#navbar2 {              /* used to position top site links so they would work in FF,NS,IE */
	position: relative;
        width: 500px;
	
	
}


#footer {                   /* main footer box */
      	text-align: center;
	width: 700px;
        height: 40px;
	float:right;
	background-color:#7E9966;
	border-top: 1px solid white;
      }

#bnbsite {                   /* main footer box */
      	/*text-align: center;*/
	width: 700px;
        height: 160px;
	float:right;
	background-color:#7E9966;
	border-top: 1px solid white;
      }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.style2 {
	font-family: "Times New Roman", Times, serif; 
	color: #FFFFFF; 
	font-size: 12px;
      }
	
.style3 {
	font-family: "Times New Roman", Times, serif; 
	color: #FFFFFF; 
	font-size: 16px;
      }
.style8 {
	font-family: "Times New Roman", Times, serif; 
	color: #FFFFFF; 
	font-size: 13px;
      }
p { margin: 0;}

.unli {
text-decoration: underline;
}

/* used to make links over image */

#spacer {		/* spacer to right of first link from right to left */
        width: 5px;
	height: 70px;
	float: right;
	
}

#link1,#link2,#link3,#link4,#link5 { /*   links on bottom images from right to left */
                  width: 86px;
	height: 70px;
	float: right;
                  margin-top: 3px; 
	
	
}


#spacer2, #spacer3,#spacer4,#spacer5 {		/* spacer between images */
                   width: 10px;
	height: 70px;
	float: right;
}

#containingimga  {	/* div box that contains the page */
	margin: 0 auto;
	width: 590px; 
	background-color: #9CB68C;
	border: 1px solid black;
	}