html, body {
	text-align: center;
    margin: 0;
    padding: 0;
}

body {
	background-color: #E9E5EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D3E51;
	line-height: 14px;
}

.hidden {
	display: none;
}

.header {
	font-size: 14px;
	color: #9950b2;
	font-weight: bold;
	line-height: 14px;
    margin: 0;
    padding: 0;
}

.headerSmall {
	color: #9950b2;
	font-weight: bold;
	line-height: 14px;
    margin: 0;
    padding: 0;
}

a:link {
	color: #9950B2;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #9950B2;
}
a:visited {
	color: #9950B2;
	text-decoration: none;
}

div#containerFade {
	width: 750px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../imagebank/b_fade.gif);
	background-repeat: repeat-y;
}

div#container {
	width: 740px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../imagebank/b_bubbles.gif);
	background-repeat: no-repeat;
}

div#nav { 
	height: 60px;
	background-color: #9950B2;
}
#nav dl { margin: 0; padding: 0; }
/* IE5 Mac Hack \*/ 
#nav { padding-left: 45px; } 
#nav { padding-left: 45px; overflow: hidden; } 
/* End Hack */
#nav dt { float: left; }
#nav dt a {
        display: block;
        height: 0px !important;
        height /**/:60px; /* IE 5/Win hack */ 
        padding: 60px 0 0 0;
        overflow: hidden;
        background-repeat: no-repeat;
}
#nav dt a:hover {
        background-position: 0 -60px;
}
#nav dt#home,
#nav dt#home a { width: 55px; background-image: url(../imagebank/nav_home.gif); }

#nav dt#jude,
#nav dt#jude a { width: 112px; background-image: url(../imagebank/nav_jude.gif); }

#nav dt#massage,
#nav dt#massage a { width: 75px; background-image: url(../imagebank/nav_massage.gif); }

#nav dt#pregmassage,
#nav dt#pregmassage a { width: 144px; background-image: url(../imagebank/nav_pregmassage.gif); }

#nav dt#oils,
#nav dt#oils a { width: 105px; background-image: url(../imagebank/nav_oils.gif); }

#nav dt#products,
#nav dt#products a { width: 76px; background-image: url(../imagebank/nav_products.gif); }

#nav dt#contact,
#nav dt#contact a { width: 67px; background-image: url(../imagebank/nav_contact.gif); }

body.home nav#dt#home,
body.home nav#dt#home a,
body.jude nav#dt#jude,
body.jude nav#dt#jude a,
body.massage nav#dt#massage,
body.massage nav#dt#massage a,
body.pregmassage nav#dt#pregmassage,
body.pregmassage nav#dt#pregmassage a,
body.oils nav#dt#oils,
body.oils nav#dt#oils a,
body.products nav#dt#products,
body.products nav#dt#products a,
body.contact nav#dt#contact,
body.contact nav#dt#contact a, {
        background-position: 0 -60px;
}

div#header {
	height: 130px;
}

div#mainColumn {
	margin-right: 280px;
	line-height: 18px;
}

div#mainColumnHome {
	text-align: center;
	line-height: 18px;
}

#mainColumnHome p {
    margin: 0;
    padding: 0;
	padding-bottom: 15px;
}

#mainColumn p {
    margin: 0;
    padding: 0;
	padding-bottom: 15px;
}

#mainColumn .padding {
    padding: 25px;
}

#mainColumnHome .padding {
    padding: 25px;
}

div#rightColumn {
	float: right;
	width: 280px;
	line-height: 18px;	
}

#rightColumn .padding {
    padding: 25px;
}

div#footer {
	background-color: #9950B2;
	overflow: hidden;
	width: 690px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
}

div#footerAddress {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: right;
	padding-bottom: 10px;
}

#footerFade {
	clear: both;
	height: 20px;
	background-image: url(../imagebank/footer_fade.gif);
	background-repeat: no-repeat;
}

