/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	}

img.alignleft {
	display: inline;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
#roomconcept  ul li {
	margin-left: 10px;
}
#roomconcept  ol li {
	margin-left: 10px;
}
a {
	color: #666;
}
a:link {
	color: #666;
}
a:visited {
	color: #999;
}
a:hover {
	color: #000;
}
a:active {
	color: #CCC;
}


hr{
height: 1px;
border: 0;
color: #ccc;
background-color: #ccc;
width: 100%;
}
