body{
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	
	background-repeat: repeat;
		text-align: left;
		font-size:14px;

}

#wrapper {
width:765px;
height:auto;
margin:0 auto;
}

#logo{
height:90px;
margin-top:10px;
background-repeat:no-repeat;
background-position:center;

}


#ylakuva {
background-image:url(images/ylakuva.jpg);
background-repeat:no-repeat;
width:756px;
height:221px;
margin:0;
border: #CCC 10px solid;


}


#sivu{
height:auto;
margin:0 auto;
}

#sisalto{
height:auto;
width:757px;
margin:0 auto;
border:#CCC  10px solid;
background-color:#FFF;
}


a:link, a:visited{
	color: #3d4c93;
	text-decoration: underline;
}

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


/*************** menu ***************/
#menu {
	height: 50px;
	width: 763px;
	margin-bottom: 0px;
	margin-top:0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}

#menu ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;		

}

#menu li {
	float: left;		
	margin: 0;	


}

#menu a {
	display: block;
	float: left;
	padding: 10px 10px 20px 10px;
	margin:10px 0px 2px 0px;
	text-decoration: none;
	font-weight:normal;
	color: #333;


}




#menu a:hover {
	color: #13194a;
	background-color:#CCC;
	background-repeat:repeat-x;

}



#etusivu #nav-etusivu a, 
#esittely #nav-esittely a,
#kohteet #nav-kohteet a, 
#asiakkaammeetsii #nav-asiakkaammeetsii a,
#yhteystiedot #nav-yhteystiedot a


	

{
	color: #13194a;
	background-image:url(images/linkkitaus.jpg);
	background-repeat:repeat-x;


}




/************** header tag styles **************/

p {
	padding: 0px 0px 10px 0px;
	margin:0px;
	font-size:14px;
	line-height: 110%;
}

h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
color:#000;
}

h1{
	font-size: 24px;
	padding-top:0px;
	padding-bottom:0px;

}



h2{
	font-size: 18px;
	font-weight:bold;
}

h3{
 font-size: 14;
 font-weight:bold;
}




/*************** list tag styles ***************/

ul{
 list-style-type: square;
 margin-top:0;
 margin-bottom:5px;
}



ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

	
#content_sis{
	padding: 10px 0px 5px 30px;
	margin:0px;
	width: 480px;
	float:left;
	
	}

#content_sis_right{
	padding: 10px 0px 5px 10px;
	margin:0px;
	width: 235px;
	float:right;
	
	}

/* Footer */

#footer-wrapper {
	height: 40px;
	padding: 2px 0;
	margin-top:10px;
	background-color: #ffffff;
	border-top-color:#CCCCCC;
	clear:both;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#footer {
	width: 100%;

	height:53px;
	margin: 0 auto;
	padding-left:0px;
}




#footer p {
	margin: 0;
	padding-top:10px;
	color: #5b5b5b;
	text-align:center;

}

#footer a {
	color: #000000;
	text-decoration:none;
}

