body {
    	margin: 18px 0 0 8px;
    	background-image: url("../images/tausta.jpg");
	background-repeat: no-repeat;
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	background-color: #26477D;
	height: 100%;
}

/* nollataan kaikki oletusvalit */
div, p, table, tr, td, ol, ul, li {
    margin: 0;
    padding: 0;
    
}

img {
    border: none;
	display: block;
}

a {
	color: #765218;
}

/* Päädiv, tämän sisällä on kaikki muu */
#container_outer {
	min-height: 750px;
	width: 949px;
	padding-top: 115px;
	position: relative;
}

#main_pic {
	width: 758px;
	position: relative;
	margin-left: 220px;
}

/* Navi */
#cont1 {
	float: left;
	width: 220px;
	margin-left: 0px; 
	text-align: right;	
}

#cont1 a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;	
	font-weight: normal;
}

#cont1 a.active {
	color: #e8bd0e;
	text-decoration: none;
}

#cont1 a:hover {
	color: #e8bd0e;
	text-decoration: none;
}


#cont1 p {
	padding-top: 20px;
	padding-right: 20px;
}


/* Tekstialue */
#cont2 {
	background-color: #FFF;
	float: left;
	width: 724px;
	margin-left: 0px;
	padding-bottom: 120px;
}

#cont2 h1 {
	margin-top: 27px;
	margin-bottom: 20px;
	margin-left: 190px;
	font-size: 16px;
	font-family: Arial, Geneva, sans-serif;
	color: #1A3d77;
}

#cont2 h2 {
	padding-top: 10px;
	font-size: 16px;
	font-family: Arial, Geneva, sans-serif;
	color: #1A3d77;
	margin-bottom: 20px;
	margin-left: 190px;
}

#cont2 p {
	margin-bottom: 10px;
	margin-left: 190px;
	width: 420px;
}

#cont2 ul {
	margin-left: 220px;
}

#cont2 a {
	font-size: 12px;
	color: #26477D;
	line-height: 25px;	
	font-weight: normal;	
}

#cont li {
    	display: inline;
}


#clear {
	clear: both;
	height: 12px;
	background-image: url("../images/alapalkki.jpg");
	background-repeat: no-repeat;
	margin-left: 220px;
}

#copy {
	height: 25px;
	margin-left: 220px;
	width: 724px;
	text-align: center;
}

#copy a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}





