@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
}
#wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 30px;
}

#contact {
	position: absolute;
	left: 0px;
	top: 310px;
}
#Nav {
	position: absolute;
	width: 80px;
	left: 0px;
	top: 100px;
}
#Nav img {
	padding-top: 3px;
	padding-bottom: 2px;
}
#mycustomscroll {
	width: 750px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
    position: absolute;
	background-color: #0D0D0D;
	height: 516px;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	border: thin solid #000000;
	left: 120px;
	top: 100px;
}


.fixedwidth {
	width: 7450px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

.fixedwidth2 {
	width: 7320px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

.fixedwidth3 {
	width: 7760px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
.fixedwidth4 {
	width: 8650px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
#ComingSoon {
	color: #F80053;
	position: absolute;
	left: 120px;
	top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	border: thin solid #333333;
	height: 500px;
	width: 750px;
	text-align: center;
}
#ComingSoonHome {
	color: #F80053;
	position: absolute;
	left: 120px;
	top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	border: thin none #333333;
	height: 700px;
	width: 750px;
	text-align: center;
	padding-bottom: 100px;
}
.fixedwidth img {
	padding: 0px;
	margin-right: 22px;
	margin-left: 22px;
}

.fixedwidth2 img {
	padding: 0px;
	margin-right: 22px;
	margin-left: 22px;
}

.fixedwidth3 img {
	padding: 0px;
	margin-right: 22px;
	margin-left: 22px;
}
.fixedwidth4 img {
	padding: 0px;
	margin-right: 22px;
	margin-left: 22px;
}

#FormContainer {
	position: absolute;
	left: 200px;
	top: 260px;
}
#ContactDeatails {
	position: absolute;
	left: 285px;
	top: 130px;
	color: #FA0052;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 400px;
	text-align: center;
}
#GalleryThumb {
	position: absolute;
	left: 120px;
	top: 100px;
	float: left;
	height: 500px;
	width: 750px;
}
#GalleryThumb img {
	padding-right: 8px;
	padding-left: 8px;
}

