html	{
	background-color: #f9ffd0;}

body	{
	font-family: Verdana, 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	/*width: 75%;*/
	margin: 0 auto;
	padding: 5px;}

h1, h2	{
	line-height: 2em;}

h1	{
	text-align: center;
	font-size: 1.8em;}

h2	{
	font-size: 1.4em;}

p.description	{
	margin-bottom: 1em;}

div#content	{
	margin-bottom: 15px;}

div#footer	{
	text-align: center;}

div#content, div#footer	{
	padding: 1em;
	background-color: white;
	border: solid 3px black;}

ul.facilities	{
	list-style: circle;
	margin-left: 2em;}

dt	{
	font-weight: bolder;}

dd	{font-style: italic;}

h1.mega	{
	font-size: 4em;
	background-color: yellow; /* I hate this, but the b**ch insisted on it. :/ */}

/*Gallery*/
div.thumb-container	{
	top: 0;
	border: solid 1px black;
	width: 70px;
	padding: 5px;
	background-color: #eeeeee;}

div.thumb-container img	{
	display: block;
	margin: 0 auto;}

ul.img-links{
	list-style: none;
	margin: 0;}

/*Navigation*/
ul#navigation	{
	margin: 15px auto;}

li.nav-item	{
	display: inline;
	padding: 3px;
	background-color: black;}

li.nav-item a:link, li.nav-item a:visited	{
	color: white;
	font-weight: bold;
	text-decoration: none;}

li.nav-item a:link:hover, li.nav-item a:visited:hover {
	text-decoration: underline;}

/*Price list*/
table#price-list	{
	border: solid 3px black;
	margin: 15px auto;}

table#price-list td	{
	vertical-align: middle;
	padding: 0.2em;}

table#price-list tr	{
	border: dashed 1px grey;}

table#price-list td.spanned,table#price-list td.room-class	{
	text-align: center;
	font-weight: bold;}

table#price-list td.Xpersons-1night	{
	border-left: solid 1px grey;}

strong#discount	{
	line-height: 3em;}
