/************************
Keskikuva
***********************/

div#midPic {
	margin: 0 auto;
	width: 920px;
	height: 311px;
	background: url('kuvat/midPic_background.png');
	border-bottom: 2px solid #413f3f;
}

div#midPicContent {
	padding: 0;
	padding-left: 600px;
	margin: 0;
}

div#midPicContent h3 {
	margin-top: 0;
	padding-right: 60px;
	font-size: 2.1em;
	padding-top: 68px;
	color: #2c2c2c;
	font-weight: normal;
	padding-left: 2px;
}

div#midPicContent p {
	margin-top: 11px;
	margin-bottom: 0;
}

/************************
Sisältö
***********************/

div#content {
	margin: 0 auto;
	width: 920px;
	padding-top: 18px;
	/*background: url('kuvat/content_background.png') repeat-x bottom left;*/
	background: white;
	padding-bottom: 56px;
}



div#contentLeft {
	width: 211px;
	float: left;
}

div#contentCenter {
	width: 443px;
	float: left;
	background: url('kuvat/content_main_leftborder.png') repeat-y left top;
}

div#contentRight {
	width: 266px;
	float: left;
	background: url('kuvat/content_main_leftborder.png') repeat-y left top;
}

div#content h1, div#content h2, div#content h3, div#content p, div#content form, div#content table {
	padding-left: 28px;
	padding-right: 28px;
}

div#contentRight h1, div#contentRight h2, div#contentRight h3, div#contentRight p, div#contentRight form, div#contentRight table {
	padding-left: 15px;
	padding-right: 15px;
}

div#content p {
	font-size: 1.2em;
	margin-top: 15px;
	padding-top: 0;
}

div#content h2 {
	color: #da5b00;	
	margin-top: 0;
	padding-top: 0;
	font-size: 2.15em;
	font-weight: normal;
	margin-bottom: 0;
}

div#content a img {
	border-width: 0;
}

div#footer {	
	background: url('kuvat/footer_background.png') repeat-x bottom left;
}