@charset "utf-8";
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(topbg.gif) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
img {border: 0px;}

.twoColFixLtHdr #container {
	width: 841px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: #747a7c 1px solid;
	
} 
.twoColFixLtHdr #header {
	background: #DDDDDD url(top.gif);
	padding: 0 0px 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. */
	height: 221px;
	width: 841px;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 10px;
}
.twoColFixLtHdr #container #sidebar1 a {
	color: #333333;
	text-decoration: none;
}

.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #333333;
	text-decoration: underline;
}


.twoColFixLtHdr #container #sidebar1 p {
	margin: -30px 0px 0px 15px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 10px 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
} 
.twoColFixLtHdr #container #header #navi {
	position: relative;
	top: 60px;
}

.twoColFixLtHdr #container #header #ajankohtaista {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	height: 127px;
	width: 259px;
	position: relative;
	top: 13px;
	left: 12px;
}
.twoColFixLtHdr #container #mainContent #smallbox {
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.twoColFixLtHdr #container #mainContent #iframe #mediumbox #mediumboxextra {
	left: 3px;
	bottom: 0px;
	height: 300px;
	width: 210px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #iframe #mediumbox #mediumboxextra img {
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent #mediumbox #info {
float:left;
	position: relative;
	left: 210px;
}
.twoColFixLtHdr #container #mainContent #mediumbox {
	height: 300px;
	width: 210px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c5d5e1;
	color: #FFFFFF;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 80%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* OTHER FONTS */

h1, h2, h3, h4, h5 {
	color:#ff9900;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
h1 {
	font-size: 20px;
	font-weight:normal;
}

h2 {
	font-size: 13px;
	font-weight:strong;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;

}

h3, h4, h5 {
	font-size: 11px;
	font-weight:normal;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	padding-left: 14px;
}



/* LIGHTBOX STATS HERE */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
/* LIGHTBOX ENDS HERE */