@charset "utf-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #CCC;
}
.img_yhteys {
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.teksti {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.img_palvelut {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img_ansioluettelo {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img_referenssit {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img_oksa {
	height: 335px;
	width: 413px;
	top: 0px;

}

.twoColFixLt #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(kuvat/suikkis.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.twoColFixLt #sidebar1 {
	width: 413px;
	float: left;
}
.twoColFixLt #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 587px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 413px;
} 
.leipis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #666;
	text-align: left;
	width: 500px;
	line-height: 150%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.h1 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bolder;
}
