@charset "utf-8";
/* CSS Document */
* { margin: 0 }
html { height: 100% }
body {
	height: 100%;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	/* background-color must be set in an internal style sheet per category 
	background-color: #EC6760;  */
}

#wrapper {
	width: 955px;
	height: 95%;
	margin:  0 auto;
	padding: 10px 20px 20px 20px;
	text-align: center;
}

#bg {
	/* background-color must be set in an internal style sheet per category 
	background-color: #FD5258; */
	padding-top: 20px;
	padding-bottom: 10px;
}
#bg p.bunn {
	clear: both;
	margin-right: 20px;
	font-size: 0.65em;
	color: #999;
	text-align: right;
}
.bunn a { color: #999 }
/* Style rules for navigation */
#meny {
	padding-right: 20px;
	padding-left: 20px;
	white-space: nowrap
}
#meny p {	font-size: 1.3em }
ul { list-style-type: none }
#meny ul {
	font-size: 1.2em;
	color: #FFF;	/* is not needed because of the universal selector rule 
	margin-bottom: 0;  */
}
#meny li {
	display: inline;
	margin-right: 15px;
	color: #000;
}
#meny li a {
	color: #FFF;
	text-decoration: none;
}
#meny ul.sub {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

/* ... */
#textbox {
	width: 915px;
	height: 494px;
	margin: 0 auto 4px auto;
	text-align: left;
	background-color: #FFF;
	}

/* Box for biography and CV */
#rollbox {
	float: right;
	width: 628px;
	height: 400px;
	background-color: #FFF;
/*	margin-left: 286px; */
	overflow: scroll;
	text-align: left;
	padding: 10px;
	margin-right: 10px;
	font-size: 0.9em
}

/* Headings, paragraphs, lists, etc. */
h1, h2, h3, h4 {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
h1 { font-size: 1.5em }
h2 {
	font-size: 1.25em;
	margin-top: 0.5em;
	}
h3 { font-size: 1.1em }
h4 { font-size: 1em }

p { font-size: 1em }

a {
	text-decoration: none;
	color: #03F;
}
a img { border: none }

/* Tables */
table {	border-collapse: collapse }
th, td {
	border: none;
	padding: 0 4px 2px 4px;
	vertical-align: top
}

/* Various classes for reuse */
.fltlft {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	padding-right: 10px;
}
.poem {
	font-size: 1.2em;
	font-style: italic;
	line-height: 115%;
	margin-bottom: 0.5em;
}

