body
{
	margin: 0;
	padding: 0;
	font: 95% arial, hevetica, sans-serif;
	text-align: center;
	color: #999999;
	background: #ffffff url(stripe.jpg) repeat fixed top;

}

#background{position:absolute; z-index:1; width:100%; height:100%;}
 
  
  
}

a:link { color: #000000; }
a:visited { color: #6699cc; }

a:hover, a:active
{
	color: #666666;
	background-color: #cccccc;
}

h2
{
	color: #000000;
	font: 120% arial, hevetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #999999;
	font: 106% arial, hevetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	position:relative;
	margin: 1em auto;
 	width: 850px;
	text-align: left;
	background-color: #ffffff;
	border: 30px none #ffffff;
}



#header
{
	height: 110px;
	width: 850px;
	background-image: url(salonprofile.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}



#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 145px;
	border-left: 1px none #000000;
	padding-left: 15px;
}

#contents { margin: 0 20px 40px 20px; }

.blogentry { border-bottom: 1px none #ffffff; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #666666;
	text-align: right;
	font-size: 90%;
}










.textInput1
{
	border: 1px solid #ff0000;
	background: #555555;
	color: #ffffff;	
	font-size: 1.1em;
	margin-bottom: 10px;
}


/********** SPEECH ***********/
.holderSpeech
{
	width: 180px;
	height: 34px;
	background: url(speechgry.jpg) no-repeat;
	margin-bottom: 10px;

  	/*float: left;*/ /*if you want them side by side use float left
						you will need to add margin-right: as well*/
}

.tf_speech
{
	width: 170px;
	height: 22px;
	background: none;
	border: none;
	font-size: 1.1em;
	color: #999999;
	margin-top: 0px;
	margin-left: 5px;
}


