/*** CSS-tyylit sivun osien layouttiin ***/

body {
	border: 0;
	padding: 7px;
	margin: 0;
	background: #FFFFFF;
}

/* Kaikkien div-elementtien parent (header, middle, footer) */
#div_container {
	margin: 10px auto;
	width: 970px;
}

/* Yläosa */
#div_header {
	padding: 8px 0 3px 0px;
	text-align: center;
	background-color: #CCCCCC;
	
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-right: 3px solid #666666;
	border-bottom: 1px solid #666666;
}

/* Sisältö (menu ja sivu) */
#div_content
{
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-right: 3px solid #666666;
	border-bottom: 1px solid #666666;
	
	background-color: #EEEEEE;
}

/* Vasen palkki */
#div_left {
	float: left;
	/*display: block;*/
	
	overflow: hidden;
}

/* Valikkotaso */
div.menu {
	width: 150px;
	overflow: hidden;
	padding-top: 40px;
}

div.menu div.title {
	padding: 3px;
	border-bottom: 1px dotted #000000;
}

/* Sivutaso (pgheader, pgheading, pgcontent, pgfooter) */
#div_page {
	float: left;
	display: block;
	width: 815px;
	border-left: 1px solid #666666;
	
	/*margin-left: 150px;*/
	
	background-color: #FFFFFF;
	
	min-height: 510px;
	padding-bottom: 20px;
	overflow: visible;
}
/* IE:lle oma määritys */
* html #div_page {
	height: 510px;
}

/* Sivun heading-taso */
#div_pgheader {
	background: transparent;
}

/* Sivun otsikkotaso */
#div_pgheading {
	background: transparent;
}

/* Sivun sisältötaso */
#div_pgcontent {
	background: transparent;
	padding: 5px 3px 3px 8px;
}

/* Sivun footer-taso */
#div_pgfooter {

}

/* Footer-taso */
#div_footer {
	clear: both;
	margin: 0;
}

#div_bottom {
	background-color: #CCCCCC;
	
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	
	min-height: 30px;
	text-align: center;
}
* html #div_bottom {
	height: 30px;
}
#div_bottom p
{
	font-size: 0.85em;
}

