			html,body {
				font-size: 16px;
				font-family: Arial, Helvetica, sans-serif;
				line-height: 22px;
				margin: 0;
				padding: 0;
				background-color: #FFFFFF;
				color: white;
			}
			
			table {
			width: 100%;
			height: 100%;
			border: 0px;
			background-color: #FFFFFF;
			margin: 0;
			padding: 0;
			}
			
			td {
			text-align: center;
			margin: 0px;
			padding: 0px;
			}
			
			tr {
			margin: 0px;
			padding: 0px;
			}
			
			div.container {
			position: relative;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			border: 0px solid blue;
			width: 1024px;
			}
			
			div.main {
			position: relative;
			top: 0px;
			left: 0px;
			}
			
			a {
			color: #43a3b1;
			}
			
			img {
			border: none;
			}
			
			u {
			}

			h3 {
				font: bold 1.5em Helvetica, Verdana, Arial, sans-serif;
				text-transform: uppercase;
				color: #333333;
				letter-spacing: .5px;
			}
			
			#contact	{
	width: 500px;
	height: 200px;
	color: #666666;
	position: relative;
	text-align: left;
	border: 0px red solid;
				}
			#nav {
				font-size:0.875em;
				font-weight:bold;
				font-style:normal;
				float:left;
				text-decoration: none;
			}
			#nav ul {
				color:#64480f;
				margin: 0px;
				padding: 0px;
				display: inline;
			} 			
			#nav ul li {
				margin: 0px;
				padding: 0px;
				list-style: none;
				display: inline;
			}			
			#nav ul li.first {
				margin: 0px;
				padding: 0px;
				border-left: none;
				list-style: none;
				display: inline;
			}
			#nav a:link {
				color: #86631a;
				text-decoration: none;
			}     /* unvisited link */
			#nav a:visited {
				color: #86631a;
				text-decoration: none;
			}  /* visited link */
			#nav a:hover {
				color: #3b5e4f;
				text-decoration: none;
			}   /* mouse over link */
			#nav a:active {
				color: #86631a;
				text-decoration: none;
			}   /* selected link */ 
			.right {
				color:#333333;
			}
			.left {
				text-align:left;
				color:#42a4af;
			}
			.preamble {
				font-size:0.9em;
				color:#42a4af;
			}
			.stylists {
				font-size:10px;
				postion: relative;
				float: left;
				padding: 15px;
				border: 2px #92ccd1 solid;
				margin: 15px;
				width:120px;
				text-align:center;
			}
