BODY {
	height: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	background-color: #1E2931;
	background-image: url('img/tausta.gif');
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 11px;
}

TD {
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 11px;
}

#main {
	width: 920px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#ylapalkki {
	height: 101px;
	background-color: #CA0005;
	background-image: url('img/ylapalkki.png');
	background-repeat: no-repeat;
}

#navipalkki {
	height: 40px;
	background-color: #1E2931;
	text-align: center;
	vertical-align: middle;
}

#kuvapalkki {
	height: 298px;
	background-color: #CA0005;
	background-image: url('img/etusivu-kuva.png');
}

#sisaltopalkki {
	background-color: #D8DADC;
}

#alapalkki {
	height: 40px;
	background-color: #CA0005;
	background-image: url('img/alapalkki.png');
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	vertical-align: middle;
}

#alapalkki A {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#alapalkki A:hover {
	text-decoration: underline;
}

#varjo_vasen {
	width: 10px;
	background-image: url('img/varjo-vasen.png');
	background-repeat: repeat-y;
}

#varjo_oikea {
	width: 10px;
	background-image: url('img/varjo-oikea.png');
	background-repeat: repeat-y;
}

#varjo_ala {
	height: 10px;
	background-image: url('img/varjo-ala.png');
	background-repeat: no-repeat;
	text-align: right;
}

#sisaltoalue {
	margin: 35px;
	margin-top: 20px;
	color: #1E2931;
}

H1 {
	color: #CB0005;
	font-size: 27px;
	font-weight: bold;
}

H2 {
	color: #CB0005;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

H3 {
	color: #1E2931;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
}

P {
	margin-top: 0;
	margin-bottom: 1.3em;
	line-height: 16px;
}

A {
	color: #CB0005;
	text-decoration: underline;
	font-weight: bold;
}

A:hover {
	color: #7D0003;
}

.puna {
	color: #CB0005;
}

#navi {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

#navi LI {
	display: inline;
	list-style: none;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 2px solid #58585A;
}

#navi LI A {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#navi LI A:hover {
	color: #FFDD00;
}

H1.musta {
	font-weight: normal;
	color: #231F20;
}

hr {
	border: none;
	height: 1px;
	color: #A3A3A3;
	background: #A3A3A3;
}