#bigcontainer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 820px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#bigpagecontainer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 820px;
	background: url(images/pagecontainerbg.jpg) repeat-y;
}

/* THIS SECTION CONTAINS ALL OF THE LAYOUT DIVS OF THE PAGE */

#banner {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 820px;
	height: 115px;
	background: url(images/banner.jpg);
}

#nancyimage {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 146px;
	height: 169px;
	background: url(images/nancyimage.jpg) no-repeat;
}

#pagecontainer {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 518px;
}

#pagetop {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 518px;
	height: 18px;
	background: url(images/pagetop.jpg) no-repeat;
}

#pagemiddle {
	position: relative;
	float: left;
	margin: 0;
	padding: 10px 35px;
	width: 448px;
	min-height: 300px;
	background: url(images/pagemiddle.jpg) repeat-y;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#pagebottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 518px;
	height: 17px;
	background: url(images/pagebottom.jpg) no-repeat;
}

#footer {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 820px;
	height: 72px;
	background: url(images/footer.jpg) no-repeat;
}


/* THIS PART CONTAINS THE NAVIGATION IMAGES */

#navigation {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 146px;
	height: 276px;
}

#navigation a {
	position: relative;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 22px;
	width: 146px;
	clear: left;
	text-indent: -9999px;
}

#nav_home_wrap { background: url(images/nav_home_on.jpg);}
#nav_home_wrap a { background: url(images/nav_home_off.jpg); width: 146px; height: 22px;}
#nav_home_wrap a:hover { background: url(images/nav_home_on.jpg);width: 146px; height: 22px; }

#nav_testimonials_wrap { background: url(images/nav_testimonials_on.jpg);}
a#nav_testimonials { background: url(images/nav_testimonials_off.jpg); width: 146px; height: 22px;}
a#nav_testimonials:hover { background: url(images/nav_testimonials_on.jpg); width: 146px; height: 22px; }

#nav_formalities_wrap { background: url(images/nav_formalities_on.jpg);}
a#nav_formalities { background: url(images/nav_formalities_off.jpg); width: 146px; height: 22px; }
a#nav_formalities:hover { background: url(images/nav_formalities_on.jpg); width: 146px; height: 22px; }

#nav_first_step_wrap { background: url(images/nav_first_step_on.jpg);}
a#nav_first_step { background: url(images/nav_first_step_off.jpg); width: 146px; height: 22px;}
a#nav_first_step:hover { background: url(images/nav_first_step_on.jpg); width: 146px; height: 22px; }

#nav_contact_wrap { background: url(images/nav_contact_on.jpg); }
a#nav_contact { background: url(images/nav_contact_off.jpg); width: 146px; height: 19px;  }
a#nav_contact:hover { background: url(images/nav_contact_on.jpg); width: 146px; height: 19px }