#wrapper {
	position: absolute;
	left: 200px;
	top: 120px;
	width: 1200px;
	overflow: hidden;
/* 	height: 100%; */
	z-index: 5;
}

#wrapper.contact {
	height: 700px;
}

#wrapper #heading {
	width: 250px;
	z-index: 100;
	position: absolute;
}

#wrapper h2 {
	display: inline;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}

#wrapper #heading h3 {
	display: inline;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #939598;
}


em {
	font-style: italic;
}


.left {
	left: 80px;
}

.right {
	right: 0;
}

.bottom {
	bottom: 0;
}

.contact {
	position: absolute;
	bottom: 0;
	left: 225px;
	z-index: 4;
}

#arrow_right {
	position: absolute;
	left: 970px;
	top: 120px;
	z-index: 500;
}

#col1 {
	position: absolute;
	left: 461px;
	top: 120px;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	z-index: 10;
}

#col2 {
	position: absolute;
	left: 721px;
	top: 120px;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	z-index: 10;
}

#col1 strong {
	color: #000;
	font-weight: normal;
}

#col1 a,
#col2 a {
	font-weight: bold;
	color: #e78f12;
	text-decoration: none;
}
