

#topArea {
  width: 100%;
  height: 394px; /* 394 */
  background: url(bg/indexTopArea.jpg) repeat-x;
}

#top {
  margin: 0 auto;
  width: 972px;
  //width: 971px; /* IE fix */
  height: 394px;
  background: url(bg/indexTop.jpg) no-repeat left top;
  position: relative;
  overflow: hidden;
}


#extra {
    display: none;
}

/* flash */

#flash {
    width: 932px;
    height: 290px;
    overflow: hidden;
    position: absolute;
    bottom: 4px;
    left: 20px;
    background: url(bg/noflash.jpg) no-repeat;
}

#flashTop {
    width: 932px;
    height: 16px;
    background: url(bg/flashTop.jpg) repeat-x;
    position: absolute;
    bottom: 294px;
    left: 20px;
}

#flashBottom {
    width: 932px;
    height: 16px;
    background: url(bg/flashBottom.jpg) repeat-x;
    position: absolute;
    top: 0px;
    left: 20px;
}

#content {
    position: relative;
    top: -4px;
}

/* ylikirjoitetaan main ja ala-navi */

#main {
	margin: 0px;
        padding: 30px 0px 0px 0px;
	width: 520px;
	float: left;
        overflow: hidden;
	position: relative;
	right: -40px;
}

#main .text {
	padding: 0px 0px 0px 30px;
	height: 300px;
	overflow: visible;
}

html>body #main .text {
	height: auto;
	min-height: 300px;
        overflow: hidden;
}


/* nav-left */

#nav-left {
	float: right;
        width: 355px;
        height: 300px;
        overflow: visible;
        padding: 0px;
        margin: 0px;
        position: relative;
        left: -19px;
}

html>body #nav-left {
	height: auto;
	min-height: 300px;
        overflow: hidden;
}

#nav-left .text {
        padding: 0px 10px 10px 0px;
}

#nav-right {
    display: none;
}

/* newsbox */

#news_box {
    width: 287px; 
    height: 133px;
    padding: 50px 30px 20px 38px;
    background: url(bg/newsbox.jpg) no-repeat;
    overflow: hidden;
    margin-bottom: 2px;
}

a.news {
    color: #0b609f;
    font-weight: bold;
}

.newsDate {
    color: #fff;
}

.moreNews {
    font-style: italic;
    font-size: .89em;
    color: #013c6d;
}
