html, body {
	background: #000; /* #764601 */
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	width: 900px;
	height: 100%;
	min-height: 100%;
}

#contentHome, #contentAbout, #contentContact, #contentServices {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	height:auto !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border: 0;
	border-style: solid;
	border-color: #000;
	border-width: 0;
}

/* 
#waxPrices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: .75em;
}
*/

#contentHome {
	background-image:url(images/contentbg.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	width: 580px;
}

#contentAbout, #contentContact, #contentServices {
	background-image:url(images/logo-sm.png);
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-left: 130px;
	padding-right: 0;
	padding-bottom: 0;
	width: 445px;
}

#contentServices .serviceColumn {
	width: 300px;
}

#contentServices .serviceTable {
	font-size: .75em;
}

*html #contentAbout, #contentContact, #contentServices {  /* only seen by ie5 and ie6 */
	background-image:url(images/logo-sm.gif);
}

#homeLogoLargeGif {
	visibility: hidden;
	display: none;
}

*html #homeLogoLargeGif { /* only seen by ie5 and ie6 */
	visibility: visible; 
	display: inline;
}

*html #homeLogoLargePng { /* only seen by ie5 and ie6 */
	visibility: hidden; 
	display: none;
}

#contentHome h1, #contentAbout h1, #contentContact h1, #contentServices h1 {
	font-weight: lighter;
	font-size: 1.5em;
}

#contentHome h2, #contentAbout h2, #contentContact h2, #contentServices h2 {
	font-weight: normal;
	font-size: 1.2em;
}

/*
#contentServices h2, #contentAbout h2 {
	font-weight: normal;
	font-size: 1.2em;
	border-bottom-color:#e8bcbb;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
*/

#contentHome p, #contentAbout p, #contentContact p, #contentServices p {
	font-size: .75em;
	clear: both;
	line-height: 1.60em;
}

#contentAbout ul {
	font-size: .75em;
	clear: both;
	line-height: 1.60em;
}

#contentAbout img, #contentContact img, #contentServices img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contentHome a:visited, #contentHome a:active, #contentHome a:link, #contentServices a:visited, #contentServices a:active, #contentServices a:link, #contentAbout a:visited, #contentAbout a:active, #contentAbout a:link  {
	color: #fff;
	text-decoration: underline;
}

#contentHome a:hover, #contentServices a:hover, #contentAbout a:hover {
	color: #a7a6a7;
	text-decoration: underline;
}

#nav {
	padding: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-style: solid;
	border-color: #fff;
	width: 320px;
	background-color: #c2c0c6;
	position: fixed;
	top: 0;
	left: 580px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	background-image:url(images/navbg.gif);
	background-repeat: repeat;
}

*html #nav { /* only seen by ie5 and ie6 */
	margin-left: 580px;
}

#nav p {
	padding: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: #4e4e4e;
	line-height: 1.60em;
}

#nav a:visited, a:active, a:link {
	color: #4e4e4e;
	text-decoration: underline;
}

#nav a:hover {
	color: #a7a6a7;
	text-decoration: underline;
}

a.navHome {
	background-image: url(images/nav-home-off.gif);
	display: block;
	width: 320px;
	height: 45px;
	background-repeat: no-repeat;
}

a.navHome:hover {
	background-image: url(images/nav-home-on.gif);
} 

a.navAbout {
	background-image: url(images/nav-about-off.gif);
	display: block;
	width: 320px;
	height: 45px;
	background-repeat: no-repeat;
}

a.navAbout:hover {
	background-image: url(images/nav-about-on.gif);
} 

a.navServices {
	background-image: url(images/nav-services-off.gif);
	display: block;
	width: 320px;
	height: 45px;
	background-repeat: no-repeat;
}

a.navServices:hover {
	background-image: url(images/nav-services-on.gif);
} 

a.navContact {
	background-image: url(images/nav-contact-off.gif);
	display: block;
	width: 320px;
	height: 45px;
	background-repeat: no-repeat;
}

a.navContact:hover {
	background-image: url(images/nav-contact-on.gif);
} 

.navText  {
	visibility: hidden;
}

#navTopSpace {
	padding-top: 85px;
}

#homeTopSpace  {
	padding-top: 400px;
}

#phone1 {
	font-size: .75em;
	color: #fff;
	width: 200px;
	position: absolute;
	top: 10px;
	left: 290px;
}

#phone2 {
	font-size: .75em;
	color: #fff;
	width: 200px;
	position: absolute;
	top: 10px;
	left: 450px;
}