@charset "utf-8";
body {
	font: 80% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 240px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FDC3AD;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	height: 50px;
	width: 240 px;
}

#menu {
	height: auto;
	width: 240 px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	padding: 10px;
	color: #060;
	background: #f9e2d8;
}

#otsake {
	height: auto;
	width: 240 px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	color: #060;
	padding: 10px;
}

#reseptilista {
	height: auto;
	width: 240 px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:normal;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #060;
}

#ohjenimi {
	height: auto;
	width: 240 px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	padding: 10px;
	background: #f9e2d8;
}

#ohje {
	height: auto;
	width: 240 px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:normal;
	padding: 10px;
	background: #f9e2d8;
}

#etusivulle {
	height: auto;
	width: 240 px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	padding: 10px;
}

a {
  color: #060;
}

a:visited{
	color: #C60;
}