﻿body {
	background-color: #E9E39E;
	background-image: url('../images/background_wheat.gif');
}
#header {
	padding: 0px;
	margin: 0px;
	background-position: right top;
	background-color: #FFFFFF;
	background-image: url('../images/Kitchen.jpg');
	background-repeat: no-repeat;
	height: 230px;
}
#container {
	border: 3px solid #808080;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 900px;
	background-color: #FFFFFF;
}
#menu {
	margin-bottom: 5px;
}
#content {
	background-color: #FFFFFF;
	width: 100%;
}
#quotation {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#left_side {
	margin: 0px;
	padding: 4px;
	background-color: #FFFFFF;
	width: 220px;
	float: left;
}
#center {
	margin: 0px;
	padding: 4px;
	background-color: #FFFFFF;
	width: 660px;
	float: right;
}
#right_side {
	background-color: #FFFFFF;
	float: right;
}
#funders {
	padding: 2px;
	border: 1px solid #000000;
	float: right;
	width: 150px;
	background-color: #BCDDFF;
	margin-left: 5px;
}
.textFundersThanks {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	float: right;
}
#footer {
	background-color: #FFFFFF;
	margin-top: 10px;
}
.textCentered {
	text-align: center;
}
.graphicECSLogo {
	border-style: solid;
	border-width: 0px;
	margin-top: 11px;
}
.imageBorder {
	border: 1px solid #808080;
}
.imageNoBorder {
	border-width: 0;
}
.image_on_left_border {
	border: 1px solid #808080;
	margin-right: 5px;
}
.image_on_left_caption {
	float: left;
	font-size: 13px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.image_on_right_caption {
	float: right;
	font-size: 13px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	padding: 10px;
	font-family: Georgia;
	font-size: 32px;
	text-align: right;
	font-weight: bold;
	color: #FFFFC1;
	height: 230px;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-family: Georgia;
	font-size: 24px;
	color: #000080;
	font-weight: bold;
}
h3 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #000080;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
}
ul {
	list-style-position: outside;
}
li {
	font-size: 13px;
	color: #000000;
	font-family: Verdana;
}


