img {
	display: block;
	margin: 0 auto 0 auto;
}

/*
#content {
	width: 70%;
}
*/

#content div.intro {
	margin: 1em .5em .5em .5em;
}

#content div.intro:first-letter {
	font-size: 2em;
}

#lodge_links {
	margin-bottom: 2em;
}

.table {
	display: table;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.caption {
	display: table-caption;
	margin-bottom: .25em;
	text-align: center;
	width: 100%;
	margin: 0 auto 0 auto;
	line-height: 2em;
	font-size: 1.75em;
}

.ie span.caption {
	display: block;
	margin-bottom: .25em;
	text-align: center;
	width: 100%;
	margin: 0 auto 0 auto;
	line-height: 2em;
	font-size: 1.75em;
}

.caption:first-letter {
	font-weight: bold;
}

.row {
	display: table-row;
}

.ie div.row {
	display: block;
}

/*
.ie div.row {
	display: block;
	width: 100%;
	height: auto;
}
*/

.column {
	display: table-cell;
	width: 50%;
	height: 100%;
	padding-left: .5em;
	padding-right: .5em;
	margin: .25em .25em .25em .25em;
}

.ie span.column {
	display: inline;
	position: relative;
	float: left;
	left: 0;
	top: 0;
	right: -100%;
	bottom: auto;
	width: 50%;
	height: auto;
}

.ie span.column-right {
	position: relative;
	left: 0;
	top: .25em;
}

/*
.ie span.column {
	display: inline;
	position: relative;
	float: left;
	left: 0;
	top: 0;
	right: -100%;
	bottom: auto;
	width: 50%;
	height: auto;
}

.ie span.column-right {
	display: inline;
	position: static;
	clear: right;
	left: 50%;
	width: 50%;
	margin: .25em .25em .25em .25em;
}
*/

.image {
	display: block;
	width: 100%;
	margin: .5em auto .25em auto;
}

.ie span.image {
	display: inline;
	width: auto;
	margin: .5em auto .25em auto;	
}

.block {
	display: block;
	text-align: center;
	margin-bottom: .5em;
}

.ie span.block {
	margin-bottom: .75em;
}