body {
	background-color: #000000;
}
.maintable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #fbf201;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	border: thin solid #8647d6;
	
	
}
.portfoliopage {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #fbf201;
	background-image: url(images/portfolioheader2.gif);
	background-repeat: no-repeat;
	border: thin solid #8647d6;
}

.contactpage {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #fbf201;
	background-image: url(images/contactheader.gif);
	background-repeat: no-repeat;
	border: thin solid #8647d6;
}

.aboutpage {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #fbf201;
	background-image: url(images/aboutheader.gif);
	background-repeat: no-repeat;
	border: thin solid #8647d6;
}

.servicespage {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #fbf201;
	background-image: url(images/servicesheader.gif);
	background-repeat: no-repeat;
	border: thin solid #8647d6;
}

.pagetext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #8647d6;

}

.innertable {
	border: thin solid #8647D6;
}

textarea {
	border: thin solid #8647D6;
}
input {
	border: thin solid #8647D6;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

a:hover {
color: #8647d6;
}
