html {
	height: 100%;
}

body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial;
	font-size: 12px;
	color: #372512;
	text-align: left;
	line-height: 1.5em;
}

body {
	background-image: url(graphics/bg.png);
	background-repeat: repeat-x;
	background-color: #E6E2CF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#Wrapper {
	width: 920px;
	margin:0 auto;
	position:relative;
	background-color: #F0EEE2;
}

#Site {
	float: left;
	width: 900px;
	height: 100%;
	background-color:#FFFFFF;
}

.Side {
	float:left;
	width: 10px;
}

#Header {
	width:900px;
	height:137px;
	background-image:url(graphics/header_bg.png);
	background-repeat:no-repeat;
}

#MenuFB {
	width: 150px;
	height: 21px;
	float: right;
    clear: both;
	margin-right:20px;
	margin-top:48px;
}

#Menu {
	width: 570px;
	height: 40px;
	float: right;
    clear: both;
	margin-right:20px;
	margin-top:4px;
}

#Footer {
	width: 920px;
	height: 40px;
	margin:0 auto;
	position:relative;
	background-color: #F0EEE2;
	}

.Main {
	width:860px;
	margin:auto;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

.Palstat {
	width:860px;
	margin:auto;
	margin-bottom:20px;
	display:table;
}


.Kuva_left {
	border:solid 1px #372512;
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.Kuva_right {
	border:solid 1px #372512;
	float:right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.Kuva_center {
	border:solid 1px #372512;
	margin-bottom: 10px;
}

.Kuva_henkilokunta {
	border:solid 1px #372512;
	margin-bottom: 5px;
}

.Logo {
	border:solid 1px #372512;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.Kuva {
	border:solid 1px #372512;
}

.Palsta {
	background-color:#E8E5D5;
	border-right:solid 1px #FFFFFF;
}

.palsta2 {
	width:570px;
	padding-left:20px;
}


.Solu {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid 1px #FFFFFF;
}

.Solu_Otsikko {
	height: 30px;
	background-image:url(graphics/otsikkopalkki_bg.png);
	color:#FFFFFF;
	font-size: 20px;
	padding-left:20px;
	padding-top: 10px;
}

.InfoSolu {
	width:188px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border:solid 1px #FFF;
}

.floatClear {
    clear: both;
}

/* TEKSTITYYLIT */

p {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
}

h1 {
	color: #be6107;
	font-size: 28px;
	font-weight:normal;
	line-height: 1em;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	color: #be6107;
	font-weight:normal;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
}

h3 {
	font-size: 16px;
	color: #9a8d6d;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	font-weight:normal;
}

h4 {
	font-size: 16px;
	color: #be6107;
	font-weight:normal;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

.TuoteLink {
	font-size: 20px;
	color: #be6107;
	font-weight:normal;
}

.pvm {
	color: #A89C8F;
	border-bottom: solid 1px #A89C8F;
	margin-bottom:5px;
}


.footer_txt {
	font-size: 11px;
	color: #7b6a53;
}

.HenkilokuntaText
{
    margin-top: 5px;
    line-height: 100%;
}

/* LINKIT */

a:link {
	color: #be6107;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #be6107;
}
a:hover {
	text-decoration: underline;
	color: #be6107;
}
a:active {
	text-decoration: none;
	color: #be6107;
}

a.FooterLink:Link {
	color: #7b6a53;
	text-decoration: none;
	}

a.FooterLink:visited {
	color: #7b6a53;
	text-decoration: none;
	}
	
a.FooterLink:hover {
	color: #be6107;
	text-decoration: none;
	}
	
a.FooterLink:active {
	color: #7b6a53;
	text-decoration: none;
}

