body {
	margin: 0;
	background: #6d6e71 url(_img/bg.gif) repeat;
	color: #6d6e71;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#wrapper {
	background-color: #FFF;
	width: 400px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 20px 0;
	border: solid 1px #999;
}

h2 {
	color: #2D588C;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 40px;
}

p {
	font-size: .85em;
	line-height: 1.4;
}

a {
	color: #2D588C;	
}

a:hover {
	text-decoration: none;	
}
img {
	margin: 0 0 40px 0;	
}

p.address {
	font-size: .75em;
	line-height: 1.4;
}

