@charset "utf-8";
/* CSS Document */

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

html{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

body  {
	font-family: LTStd;
	font-size: 30px;
	letter-spacing: 1px;
	color:#ffffff;
	font-weight:normal;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0px;
	padding: 0px;
}

#background{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	}

#fixed {
	position:relative; 
	top:0px;
	z-index:10;
	margin-left:auto;
	margin-right:auto;
}

#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 

@font-face {
    font-family: LTStd;
    src: url("font/HelveticaRoundedLTStd-BdCn.eot") /* EOT file for IE */
}
@font-face {
    font-family: LTStd;
    src: url("font/HelveticaRoundedLTStd-BdCn.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family: LTStd;
    src: url("font/HelveticaRoundedLTStd-BdCn.otf")
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: LTStd;
	font-weight:normal;
	letter-spacing: 1px;
	font-size:18px;
	color: #324654;
}

h1 {
	font-family: LTStd;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 2;
	color: #000000;
}

h2 {
	font-family: LTStd;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 2;
	color: #000000;
}

h3 {
	font-family: LTStd;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	text-shadow:     
	-3px -3px 0 #000,
    0px -3px 0 #000,
    3px -3px 0 #000,
    -3px 3px 0 #000,
    0px 3px 0 #000,
    3px 3px 0 #000;
	margin: 2;
	color: #ffffff;
}

h4 {
	font-size: 12px;
	font-weight: BOLD;
	margin: 0;
	color: #FFFFFF;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	color: #cccccc;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: MKAbel;
	font-weight:normal;
	letter-spacing: 1px;
	font-size:18px;
	color: #ffffff;
}

a {
	font-family: LTStd;
	font-weight:normal;
	font-size:30px;
	text-shadow: 2px 2px #ffffff;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFD222;
}


#header {  /* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	width:1000px;
	height:267px;
	top:0px;
	z-index:200;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer {
	width:100%;
	height:384px;
	text-align:center;
	top:0px;
	background-image:url(images/footer_tausta.png);
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:100;
}

#content {
top:0px;
background-repeat:no-repeat;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}


#etusivu_yksi {
top:0px;
background-image:url(images/maaliviiva_tausta.png);
background-repeat:repeat-x;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}

#mainos_kaksi {
top:0px;
background-color:#FFF;
background-repeat:repeat-x;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}

#mainos_kolme {
top:0px;
background-color:#A5BBD2;
background-repeat:repeat-x;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}

#mainos_nelja {
top:0px;
background-color:#688CB1;
background-repeat:repeat-x;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}

