body {
	background-color: white;
	color: #7E7E7E;
	font-size: 12px;
	font-family: arial;
}

a:link {
	text-decoration: none;
	color: #7E7E7E;
}

a:visited {
	text-decoration: none;
	color: #7E7E7E;
}	

a:hover {
	text-decoration: underline;	
	color: #C424;
}

h1 {	
	font-size: 18px;
	color: #C4242A;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	
}

h2 {	
	font-size: 14px;
	color: black;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	
}

h3 {	
	font-size: 12px;
	color: black;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	
}
#container {
	width: 850px;
	margin: 5px;
}
#sis_teksti {
	padding-left:120px;
}

#header {
	width: 850px;
	height: 70px;
}

#valikko {
	width: 850px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	border-style: solid;
	border-color: #E3E9EA;
	border-width: 1px 0px 1px 0px;
}

#vihrea_laatikko {
	float:right;
	width: 410px;
	height: 165px;
	background-color:#3E4947;	
}
#harmaa_laatikko {
	float:right;
	width: 410px;
	height: 165px;
	background-color:#C4BCB4;	
}
#ruskea_laatikko {
	float:right;
	width: 410px;
	height: 165px;
	background-color:#C4B484;	
}

#punainen_laatikko {
	float:right;
	width: 410px;
	height: 165px;
	background-color:#9B2226;	
}
#kuva_laatikko {
	background-image: url('images/index_right.gif');	
	float:right;
	width: 410px;
	height: 165px;
}

#header_images {
	width: 850px;
	height: 165px;
}
#content {
	width:850px;
}

#l_sidebar {
	float: left;
	width: 140px;
	text-align: left;
	padding-left:10px;
	padding-top:15px;
}

#c_text {
	width:500px;
	text-align:justify;
	padding-left:120px;
	padding-right: 30px;
	padding-top:15px;
	padding-bottom:30px;
}

#footer {
	width: 850px;
	padding-top: 3px;
	height: 20px;
	border-style: solid;
	border-color: #E3E9EA;
	border-width: 1px 0px 1px 0px;
}

#index_content {
	padding-top: 20px;
	font-size:11px;
	width:850px;
	height:660px;
	text-align:left;
}

#index_left {
	float:left;
	width:195px;
	padding-left:10px;
	padding-right:10px;
}

#index_center {
	float:left;
	width:215px;
	border-style:solid;
	border-color: #E3E9EA;
	border-width:0px 1px 0px 1px;
	padding-left:10px;
	padding-right:10px;
}

#index_right {
	float:left;
	width:360px;
	padding-left:10px;
	padding-right:10px;
}

}