body {
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/bg.jpg);
}
.mainLeft {
	background-image: url(images/right.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.mainRight {
	background-image: url(images/left.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.heading {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ffcf33;
	border-bottom-color: #ffcf33;
	font-size: 12px;
}

.subHeading {
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
.finePrintNote {
	font-size: 9px;
	vertical-align: super;
	color: #990000;
}

.finePrint {
	font-size: 10px;
	text-align: left;
}
.footer {
	font-size: 10px;
	text-align: center;
}


.headingBoxBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcf33;
}
.backgroundComputerRepair {
	background-image: url(images/main.computerrepair.jpg);
	background-repeat: no-repeat;
}
.backgroundWebDesign {
	background-image: url(images/main.webdesign.jpg);
	background-repeat: no-repeat;
}
.backgroundWebHosting {
	background-image: url(images/main.websitehosting.jpg);
	background-repeat: no-repeat;
}
.backgroundConactUs {
	background-image: url(images/main.contactus.jpg);
	background-repeat: no-repeat;
}
.backgroundContracting {
	background-image: url(images/main.contracting.jpg);
	background-repeat: no-repeat;
}
.backgroundSupport {
	background-image: url(images/main.customersupport.jpg);
	background-repeat: no-repeat;
}
.backgroundBillBreakdown {
	background-image: url(images/main.customersupport.breakdown.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #ffcf33;
}
a:active {
	color: #FF6633;
}
