@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(background.gif);
	background-repeat: repeat;
	font-family: arial, helvetica, "san serif";
}
.wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 64px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	float: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 24px;
}
.logo {
	float: left;
}
.symbol {
	float: right;
}
.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 20px;
	height: 52px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.email {
	text-decoration: underline;
}
a.email:hover {
	text-decoration: none;
}
.footer {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	padding-top: 4px;
}
.content {
	font-size: 22px;
	margin-bottom: 138px;
	margin-top: 48px;
}
h1 {
	font-size: 26px;
	}

