p {
   font-family: "Gill Sans", "san-serif", "arial";
   font-size: 14px;
   font-color: black;
   font-variant: small-caps;
   letter-spacing: 2px;
   word-spacing: 5px;
   z-index: 1;
   text-align: center;
}

img {
	float: left;
	width: 97%;
	padding: 30px 10px;
}

logo {
	float: left;
	width: 20%;
	padding: 30px 10px;
}

highlight {
   font-family:"Gill Sans", "san-serif", "arial";
   font-size: 14px;
   font-color: black;
   letter-spacing: 0px;
   z-index: 1;
   text-align: left;
   
}


.menutext {
	font-family: "Gill Sans", "san-serif", "arial";
   	font-size: 14px;
   	font-variant: small-caps;
   	letter-spacing: 2px;
	color: black;
	z-index: 1;
	word-spacing: 4px;
}



.menutext2 {
	font-family: "Gill Sans", "san-serif", "arial";
   	font-size: 12px;
   	font-variant: small-caps;
   	letter-spacing: 2px;
	color: gray;
	z-index: 1;
	word-spacing: 2px;
}


#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	height: 300px;
}

#logolineup {
	float: left;
	width: 50%;
	margin-left: 25%;
	margin-top: 5%;
}

#logoblack {
	background-image: url(images/logo-black.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	top: 0px;
	left: 0px;
	float: left;
	clear: both;
	width: 20%;
}

#all {
	background-image: url(images/yellow2.jpg);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}


#head {
	position: absolute;
	width: 800px;
	height: 30px;
	top: 80px;
	left: 20%;
	background-color: white;
	text-align: center;
}


#footer {
	position: absolute;
	width: 800px;
	height: 30px;
	top: 512px;
	left: 20%;
	background-color: white;
	text-align: center;
}


#menu {
	position: absolute;
	width: 605px;
	height: 50px;
	top: -7px;
	left: 10%;
	text-align: center;
	float: left;
}

#menu li {
	list-style-type: none;
	text-align: center;
	float: left;
	padding-left: 18px;
}

#menu a{
	display: inline-block;
	text-decoration: none;
	color: black;
}


#menu a:hover {
	color: gray;
}

#menu a: active {
	color: gray;
}



#menu2 {
	position: absolute;
	width: 600px;
	height: 50px;
	top: -7px;
	left: 27%;
	text-align: center;
	float: left;
}

#menu2 li {
	list-style-type: none;
	text-align: center;
	float: left;
	padding-left: 18px;
}

#menu2 a{
	display: inline-block;
	text-decoration: none;
	color: gray;
}


#menu2 a:hover {
	color: black;
}

#menu2 a: active {
	color: black;
}


#menu3 {
	position: absolute;
	width:90%;
	height: 50px;
	top: -7px;
	left: 5%;
	text-align: center;
	float: left;
}

#menu3 li {
	list-style-type: none;
	text-align: center;
	float: left;
	padding-left: 18px;
}

#menu3 a{
	display: inline-block;
	text-decoration: none;
	color: gray;
}


#menu3 a:hover {
	color: black;
}

#menu3 a: active {
	color: black;
}

#menu4 {
	position: absolute;
	width:90%;
	height: 50px;
	top: -7px;
	left: 34%;
	text-align: center;
	float: left;
}

#menu4 li {
	list-style-type: none;
	text-align: center;
	float: left;
	padding-left: 18px;
}

#menu4 a{
	display: inline-block;
	text-decoration: none;
	color: gray;
}


#menu4 a:hover {
	color: black;
}

#menu4 a: active {
	color: black;
}


#content {
	position: absolute;
	width: 800px;
	height: 400px;
	top: 111px;
	left: 20%;
	background-color: white;
	text-align: center;
	z-index: 1;
}

.contenttext {
	font-family: "Gill Sans", "san-serif", "arial";
   	font-size: 10px;
	color: black;
	width: 370px;
	text-align: justify;
	margin-left: 215px;
	margin-top: -30px;
}

.abouttext {
	font-family: "Gill Sans", "san-serif", "arial";
   	font-size: 12px;
   	letter-spacing: .7px;
	color: black;
	text-align: justify;
	margin-left: 30px;
	margin-top: -10px;
	float: left;
	width: 90%;
}


.servicetext {
	font-family: "Gill Sans", "san-serif", "arial";
   	font-size: 12px;
   	letter-spacing: .7px;
	color: black;
	text-align: center;
	margin-left: 70px;
	margin-top: 110px;
	float: left;
	width: 80%;
}

.newstext {
	font-family: "Gill Sans", "san-serif", "arial";
   	font-size: 12px;
   	letter-spacing: .7px;
	color: black;
	text-align: center;
	margin-left: 70px;
	margin-top: 20px;
	float: left;
	width: 80%;
}

.portfoliotext {
	font-family: "Gill Sans", "san-serif", "arial";
   	font-size: 12px;
   	letter-spacing: .7px;
	color: black;
	text-align: justify;
	margin-left: 10px;
	margin-top: 150px;
	float: left;
	width: 50%;
}