body {
	margin: 0px;
	padding: 0px;
	font: 12px "Verdana", serif;
	color: #187cab;
}
h2 {
    margin-top: 30px;
    }
    
h3 {
    margin-top: 50px;
    }
    
h4{
    margin-top: 50px;
    }
    

#page {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 950px;
    height: auto;
    margin: 0px auto;

}
#header {
	width: 100%;
	height: 80px;
    background: #000;
}
#kuva {
	width: 100%;
    margin-left: 80px;
	height: 80px;
    background: url(header.png) no-repeat;
}

#content {
	margin: 20px auto;
	float: right; 
	width: 720px;
	min-height: 400px;

	
}

#content a {
	color: #e51728;
	text-decoration: none;
}
#content a:visited {
	color: #e51728;
}
#content a:hover {
	color: #e51728;
	text-decoration: underline;
}
.navigation a {
	text-decoration: none;
	color: #bd1a20;
	padding-left: 5px;

}

.navigation a:hover  { 
   padding-left: 5px;
   color: #7ba232;
    
}

.navigation a.selected  {
   padding-left: 5px;
   color: #7ba232;
    
}

#left-column {
	margin: 20px auto;
	float: left; 
	width: 180px;
	list-style: none;
	padding-right: 30px;

}

#left-column ul {
	list-style-type: none;
	text-transform:uppercase;
	font-size: 11px;
	padding: 0px;

}

#left-column li {
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom: solid 1px;
	border-bottom-color: #dbdbdb;

}
