@charset "windows-1252";

html {
	background: #CFC9D7;  /* eg. the stripe image */
}

body {
	margin: 0px;
	background: #CFC9D7;
    font-family: arial, helvetica, sans-serif;
	font-size:10pt;
}

a, a:link, a:visited {
	color:#A69DB1;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: white;
}

h1 {
	color: #5D4F6F;
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	color: #5D4F6F;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 865px; /* use the width of your main image */
	height: 677px; /* use the width of your main contents screen */
	margin: 0px auto;
	text-align: center;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 677px;
	width: 865px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 118px; /* use the height of your banner in here */
	width: 865px;
	background-image: URL('images/Clever_candles_banner.gif'); /* put the in the name of your banner image here */
	background-repeat: no-repeat;
}

#nav {
	position: absolute;
	top: 118px;
	left: 0px;
	height: 32px; /* use the height of your banner in here */
	width: 865px;
	background-image: URL('images/Clever_candles_nav.gif'); /* put the in the name of your banner image here */
	background-repeat: no-repeat;
}
#nav a, a:link, a:visited {
	color: #AEA2BD;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #D4CDDE;
}

#abovestretch {
	position: absolute;
	top: 150px;
	left: 0px;
	height: 11px; /* use the height of your banner in here */
	width: 865px;
	background-image: URL('images/sub_page_content_top.gif'); /* put the in the name of your banner image here */
	background-repeat: no-repeat;
}

#stretch {
	position: absolute;
	top: 148px; /* use the height of the banner here... assuming that the stretching content will start immediately below the banner */
	left: 0px;
	height: auto;
	overflow: hidden;
	width: 865px;
}

#stretchbg {
	top: 161px;
	margin: 0px auto;
	background-image: URL('images/sub_page_content_middle.gif');
	background-repeat: repeat-y;
}

#stretchtext {
    margin: 0 30px 0 30px;
	height: auto;
    min-height: 440px;
	text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#stretchtext a, a:link, a:visited {
	color: #660066;
	text-decoration: none;
	font-weight: bold;
}

#stretchtext a:hover {
	color: #FE00FE;
}

#belowstretch {
	position: relative;
	height: 30px; /* use the height of your banner in here */
	width: 865px;
	background-image: URL('images/sub_page_content_bottom.gif'); /* put the in the name of your banner image here */
	background-repeat: no-repeat;
}


#footer {
	position: relative;
	height: 20px;
	width: 865px;
	left: 0px;
	bottom: 0px;
	text-align: left;
}

#footertext {
	top: 10px;
	left: 0px;
    margin-left: 20px;
	margin-right: 20px;
	width: 865px;
	text-align: left;
}

#footertext a, a:link, a:visited {
	color: #AEA2BD;
	text-decoration: none;
	font-weight: bold;
}

#footertext a:hover {
	color: #663366;
}

.error {
  color: red;
  font-weight: bold;
}

.result {
  color: blue;
  font-weight: bold;
}

