/*
zoo css
*/

body {
	margin: 0px;
	padding: 0;
	background: #ffffff;
	font: 11px tahoma, arial, helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #3399CC;
}

td, tr {
	font:11px/14px tahoma, arial, helvetica, sans-serif; 
	color:#999999;    
	text-align:left;
}


p, ul, ol, blockquote {
	line-height: 110%;
}

a {
	color: #67823B;
}

a img { 
	border: 0px; 
	}

a:hover {
	text-decoration: none;
}

input.btn { 
	  color:#3399CC; 
	  font: bold 100% 'trebuchet ms',helvetica,sans-serif; 
	  background-color:#fed; 
	  border: 1px solid; 
	  border-color: #3399CC #3399CC #3399CC #3399CC; 
	  filter:progid:DXImageTransform.Microsoft.Gradient 
	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
	}


/* Header */

#header {
	width: 766px;
	margin: 0 auto;
	background: url(images/index4.jpg) no-repeat center;
	border-left: 2px solid #d1d1d1;
	border-right: 2px solid #d1d1d1;
}


/* Content */

#block {
	width: 766px;
	height: 23px;
	margin: 0 auto;
	background: url(images/palkki.gif) no-repeat left;
	border-left: 2px solid #d1d1d1;
	border-right: 2px solid #d1d1d1;
}

#content {
	width: 766px;
	height: 320px;
	margin: 0 auto;
	background: #eeeeee;
	border-left: 2px solid #d1d1d1;
	border-right: 2px solid #d1d1d1;
}
#content2 {
	width: 766px;
	height: auto;
	margin: 0 auto;
	background: #eeeeee;
	border-left: 2px solid #d1d1d1;
	border-right: 2px solid #d1d1d1;
	border-top: 2px solid #d1d1d1;
}
#content3 {
	width: 766px;
	height: 450px;
	margin: 0 auto;
	background: #eeeeee;
	border-left: 2px solid #d1d1d1;
	border-right: 2px solid #d1d1d1;
}

#colleft {
	float: left;
	width: 236px;
	padding: 30px;
	padding-top: 0px;
	margin-left: 22px;
	background: #ffffff;
	border-right: 3px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

#colright {
	float: right;
	width: 402px;
	padding: 20px;
	padding-left: 20px;
	text-align: justify;
}

#column {
	width: 726px;
	height: auto;
	padding: 20px;
	margin: 0 auto;
}



/* Content > Colleft and colright */


#colright h2 {
	font-size: medium;
	color: #000000;
}

#colleft h2 {
	font-size: medium;
	color: #006699;
}

#colleft h3 {
	font-size: small;
	color: #000000;
	line-height: 100%;
}


#colleft a {
	color: #006699;
	text-decoration: none;
}

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

#colright ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colright li {
	margin-bottom: 1em;
	color: #000000;
}

#colright li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#colright a {
	color: #000000;
}

/* Footer */

#footer {
	width: 746px;
	height: 56px;
	padding-left: 20px;
	padding-top: 5px;
	margin: 0 auto;
	background: #eeeeee;
	border-left: 2px solid #d1d1d1;
	border-right: 2px solid #d1d1d1;
	border-bottom: 2px solid #d1d1d1;
	
}

#footer * {
	color: #999999;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}