/* page */
body{
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
	background-color:#000000;
}

/* holding */
#container {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #FFFFFF;
}


/* text styles and positioning */

p
{
	color: #000000;
	font-size: 1.2em;
	line-height: 1.3em;
}


.h1
{
	font-size: 2em;
	color: #999999;
	font-weight: bold;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bold
{
	color: #000000;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
}

.navigation
{
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.spacer
{
	font-size: 1.1em;
	line-height: 1.3em;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.contacttext
{
	font-size: 1.1em;
	line-height: 1.3em;
	color: #999999;
	left: -1px;
	background-position: right center;
}


.testimonials
{
	font-size: 1.5em;
	color: #999999;
	font-weight: bold;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


.bannertxt
{
	font-size: 0.9em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-left: 20px;
	position: absolute;
	top: 5px;
	width: 50%;
	height: 14px;
	left: -1px;
}

/* links */

a
{
	color : #888888;
	text-decoration : none;
} 

a:hover 
{
	color : #000000;
}

/* logo */

#logo {
	width: 165px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 30px;
}

/* navigation */

#header {
	width: 100%;
	height: 100px;
	position: absolute;
	background-image: url(images/blend.jpg);
}

#navbar {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 100px;
	background-color: #BBBBBB;
	left: 0;
}

#navigation {
	width: 800px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 30px;
}

/* headings */
#heading {
	width: 50%;
	height: 20px;
	position: absolute;
	top: 141px;
	left: 30px;
	z-index: 1;
}

/* text area */
#main {
	width: 50%;
	height: 60%;
	position: absolute;
	top: 206px;
	left: 30px;
	overflow: auto;
	background-color: #FFFFFF;
}

#contacttop {
	width: 50%;
	height: 40px;
	position: absolute;
	top: 30px;
	right: 20px;
}

#testimonial {
	width: 597px;
	height: 76px;
	position: absolute;
	top: 482px;
	left: 30px;
}

/* page images */

#makeupface {
	width: 260px;
	height: 460px;
	position: absolute;
	top: 120px;
	right: 0px;
	background-image: url(images/make-up-face.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

#before {
	width: 220px;
	height: 270px;
	position: absolute;
	top: 190px;
	left: 30px;
}

#after {
	width: 220px;
	height: 270px;
	position: absolute;
	top: 190px;
	left: 270px;
}

#gallery1{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 190px;
	left: 560px;
	background-color: #333333;
	z-index: 1;
}

#gallery2{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 270px;
	left: 560px;
	background-color: #333333;
	z-index: 1;
}

#gallery3{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 350px;
	left: 560px;
	background-color: #333333;
	z-index: 1;
}

/* bottom banner */
#btmbanner {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #666666;
}

#btmbannercsslogo {
	width: 80px;
	height: 18px;
	position: absolute;
	right: 88px;
	bottom: 0px;
}

#btmbannerxhtlmlogo {
	width: 80px;
	height: 18px;
	position: absolute;
	right: 4px;
	bottom: 0px;
}
