body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #511C04;
/*	background-image: url(sivukuvat/sivuntausta.gif); */
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#kokosivu {
	width: 790px;
	border-width: 5px 5px 5px 5px; 
	border-style: solid;
	border-color: white; 
}

#banner, #valikot {
	width: 790px;
}

#valikot{
	height: 27px;
	background-color: #FFFFFF;
}

/* sivun sisältöalue */
#sivu {
	width: 790px;
	border-width: 1px 0px 0px 0px; 
	border-style: solid;
	border-color: #C00000; 
	background-color: black;
	padding-bottom: 20px;
}


#alatunniste {
   background-color: #C00000;
   text-align: center;
   width: 790px;
   padding-top: 5px;
   padding-bottom: 3px;
   border-top: 1px solid white;
}

#mainokset {
   background: transparent;
   position: absolute;
   left: 825px;
   top: 20px;
   width: 150px;
} 

/* etusivulla vain */
#paivitystieto {
	margin-left: 150px;
}

a {
	color: #C00000;
}

a:visited {
	color: #C00000;
}

h1, h2, h3, h4, p, li {
	margin-left: 60px;
}


h1 {
	font-size: 22px; 
	text-align: left;
	font-weight: lighter;
	margin-top: 30px;
	color: #E6CDB4;
}

h2 {
	font-size: 14px; 
	color: #FF6666;
	text-align: left;
}

h3 {
	font-size: 12px;
	color: #F0E68C;
}

h4 {
	font-size: 12px;
}

/* tekstin keskellä oleva korostus */
.korostus {
	font-weight: bold;
	color: #F0E68C;
}

.korostusPun {
	font-weight: bold;
	color: #FF5050;
}

.keskitys {
	text-align: center;
}

p {
	text-align: left;
	margin-right: 50px;
}

p.paivitystieto, .paivitystieto {
	font-style: italic; 
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.keskitys {
	text-align: center;
}

td {
	vertical-align: top;
}

/* etusivulla oleva taulukko */
table.sivu {
	margin-top: 30px;
	margin-left: 60px;
	width: 600px;
}

/* solun yläreunaan tyhjää ennen tekstiä */
td.ylaiso {
	padding-top: 60px;
}

hr {
	margin-top: 30px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

li.rallit {
	padding-bottom: 5px;
}

/* yleinen taulukkomäärittely */
table.yleinen {
	border-style: groove;
	margin-left: 60px;
	width: 600px;
}

table.yleinen td {
	border: solid 1px white;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}

li {
	margin-right: 20px;
}

