﻿html {
	margin-top: 40px;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/backgrounds/bg.jpg');
	background-attachment: fixed;
	font-family: "Futura Lt BT", "AvantGarde Bk BT", Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	font-weight: lighter;
	color: #993333;
	text-decoration: none;
}
/**************************
CONTENT
**************************/
#content {
	max-width: 66em;
	padding: 7px 3px 20px 225px;
	position: absolute;
	float: right;
	width: 75%;
}
/**************************
LEFT COLUMN
**************************/
#left {
	position: fixed;
	margin-left: 40px;
	top: 30px;
	z-index: 10;
	width: 10%;
	float: left;
}
img {
	border: 0px;
	display: block;
}
p {
	font-size: 95%;
	color: black;
}
h1 {
	font-size: 200%;
	margin-top: -1px;
	margin-bottom: -25px;
	color: #993300;
	text-shadow: 3px 3px 2px #9E8446;
}
h2 {
	font-size: 150%;
	color: #993300;
}
h3 {
	font-size: 100%;
	font-weight: 600;
	color: #333333;
}
h4 {
	font-size: 90%;
	font-weight: bolder;
	color: black;
	text-shadow: 2px 2px 5px #9E8446;
}
h5 {
	font-size: 65%;
	font-weight: lighter;
	color: black;
}
a img {
	border: none !important;
}
h6 {
	font-size: 60%;
	color: black;
}
p {
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: left;
}
a:link {
	color: #993333;
	text-decoration: none;
}
a:hover {
	text-decoration: ;
	border-bottom: 1px dotted, #cccccc;
	background-color: #ffc;
}
a:active {
	color: white;
	text-decoration: none;
}
a:visited {
	color: #993333;
	text-decoration: none;
}
.menuBlueGradient {
	background-image: url('../images/backgrounds_translucent/bg_blue_gradient.png');
}
.menuLake {
	text-align: left;
	background-image: url('../images/backgrounds_translucent/1-lake01.png');
}
.ruokaLista {
	background-position: inherit top;
	border-width: thin;
	border-color: #CC6600;
	padding: 10px;
	width: 100%;
	border-style: solid dashed dashed dashed;
	visibility: visible;
	display: table;
	border-collapse: inherit;
	empty-cells: show;
	caption-side: top;
	background-repeat: inherit;
	background-attachment: inherit;
	text-align: left;
	vertical-align: top;
}
