@charset "utf-8";

img {
	border: none;
	}

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-color: #FF8B3D;
	}

#container {
	width: 954px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#header {
	background-image: url(images/header.png);
	height: 75px;
	width: 954px;
	}

#menu {
	background-color: #FFE4B5;
	height: 20px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	z-index: 50;
	}

#content {
	width: 954px;
	height: 503px;
	background-color: #FFFFFF;
	margin-left: 0px;
	overflow-y: auto;
	}

#sivukuvitus {
	width: 501px;
	height: 501px;
	float: right;
	margin-top: 0px;
	margin-right: 2px;
	overflow: hidden;
	}

#otsikko {
	width: 24px;
	height: 501px;
	background-color: #74C044;
	float: left;
	margin-left: 2px;
	}

#tekstiosuus {
	width: 421px;
	height: 499px;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	overflow: auto;
	}

#vanhatlehdet  {
	position:absolute;
	width:0px;
	height:0px;
	margin-top:353px;
	margin-left:-35px;
	z-index:1;
	}
	
#lehdet  {
	position:absolute;
	left:50%;
	width:197px;
	height:181px;
	margin-top:353px;
	margin-left:-507px;
	z-index:1;
	}

.leipateksti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 13px;
	}

.otsikko {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	}

