/***** GLOBAL FORMATTING *****/

body {
	background: #f1f2ef url(back.jpg) center center;
	color: #000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;


}

a:link {
  color:#888d5f;
  text-decoration:none;
  }
a:visited {
  color:#905c5e;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }


#main {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	text-align: justify;
	width: 581px; 
	margin: 0 auto; 
	background: url(sivutausta.jpg);
}

p {
	line-height: 18px;
	padding: 0 85px 0 110px;
}

h2 {
  margin:1.5em 0.5em .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

h3 {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:150%;
  font-weight:normal;
  line-height:1.4em;

  }


#footer {
  clear:both;
  background: #333; 
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  font: 10px "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
