body {
	width:100%;
	margin:0;
	padding:0;
	font-family: helvetica, arial, verdana, sans-serif;
	background:#fff;
	color:#000;
}
img {
 border: none;
}
a:link, a:visited, a:active {
	color: #00448D;
	text-decoration:none;
}
a:hover, a:focus {
	color: #00448D;
	text-decoration:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* Content area */
#content {
	padding: 105px 0px 5px 35px;
	background-image:url(tullikoira.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#content table {
	margin:30px 0px 30px 7px;
	width:auto;
	background:#fff;
}

/* Rollover links */
td.link1 {
	/*display:block;*/
	height:38px;
	width:222px;
	padding: 0px 6px;
	background-image:url(bg_yritysneuvonta.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
td.link1:hover, td.link1:focus {
	/*display:block;*/
	height:38px;
	width:222px;
	padding: 0px 6px;
	background-image: url(bg_yritysneuvonta.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
td.link2 {
	/*display:block;*/
	height:38px;
	width:267px;
	padding: 0px 6px;
	background-image:url(bg_maksullinen_yritysneuvonta.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
td.link2:hover, td.link2:focus {
	/*display:block;*/
	height:38px;
	width:267px;
	padding:0px 6px;
	background-image:url(bg_maksullinen_yritysneuvonta.gif);
	background-repeat:no-repeat;
	background-position:0px -40px;
}

/* Footer */
#footer {
	margin-top: 40px;
	padding: 3px;
	border-top: 3px solid #00448B;
	text-align: right;
}

/* Information boxes */
.additional_content {
 width:590px;
 height:auto;
 padding: 0px 0px 0px 45px;
}
.information {
 width:100%;
 height:auto;
 margin:0;
 padding:0;
}
.left_box {
 width:45%;
 height:auto;
 float:left;
 margin:0;
 padding:12px;
}
.right_box {
 width:45%;
 height:auto;
 float:right;
 margin:0;
 padding:12px;
}
