﻿*{
padding:0px;
margin:0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #F7E67A;
}
object {
	margin: 0px;
}

.global {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 64px;
}



.left {
	width: 515px;
	float: left;

}
.menu {
	height: 480px;
	width: 515px;
}
.poeme {
	font-style: italic;
	text-align: center;
	padding-bottom: 164px;
}
.sign {
	font-size: 12px;
	font-style: italic;
}


.content {
	padding-left: 515px;
}
.title   {
	height: 150px;
	border-bottom-style: solid;
	border-bottom-color: #002496;
	margin-bottom: 50px;
}

.title img {
	float: right;
	width: 165px;
	height: 150px;
	margin-right: 10px;
}
.content img {
	margin-left: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #002496;
	text-align: center;
	padding-top: 50px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #002496;
	text-align: center;
}
p {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
}
li {
	list-style-position: inside;
	padding-left: 20px;
}
.quotation {
	border: thin solid #316AC5;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.footer {
	background-image: url(../images/Water.jpg);
	background-repeat: repeat-x;
	height: 64px;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
