.mainframe {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}
.nav {
	height: 60px;
}
.textframe {
	text-align: center;
	padding-top: 20px;
	width: 560px;
	padding-bottom: 35px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.tableheader {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F9F5EC;
}
.servicesframe {
	text-align: center;
	padding-bottom: 40px;
	width: 650px;
	padding-top: 20px;
}
.footer {
	background-image: url(images/footer.jpg);
	height: 70px;
	background-repeat: no-repeat;
	background-position: center 2px;
}


#credit {text-align:center; font-size:10px;}
#credit a {color:#5D5D5D; }
