html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #679;
	background-image: url("../images/bkgd.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

/* Containing table because CSS doesn't allow for 100% height of inline elements,
which seems perfectly practical save for the fact that W3 doesn't like to do things
in a practical manner. */

table {
	table-layout: fixed;
	width: 700px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border-left: 5px solid #993;
	border-right: 5px solid #993;
	border-spacing: 0px;
	background-image: url("../images/tile.gif");
	background-repeat: repeat;
}
#left {
	width: 240px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: url('../images/typewriter_1.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	text-align: left;
}
#right {
	width: 460px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border: 0;
	background-color: #FFF;
	text-align: left;
}
#left_2 {
	width: 240px;
	height: 35px;
	margin:0;
	padding: 0;
	border: 0;
	background-color: #D1E1C1;
	background-image: url('../images/typewriter_2.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	text-align: left;
}
#right_2 {
	width: 460px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #E0E0AA;
	text-align: left;
}
/* Typography 

#left ul {
	list-style-type: none;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 170%;
	color: #734;
	margin-top: 7px;
}*/
#left p {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 170%;
	color: #734;
	margin-top: 5px;
	margin-left: 25px;
}
#left_2 p {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #734;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	border: 0;
}
#right h1 {
	font: normal 15px Georgia, Palatino, Times, serif;
	letter-spacing: 3px;
	text-align: left;
	text-transform: uppercase;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #E0E0AA;
}
#right h2 {
	font: normal 14px Georgia, Palatino, Times, serif;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #E0E0AA;
}
#right p {
	font: normal 13px Georgia, Palatino, Times, serif;
	text-align: left;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
}
#right dl {
	font: normal 13px Georgia, Palatino, Times, serif;
	text-align: left;
	color: #333;
	margin-right: 10px;
}
#right dt {
	margin-left: 10px;
	font-weight: bold;
}
#right ol {
	font: normal 13px Georgia, Palatino, Times, serif;
	text-align: left;
	color: #333;
	margin-right: 10px;
}
#right ul {
	font: normal 13px Georgia, Palatino, Times, serif;
	text-align: left;
	color: #333;
	margin-right: 10px;
}
#right blockquote {
	border: 1px solid #E0E0AA;
}
#right_2 h6 {
	font: normal 10px Georgia, Palatino, Times, serif;
	text-align: left;
	color: #333;
	border: 0;
	margin: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

/* Images */

img.hanne {
	border-bottom: 3px solid #734;
	margin-bottom: 5px;
}
img.nav {
	margin-left: 15px;
}
img.hero {
	border: 1px solid #E0E0AA;
	margin-left: 10px;
}
img.book {
	margin: 0 10px 10px 10px;
	border: 1px solid #E0E0AA;
}

/* Links */

a {
	color: #734;
	text-decoration: underline;
}
a:hover {
	color: #708282;
	text-decoration: underline;
}