﻿@charset "utf-8";

#bounds #top-panel {
	z-index: 1;
	position: relative;
	width: 930px;
	height: 80px;
	background: url(../images/locations-bg.jpg) no-repeat;
}

#bounds #top-panel h1 {
	z-index: 1;
	position: absolute;
	top: 20px;
	left: 30px;
	margin: 0;
	color: #93795D;
	font-size: xx-large;
	font-weight: normal;
}

#bounds #panel-left {
	width: 409px;
	height: 348px;
	padding-left: 20px;
	padding-right: 20px;
}

#bounds #panel-right {
	margin-top: 30px;
	width: 450px;
}

#bounds #panel-right h2 {
	color: #33B19E;
	font-size: x-large;
	font-weight: normal;
	margin: 0;
}

#bounds #panel-right p {
	margin: 0;
	font-size: small;
}