
*{
	padding:0;
	margin:0;
	border:0;
}

/* Layout */

html, body{
	background:#1da0cc url(kuvat/bg.jpg) repeat-x;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}

#wrapper{
	min-height:100%;
	margin-bottom:-120px;
	position:relative;	
		
	
}

#content_container{
	margin:0 auto;
	width:650px;
	
}

#content{
	width:650px;
	
}

.content_main{
	margin-top:10px;
	margin-bottom:20px;
	float:left;
}

#content_left {
	
	margin-bottom:20px;
	padding: 0 25px 0 0 ;
	
	width: 300px;
	float:left;

}
#content_left p {
	
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;

}

#content_right {
	
	margin-bottom:20px;
	border-left: 1px solid #fff;
	padding: 0 0 0 24px;
	width: 300px;	
	float:left;

}

#content_right p {
	
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;

}



#header {
	background: url('kuvat/header_bg.png') top left no-repeat;
	float:left;
	text-align: left;
	width: 650px;
	height:355px;
}




.clearfooter{
	height:120px;
	clear: both;
	
}

.clear{
	
	clear: both;
	
}


#footer {
	clear: both;
	background: #080808 url('kuvat/footer_bg.png') top left repeat-x;
	position:relative;
	width: 100%;
	height:120px;
	
}


#footer_container { 
	margin: 0 auto; 
	text-align: left; 
	width: 650px; 
}

#footer_left { 
	margin-top:20px;
	float:left;
	text-align: left; 
	width: 400px; 
}

#footer_right { 
	margin-top:20px;
	float:right;
	text-align: right; 
	width: 250px; 
}



/* text and stuff */

a:link, a:visited {
	background-color: #fff;
	color: #1da0cc;
	text-decoration: none;
	padding:2px;
	
}

a:hover, a:active {
	color: #555;
	text-decoration:none;
}




#footer_left p {

	color: #555;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;

}

#footer_right a { color: #555; text-decoration: none; background-color: transparent; }
#footer_right a:hover { text-decoration: underline; }

#footer_right p {
	
	color: #555;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 16px;

}




hr{
	height:1px;
	background-color:#fff;

}


h1{
	display:none;
}



p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:white;
	line-height:24px;
	margin-bottom:20px;

}
h2{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
	
}

h3{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	
}











