body {

	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background: #b3a976;
	margin-top: 30px;
	padding: 0;
	color: #000000;

}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E1DCC6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #E1DCC6; 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E1DCC6;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E1DCC6;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*
*/

#main1 {
    margin: auto;
	background: #E1DCC65;
	width: 660px;
    padding:30px;
    padding-bottom:2px;
}

#container1{
    float:none;
    clear:both;
    margin: 0px auto;
    margin-bottom:1px;
	width: 600px;
    border: 1px solid #ccc;
}

#name1 {
    float:left;
    width:144px;
    height:20px;
    padding-left:5px;
    padding-top:5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 14px;
    color:#C64934;
}

#info1 {
    width:340px;
    margin-left:150px;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:4px;
    border-left: 1px solid #ccc;

}

#infoicons1 {
    float:left;
    width:100px;
}

#infodate1{
    margin-left:100px;
    width:330px;
    text-align:right;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 12px;
    padding-top:5px;
}

#base1{
    background-color:#E1DCC6;
    width:100%;
}


#icon1 {
    float:left;
    width:144px;
    height:20px;
    padding-left:5px;
    padding-top:5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 10px;
}

#text1 {
    width:440px;
    margin-left:150px;
    padding-left:5px;
    padding-top:5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 12px;
    border-left: 1px solid #ccc;
    min-height:20px;
}

* html #text1 {
    width:340px;
    margin-left:150px;
    padding-left:5px;
    padding-top:5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 12px;
    border-left: 1px solid #ccc;
    height: 100px;
}

a1 {
    float:left;
    border:0px;
    text-decoration:none;
}

img1 {
    border:0px;
    text-decoration:none;
}

h11 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding:10px;
    padding-left:50px;
    font-size : 14px;
    color:#C64934;

}

#formheader1 {
    float:clear;
    width:500px;
    margin:auto;
    padding:10px;
    background-color:#E1DCC6;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 14px;
    text-align:center;
    color:#C64934;
}

#formbody1 {
    float:clear;
    width:500px;
    margin:auto;
    border-top:0px;
    padding-left:5px;
    padding-top:20px;
    padding-bottom:20px;
    background-color:#E1DCC6;
}

table1 {
    border: 1px solid #ccc;
    border-collapse:collapse;
    width:400px;
}
td1 {
    border: 1px solid #ccc;
    border-collapse:collapse;
    padding:5px;
}
th1 {
    width:150px;
    border: 1px solid #ccc;
    border-collapse:collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    text-align:left;
    padding:5px;
}

#source1{
  text-align:right;
  align:right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}
.style4 {font-size: 9px}
.style3 {font-size: 13px;} /* pienempi otsikko */
.style2 {font-size:20px;} /* Isompi otsikko */
.style1 {color: #FF0000; font-size:14px;}  /* Lappträsk FBK EST 1897....*/
a:link {color: #cc3333;}
a:visited {color: #cc3333;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color: #ff6000;}
a:active {text-decoration: none;}

/* lighbox */

#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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }