#Container {
	height: 536px;
	width: 794px;
}

#top {
	height: 16px;
	width: 794px;
	background-image: url(../images/top_bkgnd01.jpg);
	background-repeat: repeat-y;
}

#bottom {
	height: 20px;
	width: 794px;
	background-image: url(../images/bot_bkgnd01.jpg);
	background-repeat: repeat-y;
}

#main {
	height: 506px;
	width: 794px;
	background-image: url(../images/mid_bkgnd01.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
#menuBox {
	background-color: #FFFFFF;
	border: 1px dotted #333333;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	color: #006600;
	background-image: url(../images/menu_1.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 130px;
	text-indent: 25px;
	list-style-type: none;
}

.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	color: #006600;
	background-image: url(../images/menu_2.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 130px;
	text-indent: 25px;
	list-style-type: none;	
}

#contentBox1 {
	height: 496px;
	width: 500px;
	border: 1px solid #333333;
	background-image: url(../images/home_bkgnd_a.jpg);
}
.opaque {
	border: 1px solid #333333;
	height: 400px;
	width: 400px;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;

  /* for Mozilla */
  -moz-opacity:0.7;
	background-color: #CCCCCC;
}

.opaqueShort1 {

	border: 1px solid #333333;
	height: 360px;
	width: 400px;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;

  /* for Mozilla */
  -moz-opacity:0.7;
	background-color: #CCCCCC;
}
.heading01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
#contentBox2 {

	height: 496px;
	width: 500px;
	border: 1px solid #333333;
	background-image: url(../images/hair_bkgnd.jpg);
}
#contentBox3 {


	height: 496px;
	width: 500px;
	border: 1px solid #333333;
	background-image: url(../images/beauty_bkgnd_a.jpg);
}
#contentBox4 {
	height: 496px;
	width: 500px;
	border: 1px solid #333333;
	background-image: url(../images/tan_bkgnd_a.jpg);
}
#contentBox5 {
	height: 496px;
	width: 500px;
	border: 1px solid #333333;
	background-image: url(../images/retail_bkgnd_a.jpg);
}

#contentBox6 {
	height: 496px;
	width: 500px;
	border: 1px solid #333333;
	background-image: url(../images/contact_bkgnd_a.jpg);
}

.stdText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.map {
	margin: 2px;
	border: 1px solid #666666;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.largeText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.tableBorder {
	border: 1px solid #666666;
}
