* {
	margin: 0px;
	padding: 0px;

}

body {
	
	background-color: #c3060c;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border: 15px;
	border-top: 1px;
	border-bottom: 1px;
	border-color: #A40107;
	border-style: solid;
}

#header {
	width: 900px;
	height: 60px;
	background-image: url(kuvat/banneri.gif);
}

#header p{
	font-size: 10pt;
	color: #3C3C3C;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 25px;
}

#etusivu {
	width: 700px;
	height: 250px;
	background-image: url(kuvat/etusivu.gif);
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-top: 8px;
	float: left;
}

#sivubanneri {
	width: 180px;
	height: 480px;
	padding-top: 20px;
	font-size: 8pt;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #969696;
	float: right;
}
#sivubanneri p {
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
}
#sivubanneri p, #sivubanneri h1, #sivubanneri h2, #sivubanneri ul li{
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
}
.sivubanneri_kuva {
	padding-left: 5px;
	padding-bottom: 10px;
}

#navi {
	width: 900px;
	height: 40px;
}

#navi ul li {
	font-size: 7pt;
	display: inline;
	margin-left: 25px;
	padding-right: 12px;
}

#navi ul li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #868686;
}
#navi ul li a:hover{
	color: #A40107;	
}

.navi_selected{
	color: #A40107;	
}

#navi_2 {
	width: 200px;
	margin-top: 30px;
	float: left;
}

#navi_2 ul li {
	font-size: 8pt;
	line-height: 150%;
	text-transform: uppercase;
	list-style: none;
	margin-left: 25px;
	padding-right: 5px;
}

#navi_2 ul li a{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #868686;
}
#navi_2 ul li a:hover{
	color: #A40107;
}

.navi_2_selected{
	color: #A40107;	
}

#content {
	width: 500px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}

#content p {
	font-size: 8pt;
	color: #333333;
	line-height: 150%;
	margin-right: 20px;
	margin-bottom: 15px;
}
#content p a{
	font-weight: bold;
	color: #333333;
	line-height: 150%;
	margin-right: 20px;
	margin-bottom: 15px;
}
#seura {
	width: 240px;
	height: 240px;
	color: #2C2C2C;
	background-image: url(kuvat/seura.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	font-size: 8pt;
	float: left;
}

#uutiset{
	width: 240px;
	height: 240px;
	color: #2C2C2C;
	background-image: url(kuvat/uutiset.gif);
	background-repeat: no-repeat;
	font-size: 8pt;
	float: left;
}

#treenit{
	width: 220px;
	height: 240px;
	background-image: url(kuvat/treenit.gif);
	background-repeat: no-repeat;
	font-size: 8pt;
	color: #ffffff;
	float: left;
}


#seura p, #uutiset p, #treenit p{
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 35px;
}

#seura p a, #uutiset p a{
	text-decoration: none;
	font-weight: bold;
	color: #c3060c;	
}

#treenit p a{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;	
}

#uutiset ul{
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 35px;
}

#uutiset ul li {	
	margin-bottom: 5px;
	list-style: none;
}

#uutiset ul li a{
	text-decoration: none;
	font-weight: bold;
	color: #c3060c;	
}

#footer {
	width: 900px;
	height: 50px;
	background-color: #A40107;
	clear: both;
}
#footer p{
	font-size: 6pt;
	color: #ffffff;
	text-align: center;
	padding-top: 8px;
}

h1 {
	font-size: 8pt;
	color: #3B3B3B;
	text-transform: uppercase;
	padding-bottom: 15px;
}

h2 {
	font-size: 8pt;
	color: #545454;
	padding-bottom: 10px;
}

table {
	font-size: 8pt;
	color: #000000;	
	background-color: #cccccc;
	margin-top: 10px;
	margin-bottom: 20px;
	
	
}
ol {
	font-size: 8pt;
	color: #333333;
	line-height: 150%;
	padding-left: 40px;
	padding-bottom: 15px;
}

#content ul {
	font-size: 8pt;
	color: #333333;
	line-height: 150%;
	padding-left: 40px;
	padding-bottom: 15px;
}

hr {
	margin-top: 10px;
	margin-bottom: 20px;
}

.kuva {
	padding-top:15px;
}