body {
	background: #FFFFFF repeat;
	height: 100%;
	width: 800px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7F7353;
	font-size: 1.2em;
	background: inherit;
	padding-left: 150px;
}
h2 {
	color: #7F7353;
	background: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	left: 120px;
	padding-left: 150px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #7F7353;
	background-color: inherit;
	display: none;

}
p {
	color: #7F7353;
	background: inherit;
	padding-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
}
li {
	margin-left: 160px;
	color: #7F7353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	background-color: inherit;
}
#header {
	color: inherit;
	background-color: inherit;
}
#valikko {
	float: left;
	position: fixed;
	z-index: auto;
	left: 0px;
}
#container {
	background: url(images/pbrushback.gif);
	height: 100%;
	width:80%;
	margin-right: auto;
	margin-left: auto;
}
#text {
	width: 800px;
}
#footer {
	color: #7F7353;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #FFECD2;
	background-repeat: repeat;
	width: 800px;
}

.border {
	border: 4px solid #FFECD2;
}

.centered {
	text-align: center;
}
.index {
	padding-left: 200px;
}
a:link {
	color: #E9CE6D;
	background: inherit;
}
a:visited {
	color: #BAAB55;
	background: inherit;
}
a:hover {
	text-decoration: none;
	
}
