p,h1,h2,h3,h4, .navi a, .footer p{
	font-family: 'Droid Sans', sans-serif;
}
h1{
	margin-top: 0px;
}
.navi a{
	text-decoration: none;
	margin-right: 20px;
}
.bg{
	background-image: url('kuvat/bg_pattern.png');
	background-repeat: repeat;
}
.main{
	position: relative;
	max-width:980px;
	margin: 0 auto;
}
.main_container{
	
	background-color: #FFF;
	position: relative;
	float: left;
}
.header{
	max-width: 100%;
	height: 157px;
	background-image: url('kuvat/header_bg2.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.logo{
	float:left;
	padding: 50px;
}
.slogan{
	float: right;
}
.navi{
	width: 100%;
	height: 20px;
}
.main{
	width:100%;
	height: auto;
	position: relative;
}
.column_left{
	padding: 20px 1%;
	width:47%;
	margin-right: 1%;
	float:left;
	border-right:1px solid #555555;
}
.column_right{
	padding: 20px 1%;
	width:47%;
	float:left;
}
.MenuBarHorizontal li {
	display:inline;
	float:left;
}
.footer{
	width: 100%;
	background-color: red;
	min-height: 100px;
	float: left;
}

.footer{
	background: #499bea; /* Old browsers */
	background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
}

.footer p{
	color: #FFF;
}

.third{
	width: 25%;
	float: left;
	padding: 20px 0% 0 5%;
}

img { max-width: 100%; }

@media screen and (max-width : 480px) {
	.column_left, .column_right {
		width: 100%;
	}
	.third{
		clear:both;
		width: 100%;
	}
	.logo {
	float: left;
	padding: 15px;
}
	.logo img{
	width: 121px;
	height: 23px;
	}
	.header{
		height:70px;
	}
}