A:link { color: gray; }
A:visited { color: gray; }
A:active { color: blue;}

H1 {font-family: Segoe UI;font-size: 12px;color: gray;}
H2 {font-family: Segoe UI;font-size: 10px;color: gray;}
Body {font-family: Segoe UI;font-size: 10px;color: gray;}

.leftPromo {
	position: absolute;
	left: 210px;
	top: 160px;
	font-family: Segoe UI;
	font-size: 16px;
	text-decoration: bold;
	color: black;
}

.rightPromo {
	position: absolute;
	left: 660px;
	top: 160px;
	font-family: Segoe UI;
	font-size: 16px;
	text-decoration: bold;
	color: black;
}

.mainTitle {
	position: absolute;
	left: 7px;
	top: -44px;
	font-family: Segoe UI;
	font-size: 12px;
	text-decoration: none;
	height: 148px;
}

.menuOptionHome {
	position: absolute;
	right: 425px;
	top: 24px;
}

.menuOptionOurStory {
	position: absolute;
	right: 336px;
	top: 25px;
}
.menuOptionGallery {
	position: absolute;
	right: 265px;
	top: 25px;
}
.menuOptionPriceList {
	position: absolute;
	right: 200px;
	top: 25px;
}
.menuOptionContact {
	position: absolute;
	right: 120px;
	top: 25px;
}
.menuOptionClientGalleries {
	position: absolute;
	right: 10px;
	top: 25px;
}

.centerPos {
	position: relative;
	top: 130px;
	left: 0px;
        text-align:center;
}

.bottomPos {
	position: relative;
	top: 210px;
}

.smallText {

	font-family: Segoe UI;
	font-size: 9px;
	text-decoration: none;
	color: gray;
	text-align:center;
}

.normalText {

	font-family: Segoe UI;
	font-size: 9px;
	text-decoration: none;
	color: gray;
	text-align:center;
}

.leftTextBox {
	position: absolute;
	top: 342px;
	left: 47px;
	width: 400px;
	font-family: Segoe UI;
	font-size: 12px;
	text-decoration: none;
	color: gray;
	text-align:left;
}

.fullTextBox {
	position: absolute;
	left: 160px;
	width: 400px;
	font-family: Segoe UI;
	font-size: 10px;
	text-decoration: none;
	color: gray;
	text-align:left;
}

.accrossTextBox {
	position: absolute;
	top: 140px;
	left: 60px;
	width: 800px;
	font-family: Segoe UI;
	font-size: 12px;
	text-decoration: none;
	color: gray;
	text-align:left;
}

.acrossTextBoxBottom {
	position: absolute;
	left: 0px;
	width: 800px;
	font-family: Segoe UI;
	font-size: 12px;
	text-decoration: none;
	color: gray;
	text-align:left;
}

.rightBox {
	position: absolute;
	top: 140px;
	right: 100px;
	width: 400px;
	height: 400px;
	font-family: Segoe UI;
	font-size: 12px;
	text-decoration: none;
	color: black;
	text-align:left;
}

.farRightBox {
	position: absolute;
	right: -476px;
	width: 510px;
	font-family: Segoe UI;
	font-size: 12px;
	text-decoration: none;
	color: black;
	text-align:left;
	top: 11px;
}

.googleBox {
	position: absolute;
	right: 100px;
	width: 400px;
	height: 400px;
	font-family: Segoe UI;
	font-size: 12px;
	text-decoration: none;
	color: black;
	text-align:left;
}

.bodyFill { 
	background-image: url(../images/blackgreysunrisefill.png); 
	background-repeat: repeat-x; 
	background-color: black;
}

