@import url('reset.css');
@import url('nav.css');

#container {
	margin: 16px auto 0;
	padding-bottom: 30px;
	width: 882px;
}

#top {
	width: 882px;
}

#logo {
	background: url('/images/logo.jpg');
	float: left;
	height: 223px;
	width: 256px;
}

#logo h1 {
	text-indent: -9999px;
}

#top img {
	float: left;
}

#bottom img {
	float: left;
}

#bottom {
	position: relative;
}

#text {
	float: right;
	position: relative;
	margin: -400px 30px 0 0;
	width: 435px;
}

p {
	font-family: century gothic, verdana, arial;
	font-size: 14px;
	line-height: 16px;
	margin: 12px 0;	
}

strong {
	color: #4170a0;
	font-weight: bold;
}

.email {
	cursor: pointer;
	_cursor: hand;
	height: 18px;
	width: 167px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	right: 238px;
	top: 415px;
}

.map {
	cursor: pointer;
	_cursor: hand;
	height: 18px;
	width: 50px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	right: 336px;
	top: 456px;
}