/*-----------------------------------------------------------------------------
    Multi-column layout created by Bengt Wendel
    This version is for Helande Kraft and includes css-web-std.css
********************************************************************************/
/* Import Stylesheet web standard */
@import url("css-web-std.css");
/*------------------------------------------------ Helande Kraft - unikt ------*/
body {margin-top: 10px; margin-bottom: 10px; padding: 0;
	text-align: center;
  font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #4B5340;
  background-color: #eee;
}

/*----------------------------------------------------------- header of page --*/
#header {
	background: url(myimages/heartshaped_hands-s.jpg) left no-repeat;
	height: 80px;
	margin: 0;
  padding-left: 25px;
	padding: 0;
  width: 100%;
/*  border-bottom: 1px solid black;  */
}

#header h1 {
	color: #000;
	text-align: center;
  font-weight: bold;
	font-size: 50px;
  font-style: italic;
  font-family: "Trebuchet MS", verdana, arial, geneva, sans-serif;
/*  margin-left: 100px;  */
	padding: 10px 10px 10px 10px;
}
/*-------------------------------------------------------- End Of File --------*/

