html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background: #c7c3c1 url(../img/bg.gif) center top repeat-y;
}

img {
	border: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #828282;
	outline: none;
}

a:hover,
a:active {
	color: #828282;
	outline: none;
}

#page {
	position: absolute;
	top: 0px;
	left: 50%;
    margin-left: -490px;
   
    outline: #c7c3c1 solid 2px;
	
	width: 980px;
	height: 100%;
	
	/* ie5win fudge begins */ voice-family:"\"}\""; 
	voice-family: inherit;
	width: 980px;
	
}

html>body #page { width: 980px; }

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 488px;
	background: #c7c3c1;
}

#logo {
	position: absolute;
	top: 128px;
	left: 46px;
	width: 346px;
	height: 53px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#fade {
	z-index: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

#fade li {
	position: absolute;
}

#menu {
	position: absolute;
	top: 488px;
	left: 0;
	width: 980px;
	height: 41px;
	background-color: #dcd9d4;
	text-align: left;
}

#nav {
	position: absolute;
	top: 12px;
	left: 36px;
}

#nav li {
	display: inline;
	float: left;
}

#nav li a {
	float: left; 
	width: 117px; 
	height: 0; 
	padding-top: 19px; 
	background-image: url(../img/nav.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#nav li#memorianorway a {
	width: 172px;
	background-position: 6px 0;
}
#nav li#memorianorway.active a,
#nav li#memorianorway a:hover {
	background-position: 6px -19px;
}

#nav li#logbook a {
	width: 89px;
	background-position: -166px 0;
}
#nav li#logbook.active a,
#nav li#logbook a:hover {
	background-position: -166px -19px;
}

#nav li#route a {
	width: 69px;
	background-position: -255px 0;
}
#nav li#route.active a,
#nav li#route a:hover {
	background-position: -255px -19px;
}

#nav li#performancetour a {
	width: 175px;
	background-position: -324px 0;
}
#nav li#performancetour.active a,
#nav li#performancetour a:hover {
	background-position: -324px -19px;
}

#nav li#archive a {
	width: 84px;
	background-position: -499px 0;
}
#nav li#archive.active a,
#nav li#archive a:hover {
	background-position: -499px -19px;
}

#nav li#exhibitions a {
	width: 111px;
	background-position: -583px 0;
}
#nav li#exhibitions.active a,
#nav li#exhibitions a:hover {
	background-position: -583px -19px;
}

#nav li#network a {
	width: 92px;
	background-position: -694px 0;
}
#nav li#network.active a,
#nav li#network a:hover {
	background-position: -694px -19px;
}

#nav li#supporters a {
	width: 116px;
	background-position: -786px 0;
}
#nav li#supporters.active a,
#nav li#supporters a:hover {
	background-position: -786px -19px;
}

#main {
	position: absolute;
	top: 529px;
	left: 0;
	width: 980px;
	height: 100%;
	background-color: #f5f5f2;
}

#content {
	position: absolute;
	top: 38px;
	left: 46px;
	width: 888px;
	
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	line-height: 1.5em;
	word-spacing: 0.2em;
	color: #828282;
	
	border-bottom: #f5f5f2 solid 50px;
	
}


table {
	font-size: 1em;
}


h1, h2, h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	
}

.blogentry {
	width: 888px;
	background: url(../img/blogline.gif) repeat-x;
	padding: 43px 0 46px 0;
}

.blogentry p {
	margin: 0;
	padding: 0;
}

.blogentry .left {
	width: 153px;
	color: #b8b8b8;
	float: left;
	display: block;
}

.blogentry .left a:link,
.blogentry .left a:visited {
	color: #b8b8b8;
}

.blogentry .left a:hover,
.blogentry .left a:active {
	color: #b8b8b8;
}

.blogentry .left .date {
	font-weight: bold;
	text-transform: uppercase;
}

.blogentry .center {
	width: 334px;
	float: left;
	display: block;
	margin-left: 20px;
}

.blogentry .center h1 {
	text-transform: uppercase;
}

.blogentry .right {
	width: 322px;
	float: left;
	display: block;
	margin-left: 59px;
}

#map {
	width: 100%;
	height: 888px;
}

.paging {
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.linie {
	width: 100%;
	height: 4px;
	background: url(../img/blogline.gif) repeat-x;
	display: block;
	margin: 25px 0 25px 0;
}

.space {
	width: 100%;
	height: 20px;
	display: block;
}
