@charset "UTF-8";
/* CSS Document */
 
* {
	margin:0;
	padding:0;
	}
html {
	height:100%;
	font-size: 100%; /* IE hack */
	
	}
body {
	height:100%;
	font: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #402115;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	height: 100%;
	background: #FCF0BA url(../images/bg.jpg) repeat-x top;
	
}
#wrapper {
	position:relative;
	padding-bottom:0px;
	z-index:100;
	text-align:center;
	}
#wrapper_inner {
	margin:0 auto;
	text-align:left;
	position:relative;
	background: url(../images/bg_ornament.png) no-repeat left top;
	}
	
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	border: 0;;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0px;
	background:url(../images/suvi_kitunen.png) top left no-repeat;
	height: 160px;
	margin-left: 0px;
	float: right;
	width: 480px;
	margin-bottom: 30px;
} 
.twoColFixLtHdr #menu{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	margin-top: 122px;
	
	border: 1px;
	height: 300px;
	width: 100%;
} 

#footer_content{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	width: 760px;
	text-align: center;
	overflow: auto;
	height: 60px;
	float: right;
} 




.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 270px;
	background: url(../images/bg_sidebar.png) repeat-y top left;
	padding: 0px 15px 15px 5px;
	height: 100%;
} 

.twoColFixLtHdr #sidebar_footer {
	float: left;
	width: 270px;
	background: url(../images/bg_sidebar_footer.png) repeat-x top left;
	padding: 0;
	height: 100px;
	position: relative;
}


.twoColFixLtHdr #mainContent_top {
	margin: 0 0 0 5px;
	padding: 20px 30px;
	height: 125px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 0px;
	padding: 0px 0px;
	width: 480px;
} 
 
.twoColFixLtHdr #footer {
	height:8em;
	border-top:1px solid #ffffff;
	background:  #101010 url(../images/bg_footer.jpg) top repeat-x;
	text-align:center;
	color:#FCF0BA;
	padding:0px 40px 4px 40px;
	position:relative;
	clear:both;
} 


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
