body {
	margin: 5px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 90% "Courier New", Courier, monospace;
	background-color: #e95d09;	
}
.container  {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.header {
	background-image: url(../images/o_yla.jpg);
	background-repeat: no-repeat;
	height: 230px;	
}	
.navi {
	padding-left: 75px;
	padding-top: 207px;
}
.navi a {
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	font-size: 110%;
	
}
.linkki {
	color: #000000;
	
}
.aktilinkki {
	color: #993399;
	font-weight: bold;
}	

.mainContent {
	height: 275px;
	margin-left: 75px;
	margin-top: 50px;
	margin-right: 75px;
	margin-bottom: 30px;
}
.mainContentMallisto {
	height: 300px;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
}
.mainContent a {
	color: #993399;
	text-decoration: none;
}
.footer {
	padding: 10px 10px 10px 10px;
	background-color:#999999;
	height: 20px;
	text-align: center;	
}
.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 */
	color: #FFFFFF;
	
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
	
}
h1 {
	font-size: 120%;

}
.sisaltokuva {
	margin: 0px 0px 5px 5px;
}
.lila {
	color: #993399;
}
.mallistovalikko {
	float: left;
	clear: left;
	height: 300px;
	width: 200px;
	font-size: 11px;
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 40px;
}
.mallistovalikko a {
	text-decoration: none;
}
.mallistokuva {
	float: left;
	height: 325px;
	width: 300px;
	clear: none;
}
.mallistoteksti {
	float: right;
	clear: right;
	height: 275px;
	width: 250px;
	padding-top: 50px;
}