body {
	color:#FFFFFF;
	background-color: #505050;
}
a:link {
	color:#805050; 
	text-decoration:underline;
}
a:visited {
	color:#805050; 
	text-decoration:underline;
}
a:hover {
	color:#CCCCCC; 
	text-decoration:none;
}
a:active {
	color:#FF0000; 
	text-decoration:none;	
}
table {
	background-color: #FFFFFF;
	color: #000000;
}
ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: circle
}
li {
	padding-left: .2em;

}
.content {
	position: absolute;
	top: 7px;
	left: 15%;

}
.copyr {
	position:fixed;
	bottom: 20px;

}
/* Menu specific */

a:link.menu {
	color:#FFFFFF; 
	text-decoration:underline;
}
a:visited.menu {
	color:#FFFFFF; 
	text-decoration:underline;
}
a:hover.menu {
	color:#CCCCCC; 
	text-decoration:none;
}
a:active.menu {
	color:#FF0000; 
	text-decoration:overline;	
}
/* end Menu*/
table.main {
	background-color: #A38B41;
	color: #FFFFFF;
	
}

.address {

	position: absolute;

	top: 74px;

	left: 33%;

}

img.logo {

	position: absolute;

	top: 0px;

	left: 17%;

}
/* Room Layout pages */
.rooms {
	position: absolute;
	top: 370px; 
	left: 20px;
}
img.close {
	position: absolute;
	top: 13px; 
	right: 13px;
}

/* Interactive Map page*/
.inter_info {
	position: absolute;
	top: 242px; 
	left: 8%;
}
a.download_map{
	position: absolute;
	top: 175px; 
	left: 60%;
}
/* everything else */
