body,td,th {
	font-family: Century Gothic;
	font-size: 12px;
	color: #E8DAB5;
}
body {
	background-color: #69785d;
}
a {
	font-family: Century Gothic;
	font-size: 12px;
	color: #E8DAB5;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E8DAB5;
}
a:hover {
	text-decoration: none;
	color: #1E1535;
}
a:active {
	text-decoration: none;
	color: #E8DAB5;
}

.wrap {
	margin: 0px auto 0px auto;
	width: 950px;
	height: 550px;
	background-image: url(../images/flyov.jpg);
	background-repeat: no-repeat;
}
.textwrap {
	margin: 0px 0px 0px 0px;
	padding: 75px 280px 100px 360px;
	width: 310px;
	height: 375px;
}
.header {
	margin: 0px;
	padding: 0px 0px 0px 90px;
	height: 60px;
	width: 100%;
}
.title {
	font-family: Century Gothic;
	font-size: 15px;
	color: #E8DAB5;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	height: auto;
}
.paragraph {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 100%;
	height: auto;
}
#signature {
	padding: 0px 20px 0px 0px;
	text-align: right;
}