.logo {
	top:15px;
	left:35px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:100px;
	width:600px;
	opacity:0.16453;
	position:absolute;
}

.contactheader {
	position:inherit;
	width:912px;
	height:62px;
	background-image:url(images/contacttop.png);
	background-repeat:no-repeat;
}

.aboutheader {
	position:inherit;
	width:912px;
	height:62px;
	background-image:url(images/abouttop.png);
	background-repeat:no-repeat;
}

.rightfade {
	position:relative;
}

.leftfade {
	position:relative;
}

.iframes {
	border-width:inherit;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	width:100%;
	height:751px;
	border:inherit;
}

.nav {
	color:rgb(202, 239, 255);
	font-family:'Century Gothic', Verdana, sans-serif;
	background-repeat:no-repeat;
	margin-left:10px;
	position:relative;
}

.consultingtext {
	position:relative;
	width:892px;
	background-image:url(images/textbodybg.png);
	background-repeat:repeat;
	padding-left:10px;
	padding-right:10px;
	font-family:'Century Gothic', Verdana, sans-serif;
	line-height:22px;
	color:rgb(180, 239, 249);
}

.textboxend {
	position:relative;
	background-image:url(images/textbottom.png);
	width:912px;
	height:50px;
	background-repeat:no-repeat;
}

.container {
	width:912px;
}

.consultingheader {
	position:relative;
	background-image:url(images/consultingtop.png);
	background-repeat:no-repeat;
	width:912px;
	height:60px;
}

.designtext {
	background-image:url(images/textbodybg.png);
	background-repeat:repeat;
	font-family:'Century Gothic', Verdana, sans-serif;
	color:rgb(202, 239, 255);
	line-height:22px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	width:892px;
}

.designheader {
	position:inherit;
	width:912px;
	background-image:url(images/designtop.png);
	background-repeat:no-repeat;
	height:62px;
}

.bottomimage {
	background-color:inherit;
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	bottom:0px;
	position: fixed;
	width:inherit;
	z-index:25;
}

.topimage {
	top:0px;
	right:0px;
	position:fixed;
	z-index:25;
	background-repeat:no-repeat;
	background-image:url(images/top.png);
}

body {
	background-image:url(images/bgcolor.png);
	color:rgb(186, 239, 254);
	font-family:'Century Gothic', Verdana, sans-serif;
	font-size:10pt;
	position:inherit;
}

a:link {
	color:rgb(255, 255, 255);
	text-decoration:none;
}

a:hover {
	color:rgb(181, 215, 233);
}

a:visited {
	color:rgb(126, 212, 242);
	text-decoration:none;
}

