/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #726f30; 
	font-family: verdana, san-serif; 
	font-size: 10pt; 
	color: #000;
	text-align: left;
}

td {font-size: 10pt;}
p {margin: 0px; padding: 0px;}

#ctr {margin-left: auto; margin-right: auto; width: 760px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 10px 0px 10px;}

.footer, .copyright {color: #900; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #900;}
a:visited {text-decoration: none; color: #900;}
a:hover {text-decoration: underline; color: #900;}
a:active {text-decoration: none; color: #900;}


/* ----- backgrounds ----- */
.top {
	background: url('bg1.jpg') no-repeat fixed top center #ffffcb; 	
}

.bottom {background: url('bg.gif') center top repeat-x;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
h1{font-size:10pt;padding:0;margin:0;color:#bf603a;}
.room {border:2px solid #000;}
.room:hover {border:2px solid #900;}
.img {border:2px solid #000;}