/* custom stuff */
HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}


a:link, a:visited {
	color: #796e5a; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #796e5a;	text-decoration: none;
	font-weight: bold;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 11px;
	color: #333333;

}

h1, .tuoteotsikko {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #796e5a;
	line-height: 18px;
	margin: 5px 0;
}
h3 {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #796e5a;
	line-height: 18px;
	margin: 5px 0;
}


#page_bg_vanha {
	height: 100%; 
	background: #f55e16;
	padding: 0;
	margin-bottom: 1px;
}		
#page_bg {
	height: 100%; 
	background: url(../images/tausta.jpg) no-repeat;
	padding: 0;
	margin-bottom: 1px;
}

