body {
	position: relative;
	background: url('../img/bg/carpet.png');
	background-repeat: repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	height: auto;
}

#masterDiv {
	position: relative;
	background: url('../img/bg/wallpaper.png');
	background-repeat: repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#contentMask {
	position: relative;
	width: 950px;
	height: 515px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.maskLt {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}

.maskTop {
	position: absolute;
	z-index: 10;
	left: 280px;
	top: 0px;
}

.maskRt {
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 54px;
}

.maskBot {
	position: absolute;
	z-index: 10;
	left: 280px;
	bottom: 0px;
}

ul {
	margin: 0;
	padding: 0 0 0 0;
}

li {
	line-height: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content {
	background-image: url('../img/pages/aboutBG.jpg');
	position: absolute;
	z-index: 9;
	height: 597px;
	width: 950px;
	overflow: hidden;
	top: 0px;
	left: 50%;
	margin-left: -475px;
	text-align: left;
}

.gigInfo {
	position: absolute;
	visibility: hidden;
	top: -1000px;
}

#nav {
	z-index:30;
	position: relative;
	background: url('../img/bg/molding.png');
	background-repeat: repeat-x;
	margin-top: -7px;
	height: 85px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 53px;
}

#nav ul {
	min-width: 500px;
	overflow: hidden;
}

#nav ul li {
	display: inline-block;
	margin: 0px 10px;
}

#nav a, #nav a:visited {
	font: 23px "helvetica neue";
	color: #b07a67;
	text-decoration: none;
	list-style: none;
	text-transform: uppercase;
	text-shadow: #fff 0px 1px 1px;
}

#nav a:hover {
	color:#b09687;
}

#bottom {
	z-index: 2;
	width: 100%;
	background: url('../img/bg/carpetGlow.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 234px;
	text-align: center;
	overflow: hidden;
}

/* ********** PAGES ********** */

#homeBtn {
	z-index: 13;
	position: absolute;
	display: block;
	background: transparent;
	top: 280px;
	left: 9px;
	height: 282px;
	width: 145px;
}

.pgClass {
	position: absolute;
	height: 597px;
	width: 950px;
	left: -950px;
}

.current {
	left: 0px;
}

.aboutImg, .pricingImg {
	position: absolute;
	top: 85px;
	left: 167px;
}

#pgAbout p, #pgPricing p {
	position: absolute;
	font-family: Helvetica;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	top: 130px;
	left: 348px;
	width: 500px;
}

.galleryImg {
	position: absolute;
	top: 65px;
	left: 200px;
}

div.thumbs {
	position: absolute;
	top: 125px;
	left: 370px;
	width: 500px;
}

.thumbs img {
	margin: 3px;
	border: 1px solid #e5cdc1;
}

.contactImg {
	position: absolute;
	top: 150px;
	left: 250px;
}

#pgContact ul {
	position: absolute;
	top: 215px;
	left: 430px;
	line-height: 20px;
}

#pgContact h1 {
	font-family: "helveticaNeue", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
}

#pgContact h1 a, #pgContact h1 a:visited {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

#pgContact h1 a:hover {
	color: #f8c68f;
}
