/* css file designed by David Todd Watson (david at aktivnett dot no)
   updated: July 27, 2005
   site layout: centered
   site width: 955px
   
   tested with: 	

   o Internet Explorer 5.2 (MAC)
   x Safari 1.0 (MAC)
   x Internet Explorer 6.0 (WIN)
   x FireFox 1.0 (WIN)
   x Opera 7.5 (WIN)


*/


/* body attributes
*************************************/
body {
	background-color: #fff;
	font-family: verdana;
	font-size: .8em;
}

/* #header elements
*************************************/
	#header-container {
		padding: 0;
		margin: 0;
		border: 0 none;
		background-color: #fff
	}
/* double buffer the background-image by placing it on BOTH the containing element and the anchor */
		#logo {
width: 325px;
height: 90px;
			background: url("http://cop.nidelven-it.no/turonor/theme/logo.jpg") no-repeat;
		}
			#logo span {
				display: none;
			}
		#navigation {
			display: none;
		}
		#banner {
			display: none;
		}
		#banner-xtra {
			display: none;
		}

/* content elements
************************************/
	#content-container {
		float: left;
		position: relative;
		width: 700px;			
		margin: 0;
		padding: 0;
	}
		#main {
		float: left;
		position: relative;
		width: 650px;
			margin: 0 0 10px 0;
			padding: 0 20px 0 20px;
		}
		#sidebar {
			display: none;
		}

	#xtra {
		display: none;
	}

/* content elements
************************************/
	.story #content-container {
		float: left;
		position: relative;
		width: 700px;			
		margin: 0;
		padding: 0;
	}
		.story #main {
		float: left;
		position: relative;
		width: 650px;
			margin: 0 0 10px 0;
			padding: 0 20px 0 20px;
		}
		.story #sidebar {
			display: none;
		}

	.story #xtra {
		display: none;
	}


/* footer elements
***********************************/
	#footer-container {
		float: left;
	}
		#info {
			display: none;
		}
		#copyright {
			width: 500px;
			height: 40px; 
			padding: 15px 0 0 0;
		}
	#footer-xtra {
		float: right;
		width: 240px;
		height: 40px; 
		padding: 15px 0 0 0;
	}
		#footer-xtra img {
			margin-left: 5px;
		}
img {
	border: 0;
}
p {
width: 600px;
	margin: 10px 0 0 0;
	padding: 0;
}