@charset "utf-8";
/* CSS Document */

* {margin:0;
padding:0;
border:0;}

body  {
background-color:#fff;
	font-family: trebuchet MS, arial, verdana;
	font-size: 0.7em;
	color: #000000;
	text-align:left;
}



 #container { 
	width:800px;
height:600px;
	background: #fff;
	margin: 0 auto; /*  */
	border: 0;
	text-align: left; /*   */
} 
 #header { 
	background: #fff;
	z-index:1000;
 } 

 

 /* ##################### ETUSIVU ######################## */

#front {
}

 /* ##################### KUVAT ######################## */
 
 #kuvat {
	float: left; /* LEVEYS MUISTA */
	width: 405px;  
	background: #fff; /*   */
	padding: 15px 0;
}



 /* ##################### PÄÄSISIS ######################## */


 #mainContent { 
	margin: 0 0 0 420px; /*   */
	padding: 0 0 0 0px;  
} 



 /* ##################### TXT ######################## */
 
 h1 {
	font-size: 140%;
	color: #000000;
	margin:2em 0;
}

h2 {
	font-size: 130%;	
	color: #e52b23;
	padding:0px;
	margin: 30px 0px 0px 0px;
}

h3 {
	font-size: 120%;
	color: #000000;
}

h4 {
	font-size: 110%;
	color: #e52b23;
		padding:0px;
	margin: 10 0 0 0;
	letter-spacing:0.5em;
}


p {margin: 1em 0 1.5em 0;}

a {	font-family: trebuchet MS, arial, verdana;	color: #CC0000;}
a:visited {	color: #CC0000;}
a:hover {	color: #FFCC33;}
a:active {	color: #99CC00;}

.info {margin:-2em 0 2em 0;}
.published {color:#CCC;}

input, textarea {border:1px solid #CCC;}

 /* ##################### FOOTER ######################## */

 #footer { 
	padding: 0 10px 0 20px;
	background:#fff;
	text-align:center;
	border:0;
	border-top:1px solid #efefef;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}




 /* ##################### XTRAT ######################## */

.fltrt { /*   */
	float: right;
	margin-left: 8px;
}
.fltlft { /*   */
	float: left;
	margin-right: 8px;
}
.clearfloat { /*   */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

