/*  Two-Column CSS Content and Images */

/* Footer */
#footerLeft {
	float: left;
	width: 50%;
	text-align: left;
  }

#footerRight {
	float: right;
	width: 50%;
	text-align:right;   
	display:inline; /* stops IE doubling  margin on float*/
}
	
h3 {
	font-weight: bolder;
	font-style:italic;
}

p {
	padding-left: 4px;
}

.itals {
	font-weight: bold;
	font-style: italic;
}

.smallText {
	font-size: smaller;
	font-weight: bold;
}

.center {
	text-align:center;
}

.medText {
	font-size: medium;
	font-weight: bold;
}
.lgITText {
	font-size: large;
	font-style: italic;
}

.aboutBack {
background-image:url(../images/ornate.gif);
vertical-align:bottom;
background-repeat:no-repeat;
}

.qBack {
background-image:url(../images/woodCurlBG.gif);
background-repeat:no-repeat;
}

.processBack {
background-image:url(../images/processPencils.gif);
background-repeat:no-repeat;
}

.faqBack {
background-image:url(../images/woodBlocks.gif);
background-repeat:no-repeat;
}