html, body
	{
	margin: 0;
	background-color: #b182be;
	}
	
p 	{
	margin: 0;
	}
h1, h2, h3
	{ 
	margin-top: 0px;
	margin-bottom: 0px;
	}
blockquote 
	{
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	
#maincontainer
	{
	position: relative;
	width: 100%;
	background-color: #4262a3;
	height: 100%;
	margin: 0px;
	z-index: 1;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}

#container
	{
	position: relative;
	width: 800px;
	height: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 2;
	}

#content
	{
	position: relative;
	width: 800px;
	height: 600px;
	background-image: url(images/lastingbeautybg.png);
	}
	
#text
	{
	height: 600px;
	width: 490px;
	overflow: auto;
	left: 307px;
	position: absolute;
	top: 1px;
	right: 0px;
	bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	z-index: auto;
	}
#navcontainer {
	width: 208px;
	height: 600px;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 0px;
	line-height: auto;
}

#navcontainer ul {
	padding : 0;
	list-style: none;
		margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#navcontainer ul li {
	margin: 0px;
	padding: 0px;
					}

#navcontainer ul li a {
	text-decoration : none;
	position : relative;
	font-size: 13pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #F7CCEA;
	border-right-color: #F7CCEA;
	border-bottom-color: #F7CCEA;
	border-left-color: #F7CCEA;
	background-image: url(images/navbg.png);
	background-repeat: repeat;
					}

#navcontainer li a:visited {
							width : auto;
							}

#navcontainer ul li a:hover {
	color : #000066;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #f6ccea;
	height: auto;
}

li#here a:link, li#here a:visited, li#here a:hover {
	color : #333333;
	text-transform: uppercase;
}

.style1 {font-size: 12px}
.style2 {
	font-size: 18pt;
	font-style: italic;
}
.style6 {font-size: 8px}
.style7 {
	font-size: 16pt;
	font-style: italic;
}
.style10 {font-size: 14pt}

