* {
	margin: 0;
	padding: 0;
}

.hd, .ft {
	margin: 0 auto;
	width: 370px;
}

.hd {
	margin-top: 100px;
	position: relative;
}

.hd img {
	left: -120px;
	top: 6pt;
	position: absolute;
}

.ft {
	margin-bottom: 100px;
}

body {
	font-family: Droid Serif, Serif;
}

h1, h2 {
	line-height: 1;
	text-transform: uppercase;
}

h1 {
	font-size: 64px;
	font-weight: normal;
}

h2 {
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 6px;
	text-indent: 0;
}

address {
	font-size: 12px;
	text-align: center;
}

a:link {
	color: #006;
}

a:active {
	color: #600;
}

a:visited {
	color: #606;
}

