html,body {height: 100%; margin:0;}
     body
     {
	     text-align: center;
	     background: #2e2e2e url(../images/bg.gif) repeat-y center center;
	 }
     
     #outer
     {
	     width:990px;
	     min-height: 100%;
	     margin-left: auto;
	     margin-right: auto;
	     display:block;
	     background-repeat: repeat-y;
	     background-position: 100% 100%; 
	 }
     
	 #forum
     {
     	float:left;
     	width:950px;
     	padding:20px;
     	padding-top:13px;
     	font-family:verdana;
     	font-size: 11px;
     	color: white;
     	text-align: left;
	line-height:16px;
	display:block;
     }
	 
     #content
     {
     	float:left;
     	width:655px;
     	padding:20px;
     	padding-top:13px;
     	font-family:verdana;
     	font-size: 11px;
     	color: white;
     	text-align: left;
		line-height:16px;
     }
	 
	 #contentleft
	 {
	 	width:490px; 
		float:left;
	 }
     
	 #contentright
	 {
	 	width:140px; 
		margin-left:25px;
		float:left; 
		text-align:left;
	
	 }

     #contest
     {
     	float:left;
     	width:485px;
     	padding:10px;
     	font-family:verdana;
     	font-size: 11px;
     	color: white;
     	text-align: left;
	line-height:14px;
     }

	 
     #column
     {
	     float:left;
	     width:255px;
	     padding:20px;
	     padding-top:13px;
	     font-family:verdana;
	     font-size: 11px;
	     color: white;
	     text-align: left;
	 }
     
	 .bioimg 
	 {
		 width:181px;float:right;
		 margin-bottom:5px;
		 padding: 2px 2px 10px 15px;
		 color:#cccccc;
		 text-align:left;
		 font-style:italic;
		 } 
	 
     .head {color:#e1e8cf;}
	 
	 .byline {color:#e1e8cf; font-weight:bold; float:right;}
     
     a {color:#ffcc00; text-decoration:none;}
	 a:hover {text-decoration:underline;}
     
     hr {clear: both; border: 0; height: 1px; color: #ffffff; background: #ffffff;}

	.clear {clear: both; height: 1px;}
div.clear {font-size: 0; line-height: 0px;}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/omrostning/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/omrostning/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
