body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:75%;
	color: #6c6459;
	background: #fff url('../images/bg.jpg') top left repeat-x;
}

a {
	color: #6c6459;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}

.topgrey {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	height:337px;
	width:100%;
	/* background: url('/images/bg.jpg') left top repeat-x; */
}

.logobubble {
	position:absolute;
	z-index:2;
	right:0;
	top:0;
	width:755px;
	height:510px;
	background: url('/images/logobubble.jpg');
}

.credit {
	position:absolute;
	left:10px;
	bottom:10px;
	font-size:0.8em;
	z-index:3;
}

.footer {
	width:860px;
	height:22px;
	margin:520px auto 0 auto;
	padding:8px 20px 0px 20px;
	background: url('/images/footer.bg.jpg') left center repeat-x;
}
.footer p {
	margin:0;
	padding:0;
}
.address {
	float:left;
}
.telemail {
	float:right;
	text-align:right;
}
.telemail span {
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.8em;
}
