/* CSS document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
	background: url(images/img_139a.gif) #492525;
	}

body {
	font: 90% "Trebuchet MS", sans-serif;
	text-align: center;
	color: #492525;
	}


/* TEXT STYLES */

h1 {
	margin: 0;
	padding: 1em 0 .2em 0;
	width: auto;
	font-size: 1.5em;
	color: #492525;
	border-bottom: 1px solid #bc9d6a;
	}

h2 {
	clear: both;
	font-size: 1.3em;
	margin-bottom: 0;
	}

p {
	margin: 1em 0;
	padding: 0;
	line-height: 1.5em;
	}

a:link, a:visited {
	font-weight: bold;
	color: #361d17;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #8f120f;
	}

ul {
	list-style: square;
	}

ol li.spaced {
	margin-bottom: 1em;
	}

/* LAYOUT STYLES */

#wrapper {
	margin: 0 auto;
	width: 80%;
	background: #c4daea;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	}

#container-head {
	background: #6a8abb;
	border-bottom: 1px solid #492525;
	}

#head {
	line-height: 3em;
	}

#content {
	padding: 0 2em 40px 2em;
	text-align: left;
	}

#titlepic {
	position: relative;
	margin: 1em 2em 0 -5em;
	float: left;
	}

.biopic {
	position: relative;
	width: 175px;
	margin: 2em;
	}

.biopic .300wide {
	width: 300px;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

img {
	border: 3px solid #bc9d6a;
	}

.caption {
	font-family: verdana, helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	width: auto;
	margin-top: 0;
	margin-bottom: 1em;
	background: #c4daea;
	border: 1px solid #bc9d6a;
	}

#leftcol {
	clear: both;
	position: relative;
	float: left;
	width: 300px;
	margin-right: 4em;
	}

#rightcol {
	position: relative;
	float: right;
	}

.reference-indent {
	margin-left: 5em;
	}

.translations {
	clear: both;
	width: 600px;
	margin-bottom: 2em;
	border-top: 1px solid #c00;
	}

.translations p.swedish {
	clear: both;
	position: relative;
	float: left;
	margin-right: 3em;
	}

.translations p.english {
	position: relative;
	float: right;
	}

#container-foot {
	clear: both;
	width: 100%;
	background: #6a8abb;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	margin: 1em 0 0 0;
	left: 0;
	height: 50px;
	border-top: 1px solid #492525;
	}

#foot {
	padding: .5em 1em 0;
	font-size: .8em;
	}

.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }
