@charset "utf-8";
#wrapper {
	background-color: #F5F5F5;
	height: 500px;
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: 1px solid #090;
}
body {
	background-image: url(../Pict/Background7.jpg);
	color: #333;
}
#wrapper h1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 50px;
	margin-left: 80px;
	line-height: 60%
		
}
#wrapper h2 {
	position: absolute; 
	top: 95px; 
	margin-left: 80px; 
	line-height: 1px;
}
#wrapper h3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-left: 80px;
	width: 430px;
}
#wrapper h4 {
	font-family: Arial;
	font-size: 24px;
	font-style: italic;
	color: #0000CD;
	text-align: center;
	margin-top: 50px;
}
#wrapper p {
	margin-right: 40px;
	margin-left: 40px;
}
