html, body {
	background-color: #FFFFFF;
	margin: 0em;
	padding: 0;
}

html {
	text-align: center;	
	width: 100%;
	min-width: 100%;
}

body {
	background: url("images/background_wood.jpg");
	width: 70em;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	height: 56em;
	min-height: 56em;
}

div#page {
	min-height: 55em;
	position: relative;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-left: 2em;
	padding-right: 2em;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-width: 50em;
	width: 50em;
}

#logo {
	text-align: center;
}

iframe#contentFrame {
	height: 41em;
	clear: left;
	width: 100%;
	background-color: #FFFFFF;
}

div#pageFooter {
	height: 3.5em;
	width: 100%;
}

div#pageFooter a:link {
	color: #000000;
	text-decoration: none;
}

div#pageFooter a:visited {
	color: #000000;
	text-decoration: none;
}

div#pageFooter a:hover {
	text-decoration: underline;
}

div#pageFooter a:active {
	color: #000000;
	text-decoration: none;
}

div.columnLeft {
	float: left;
	width: 33%;
	text-align: left;
	padding: 0.5em;
}

div.columnCenter {
	float: left;
	width: 34%;
	text-align: center;
	padding: 0.5em;
}

div.columnRight {
	float: right;
	text-align: right;
	padding: 0.5em;
}

img {
	border-style: none;
}

.topLeftRounded {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

.topRightRounded {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.bottomLeftRounded {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.bottomRightRounded {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.borderTop {
	border-top-width: 0.2em;
	border-top-style: inset;
}

.borderBottom {
	border-bottom-width: 0.2em;
	border-bottom-style: inset;
}

.borderLeft {
	border-left-width: 0.2em;
	border-left-style: inset;
}

.borderRight {
	border-right-width: 0.2em;
	border-right-style: inset;
}

.tableshadow {
	-moz-box-shadow: 6px 10px 10px #000;
	-webkit-box-shadow: 6px 10px 10px #000;
	box-shadow: 6px 10px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=140, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=140, Color='#000000');
}

.bookshadow {
	-moz-box-shadow: 2px 6px 1px #DDD, 6px 10px 10px #000;
	-webkit-box-shadow: 2px 6px 1px #DDD, 6px 10px 10px #000;
	box-shadow: 2px 6px 1px #DDD, 6px 10px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=140, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=140, Color='#000000');
}
