body {
  margin: 20px;
  background-image: url('kuvat/ornamentti.gif');
  background-repeat: repeat-y;
  
}
body, td {
  font-family: "Trebuchet MS", Arial, Tahoma; font-size: 13px; color: #333333;
}
#container {
	margin-left: 60px; display: block; width: 1000px;
}
#header {
	display: block; height: 60px; width: 1000px; border-bottom: 1px solid #ccc;
}
#header strong {
	font-size: 26px;
}
#content {
	display: block; width: 1000px; height: 600px; border-bottom: 1px solid #ccc;
}
#menu {
	display: block; width: 200px; float: left; clear: left;
}
#page {
	display: block; width: 800px; float: left;
}
#footer {
	display: block; height: 100px; width: 1000px;
}
h1, h2, h3, h4, h5 {
  font-family: "Trebuchet MS", Arial, Tahoma;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
  word-spacing: 0.05em;
  text-decoration: none;
  color: #575867;
}

h1 {
  font-size: 26px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 17px;
}
#menu ul {
  list-style-type: none;
  font-family: "Trebuchet MS", Arial, Tahoma;
  line-height: 40px;
  margin: 10px;
  font-size: 16px;
  padding: 0px;
  color: #666;
}
#menu a {
	 font-weight: bold;
}
#page ul {
  list-style-type: circle;
  font-family: "Trebuchet MS", Arial, Tahoma;
  font-weight: bold;
  color: #888888;
  line-height: 28px;
  margin: 20px;
}

input.teksti {
  font-family: "Trebuchet MS", Arial, Tahoma; font-size: 11px; font-weight: normal; color: #222222; background-color: #EEEEEE; border: 1px solid #999999; width: 200px;
}
input.painike {
  font-family: "Trebuchet MS", Arial, Tahoma; font-size: 11px; font-weight: bold; color: #222222; background-color: #EEEEEE; border: 1px solid #999999; width: 100px;
}
textarea.teksti {
  font-family: "Trebuchet MS", Arial, Tahoma; font-size: 11px; font-weight: normal; color: #222222; background-color: #EEEEEE; border: 1px solid #999999; width: 200px;
}

img.kuvitus {
	border: 3px solid #ccc;
	margin: 10px;
}
a {
	color: #2A5695;
}
a:visited, a:link {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
.red { color: red; }
.bigstrong { font-weight: bold; font-size: 16px;}
