body {
	font: 15px/145% "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	background: url(images/bkgd-faces.jpg) repeat;
}

img {
	behavior: url(iepngfix.htc);
	border: none;
}

#container-gradient {
	width: 100%;
	height: 625px;
	background: url(images/bkgd-gradient.png) repeat-x;
	behavior: url(iepngfix.htc);
}

#container-purple-stripe {
	width: 100%;
	height: 325px;
	background-image: url(images/bkgd-purple-stripe.png);
	behavior: url(iepngfix.htc);
}

#header {
	width: 950px;
	height: 184px;
	background: url(images/header.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	font-size: 15px;
	font-weight: bold;
	color: #53297d;
	width: 825px;
	height: 25px;
	margin-left: 40px;
	padding-top: 154px;
	text-decoration: none;
}

#nav a:link {	color: #53297d;	text-decoration: none; }
#nav a:visited {	color: #53297d; text-decoration: none; }
#nav a:hover {	color: #ffffff;	background-color: #53297d; }
#nav a:active {	color: #ffffff;	background-color: #53297d; }

#middle {
	width: 950px;	
	background-image: url(images/bkgd-middle-vertical-rep.png);
	behavior: url(iepngfix.htc);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#footer {
	width: 950px;
	height: 64px;
	background: url(images/footer.png) no-repeat;
	behavior: url(iepngfix.htc);
	margin-left: auto;
	margin-right: auto;
}

.footerlinks {
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	padding-top: 16px;
}

.footerlinks a:link {	color: #fff; text-decoration: none;}
.footerlinks a:visited {	color: #fff; text-decoration: none;}
.footerlinks a:hover {	color: #d7d7d7; text-decoration: underline;}
.footerlinks a:active {	color: #d7d7d7; text-decoration: underline;}

#content{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

h1{
	color: #53297d;
	font: bold 28px "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
}

h2{
	color: #777777;
	font: bold 23px "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
}

h3{
	color: #53297d;
	font: bold 20px/26px "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
}

h4{
	color: #53297d;
	font: bold 18px "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	text-align: left;
	margin-bottom: -15px;
}

p{
	color: #59585e;
	padding: 3px 0;
}

.bold {
	font-weight: bold;
}

.p-large-italic {
	font-size: 18px;
	font-style: italic;
}

.p-right-align {
	text-align: right;
}

.form-small-centered{
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #53297d;
	padding-top: 17px;
	padding-bottom: 15px;
}

.form-right-align {
	color: #53297d;
	text-align: right;
}

.numbered-list {
	padding-left: 20px;
}

.highlighted-text {
	background-color: #d9cee4;
	padding: 7px;
	margin-left: 35px;
	margin-top: 7px;
	color: #000;
}

.purple-bold-italic {
	font-weight: bold;
	font-style: italic;
	color: #53297d;
}

a:link {	color: #53297d;	text-decoration: underline; }
a:visited {	color: #53297d; text-decoration: underline; }
a:hover {	color: #777777;	text-decoration: none; }
a:active {	color: #777777;	text-decoration: none; }

#catalog-link {
	width: 190px;
	height: 58px;
	position: relative;
	top: 10px;
	float: left;
}

#pg-title {
	width: 700px;
	height: 58px;
	margin-left: 10px;
	position: relative;
	top: 20px;
	float: left;
}

.pg-title-welcome {
	background: url(images/pg-title-welcome.jpg) no-repeat;
}

.pg-title-about-us {
	background: url(images/pg-title-about-us.jpg) no-repeat;
}

.pg-title-products-services {
	background: url(images/pg-title-products-services.jpg) no-repeat;
}

.pg-title-account-application {
	background: url(images/pg-title-account-application.jpg) no-repeat;
}

.pg-title-contact-us {
	background: url(images/pg-title-contact-us.jpg) no-repeat;
}

