html{
	background-image:url("images/bodybg.gif");	
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#FFF;
	_background:url("images/bodybg_ie.jpg") repeat-x top center #fff;	
	margin:0;
	padding:0;
	height:100%;
}

body{
	background-image:url("images/framebg2.png");	
	background-repeat:repeat-y;
	background-position:top center;
	_background: none;
	text-align:center;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:75%;
	min-height:100%;
	
}


/* keskistetty frame  */
#content{
	position:relative;
	margin:0 auto;
	background-color:#FFF;
	width:811px;
	overflow:hidden;
	margin-bottom:0;
}

/* for Internet Explorer */
/*\*/
* html .content {
height: 100%;
}
/**/

/* kuva ja päänavi */
#header{
	margin:0;
	margin-top:10px;
	clear:both;
	text-align:left;
	margin-left:10px;
	display:block;
	overflow:hidden;
	height:225px;
	/*border:1px solid #000;*/
}

#header img{
	margin:0;
	padding:0;
	border:none;
}

#header ul{
	margin:0;
	padding:0;
	list-style:none;
	height:32px;
}

#header li{
	margin-right:1px;
	padding:0;
	float:left;
	
	list-style:none;
	height:32px;
}

/* keskiosa jonka sisällä pastat */
#middle{
	margin:0;
	padding:0;
	padding-left:10px;
	clear:both;
	padding-top:20px;

}


/* palstat */
#leftcolumn{
	clear:both;
	float:left;
	width:207px;
	padding:0;
	margin:0;
	/*border:1px solid #000;*/
}

#leftnavi{
	float:left;
	margin:0;
	background-color:#E5E4DC;
	padding:0;
	width:196px;
}

#leftnavi li{
	text-align:right;
	list-style:none;
	margin:0;
	padding:0;
	background-color:#E5E4DC;
}

#leftnavi a{
	padding-right:15px;
	text-decoration:none;
	color:#74301F;
	font-weight:bold;
}

#leftnavi a:hover{
	color:#000;
}

#leftnavi img{
	margin:0;
	padding:0;
}

/* sisältöpalsta */
#centercolumn{
	/*border:1px solid #000;*/
	float:left;
	width:373px;
	text-align:left;
	position:relative;
	z-index:2;
	font-size:110%;
}

#centercolumn ul{
	margin:0;
	padding:0;
	padding-left:20px;
}


/* nostot */
#rightcolumn{
	float:left;
	width:196px;
	/*border:1px solid #000;*/
	text-align:left;
	padding-left:15px;
}

#rightcolumn h2{
	margin-top:0;
	color:#000;
	border-bottom:1px solid #000;
	font-size:140%;
	font-weight:normal;
	padding-bottom:4px;
}
#rightcolumn ul{
	line-height:1.25em;
	list-style:none;
	margin:0;
	padding:0;

}

#rightcolumn li{
	list-style:none;
	margin-bottom:10px;
	padding:0;

}

#rightcolumn a{
	text-decoration:none;
}


/* footer */
#footer{
	position:relative;
	width:831px;
	height:51px;
	color:#FFF;
	margin:0 auto;
	background-image:url("images/footer.jpg");
	background-color:#FFF;
	background-position:top center;
	border:0px solid #000;
	_background:url("images/footerNoBorder.jpg") no-repeat center;
	padding:0; 
	font-size:80%;
	

}

#copyright{
		padding-top:20px;
}

h1{
	margin-top:0;
	color:#74301F;
	border-bottom:1px solid #74301F;
	font-size:160%;
	font-weight:normal;
}

h2{
	color:#000;
	border:none;
	font-size:120%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	padding:0;
}

h3{
	color:#000;
	border:none;
	font-size:120%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
	padding:0;
}

hr{
	border-top:none;
	border-bottom:1px solid #990000;
}

a {color:#990000;}

a:hover{color:#74311E;}


.date{
	margin:0;
	padding:0;
	color:#999;
	font-size:90%;
	
}

.question{
	font-weight:bold;
}

input {
	border:1px solid #E5E4DC;
	width:350px;
	margin-bottom:15px;
}

textarea {
	border:1px solid #E5E4DC;
	width:350px;
	height:150px;
	margin-bottom:15px;
}

p{
	margin:0;
	margin-bottom:10px;
	padding:0;
}

.categories{
	background-color:#E5E4DC;
	padding:10px;
	
}

.categories a{
	 color:#74311E;
	font-weight:bold;
	text-decoration:none;
}

.categories a:hover{
	 color:#000; 
}

h2 a{
	color:#000;
}

h2 a:hover{
	color:#000;
}

.categoryHeader{
	 
	border-bottom:1px solid #CCC; margin-bottom:20px;   
}


.topLink{
	float:right;
}

.hide{
	display:none;
}

.preview { color:#000;}

a.preview:hover{ text-decoration:underline; color:#000; cursor:Pointer;}



