#header {
	background-position: center; 
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}

#mainintrobg { 
	background-position: center; 
	background-image:url(../images/mainintro_bg.jpg);
	background-repeat:no-repeat;
}

#aboutusbg {
	background-color:#688375;
	background-position: center;
	background-image:url(../images/aboutus_bg.jpg);
	background-repeat:no-repeat;
}

#browsbg {
	background-position:60%;
	background-image:url(../images/brows_bg.jpg);
	background-repeat:no-repeat;
}

#bodybg {
	background-position: right;
	background-image:url(../images/body_bg.jpg);
	background-repeat:no-repeat;
}

#lashesbg {
	background-position: center;
	background-image:url(../images/lashes_bg.jpg);
	background-repeat:no-repeat;
}

#skincarebg {
	background-position:left; 
	background-image:url(../images/skincare_bg.jpg);
	background-repeat:no-repeat;
}

#policiesbg { 
	background-image:url(../images/policies_bg.jpg);
	background-repeat:no-repeat;
}

#servicesbg {
	background-position:center; 
	background-image:url(../images/services_bg.jpg);
	background-repeat:repeat-x;
}

#appointment {
	background-position: 20%;
	background-image:url(../images/appointment_bg.jpg);
	background-repeat:no-repeat;
}

#visit_header {
	background-position:top; 
	background-image:url(../images/visit_bg.jpg);
	background-repeat:repeat-x;
}

#footerbg {
	background-position:center; 
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}

.titlecolor {
	color:#688375;
	font-weight:bold;
	letter-spacing:4px;
	font-size:24px;
}

.title {
	color:#B4A18A;
	font-size:24px;
	font-weight:bold;
	letter-spacing:4px;
}

.subtitle {
	color:#B4A18A;
	font-size:20px;
	font-weight:bold;
	letter-spacing:7px;
}

.paragraph {
	color:#FFF;
}

.paragraphtitle {
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}

.navtext {
	font-size:18px;
	line-height:170%;
	font-weight:bold;
}

.footertxt {
	color:#FFF;
	font-size:12px;
}

.headertxt {
	font-size:11px;
}

.footertxt {
	font-size:11px;
	color:#FFF;
}

.footernav {
	font-size:11px;
	color:#FFF;
	line-height:2em;
}

.texttitle {
	color:#688375;
	font-weight:bold;
	letter-spacing:2px;
	font-size:18px;
}

.optiontitle {
	color:#688375;
	font-weight:bold;
	font-size:14px;
}

.smalltxt {
	color:#868686;
	font-size:10pt;
}

.hourstxt {
	line-height:1.5em;
}

.covidtxt {
	line-height:1.5em;
}

.noticetitle {
	color:#B4A18A;
	font-weight:bold;
	font-size:16px;
}

.standouttxt {
	color:#688375;
	font-style:italic;
}

 /* unvisited link */
a:link {
  	color:#FFF;
}

/* visited link */
a:visited {
  color:#FFF;
}

/* mouse over link */
a:hover {
  color:#688375;
}

