body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666;
}
#corner {
	height: 115px;
	width: 148px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

#brand {
	position: absolute;
	height: auto;
	width: 800px;
	top: 20px;
}
#content_box p {
	margin: 10px;
	text-align: justify;
}
#menu {
	position: absolute;
	height: auto;
	width: 800px;
	top: 60px;
}


.header {
	letter-spacing:10px;
	font-size:36px;
	color: #CCC;
}
#layout {
	margin: auto;
	height: 600px;
	width: 800px;
	position: relative;
	background-color: #333;
}
#layout2 {
	margin: auto;
	height: 520px;
	width: 955px;
	position: relative;
	background-color: #333;
}
p {
	margin-top: 0px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#picture {
	height: 364px;
	width: 313px;
	position: absolute;
	left: 25px;
	top: 0px;
}


.headersub {
	font-size: 18px;
	color: #CCC;
}
#content_box {
	height: 364px;
	width: 400px;
	overflow: auto;
	position: absolute;
	left: 370px;
	top: 0px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
body#salon #content_box {
	background-color:#ffffff;
}
body#mark #content_box {
	background-color:#ffffff;
}
body#services #content_box {
	background-color:#ffffff;
}
body#press #content_box {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#address {
	bottom: 5px;
	position: absolute;
	width: 800px;
	color: #CCC;
}
#content {
	height: 364px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 110px;
}
a {
	color: #CCC;
	text-decoration: none;
}
.back {
	border: 1px solid #666666;
	background-color: #333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.spaced_header {
	letter-spacing:2px;
	font-size:12px;
}
