body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.gif) repeat-x #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#headerContainer {
	width: 100%;
	height: 77px;
}

#header {
	width: 766px;
	height: 77px;
	margin: 0 auto;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#nav li {
	float: left;
}

#nav li a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 25px 0px 0px 0px;
	height: 52px;
}

.nav1 a {
	width: 149px;
	height: 77px;
	background: url(../img/nav1.jpg) no-repeat top left;
	display: block;
}

.nav1 a:hover {
	background: url(../img/nav2.jpg) no-repeat top left;
}

.current a {
	width: 149px;
	height: 77px;
	display: block;
	background: url(../img/nav2.jpg) no-repeat top left;
}

.nav2 a {
	width: 149px;
	height: 77px;
	background: url(../img/nav1.jpg) no-repeat top left;
	display: block;
}

.nav2 a:hover {
	background: url(../img/nav2.jpg) no-repeat top left;
}

.nav3 a {
	width: 149px;
	height: 77px;
	background: url(../img/nav1.jpg) no-repeat top left;
	display: block;
}

.nav3 a:hover {
	background: url(../img/nav2.jpg) no-repeat top left;
}

.nav4 a {
	width: 149px;
	height: 77px;
	background: url(../img/nav1.jpg) no-repeat top left;
	display: block;
}

.nav4 a:hover {
	background: url(../img/nav2.jpg) no-repeat top left;
}

.nav5 a {
	width: 149px;
	height: 77px;
	background: url(../img/nav3.jpg) no-repeat top left;
	display: block;
}

.nav5 a:hover {
	background: url(../img/nav4.jpg) no-repeat top left;
}

#bodyContainer {
	width: 100%;
	height: 347px;
}

#bodyContent_home {
	width: 766px;
	height: 347px;
	margin: 0 auto;
	/* position: relative; */
	background: url(../img/staticbanner.jpg) top left no-repeat;
}
#bodyContent_about {
	width: 766px;
	height: 800px;
	margin: 0 auto;
	/* position: relative; */
	background: url(../img/staticbanner_lady.jpg) top left no-repeat;
}
#bodyContent_services {
	width: 766px;
	height: 347px;
	margin: 0 auto;
	/* position: relative; */
	background: url(../img/staticbanner_salon.jpg) top left no-repeat;
}

#bgBody1Img {
	width: 220px;
	height: 154px;
	background: #000 url(../img/bg_body1.jpg) no-repeat top right;
	position: absolute;
	top: 0;
	left: -220px;
}

#bar1Container {
	width: 100%;
	height: 25px;
	padding: 13px 0;
	margin-bottom: 5px;
}

#bar1 {
	width: 766px;
	height: 25px;
	margin: 0 auto;
}

#bar2Container {
	width: 100%;
	background: #17191F;
	height: 220px;
}
#bar3Container {
	width: 100%;
	background: #17191F;
	height: 750px;
}
#bar4Container {
	width: 100%;
	background: #17191F;
	height: 475px;
}
#bar5Container {
	width: 100%;
	background: #17191F;
	height: 750px;
}
#bar6Container {
	width: 100%;
	background: #17191F;
	height: 275px;
}
#bar2 {
	width: 766px;
	height: 200px;
	padding: 10px 0;
	margin: 0 auto;
}

.divider {
	background: url(../img/divider.gif) repeat-y top right;
	height: 25px;
}

.left {
	float: left;
}

.right {
	float: right;
}

a.link {
	background: #1C2636 url(../img/bg_link.gif) no-repeat scroll 16px 8px;
	padding: 2px 19px 5px 24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #899BB7;
}

a.link:hover {
	text-decoration: none;
}

#footerContainer {
	width: 100%;
	height: 48px;
	background: #000;
	padding-top: 40px;
	border-top: 4px solid #1C272E;
}

#footer {
	width: 766px;
	height: 48px;
	margin: 0 auto;
	color: #404751;
}

.footerLink {
	color: #3A4F71;
}

h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: none;
}
.flash_container {
	height: 200px;
	width: 300px;
}