/* #################### GLOBAL TAG STYLES #################### */

/* Defaults */
html, body {
	/* Remove page margins */
	margin: 0;
	padding: 0;
	border-style: none;
	/* Default font styles */
	font: normal 0.83em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff9e1;
}
/* Style some tags globally */
div {
	padding: 0;
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #b32100;
	text-decoration: underline;
}
img, a img {
	margin: 0;
	padding: 0;
	border-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
p {
	margin: 0;
	padding: 0;
}

/* #################### MAIN LAYOUT #################### */

#outer {
	width: 2500px;
}
#inner {
	position: relative;
	padding: 40px;
}
#inner img {
	float: left;
}
.label {
	font-weight: bold;
	color: #330000;
}
#email1 {
	position: absolute;
	top: 155px;
	left: 163px;
	font-size: 11px;
	z-index: 1;
}
#email2 {
	position: absolute;
	top: 44px;
	left: 1850px;
	font-size: 11px;
}
#telephone1 {
	position: absolute;
	top: 171px;
	left: 163px;
	font-size: 11px;
	z-index: 1;
}
#telephone2 {
	position: absolute;
	top: 60px;
	left: 1850px;
	font-size: 11px;
}

.hide {
	display: none;
}

/* #################### MAIN LAYOUT #################### */

