body {
	background: url(../img/etm_kamppis_bg.png) repeat-x 0 0 #3e90c8;
	padding:0px;
	margin:0px;
	font-size: 73%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #012d52; 
	}
#container {
	width: 960px;
	margin: 0 auto;
	top:0;
}
#mast { margin-left: 290px; height: 110px; position: relative; text-align: center; padding: 10px 30px 20px 30px; }
#mast a { border: none; text-decoration: none; }
#content {
	padding: 0px;
	margin-left: 290px;
	margin-right: 0px; 
	position: relative;
}

#left {
	float: left;
	width: 280px;
	min-height: 300px;
	margin: 0px;
	padding: 0px;
}
#content p, #left p{
	padding: 5px 15px;
	margin: 0;
}
p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0.5em 2em 1.2em 2em;
	padding:0;
	background-color:transparent;
}
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

#content {padding-bottom: 100px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background: url(../img/footer_bg.gif) repeat-x top #fff;
} 
#footer p { margin: 0; text-align: center; padding: 10px 0 0 0;}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#ukko { margin-top: -2px; }
#etm_header { margin: 30px 30px 10px 30px; }

h1.ir{
	clear: both;
	padding: 0;
	margin: 0;
	width: 960px;
	height: 70px;
	position: relative;
	}
h1.ir span {
	text-indent: -9999px;
	margin:0;
	padding:0;
	position: absolute;
}
h1#mob { background: url(../img/etm_kamppis_header.png) no-repeat 30px 20px;	}

h2 {
	font-size:2.0em;
	font-weight:normal;
	margin: 0.3em 0 0.8em 0;
	padding: 0;
	color:#fff;
}

h3 {
	padding: 10px 0 5px 0 ;
	color: #3ea1e2;
	font-size:1.2em;
	background-color:transparent;
	line-height:1.3em;
}

h4 {
	color: #3ea1e2;
	margin: 1em 2em 1em 2em;
	font-size:1.1em;
	background-color:transparent;
}
#right h4 {
	color: #3ea1e2;
	margin: 5px;
	padding: 0;
	font-size:1.1em;
	background-color:transparent;
}
a {
	color:#3ea1e2;
	text-decoration:none;
	background-color:transparent;
	outline: none;
}
a:visited {
	color:#4F7280;
}

a:hover, a:active {
	color:#f47525;
	text-decoration:none;
	background-color:#fff;
	border-bottom:1px solid #3ea1e2;
}
a abbr { border: none; text-decoration: none; }
a.home_link { border: none; background: none; text-decoration: none; }
#prevBtn a, #nextBtn a { background: none; border: none; }
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	background-color: #fff; 
}

* img {
	border:0;
}
ul { list-style: circle; }
ol { margin: 5px 20px; padding-left: 20px;}
li {line-height: 1.5; }
table { margin:0.5em 1em 1.2em 1em; }
td { padding: 8px 10px; background-color: #efefef; }
th { text-align: center; background-color: #004886; padding: 5px 20px; color: #fff;}
.underline { text-decoration: underline }
img.badge { position: absolute; right:0; top:0; margin: 10px 40px 0 10px; }
img.orange_arrow { vertical-align: middle; margin: 0 5px 0 10px;}
p#copy { color: #666; font-size: 1em; }
