body {
	text-align: center;
	background-color: #d1d1d1;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family: arial;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: auto;
}

p	{
	margin: 0px;
	margin-right : 10px;
	margin-left : 10px;
	font-family: sans-serif;
	font-size: 16px;
	color: black;
}

#box {
	display: block;
	background-color: white;
	width:380px;
	height:720px;
	position:absolute;
	float:left;
	opacity:.15;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";filter:alpha(opacity=15);-moz-opacity:0.15;
	padding:5 2 5 5;
	}

#verytop {
	padding: 0px;
	text-align: center;
	margin: 0px auto;
	width: 800px;
	height: 50px;
	}
#top {
	padding: 0px;
	text-align: center;
	margin: 0px auto;
	background-color: #333333;
	height: 150px;
	width: 800px;
}
#image {
	background-image: url('images/salon.jpg');
	background-color: #ffffff;
	margin: 0px auto;
	width: 800px;
	height: 150px;
}
#menu {
	margin: 0px auto;
	background-color: #f2f2f2;
	width: 800px;
	height: 35px;
}
.mainmenu {
	text-align: right;
	font-family: sans-serif;
	font-weight: bold;
	margin-right : 20px;
	color : black;
	background-color: #f2f2f2;
}
.mainmenu a:hover {
	color : #800000;
}
.mainmenu a {
	color : black;
	text-decoration : none;
}
#main {
	padding: 0px;
	margin: 0px auto;
	background-color: #e9e9e9;
	height: 324px;
	width: 800px;
}
#footer {
	margin: 0px auto;
	background-color: #333333;
	width: 800px;
	height: 60px;
}
.title {
	padding: 0px;
	margin-left: 10px;
	margin-bottom : 20px;
	text-align: left;
	font-family: sans-serif;
	font-size: 28px;
	color: #800000;
}
.text {
	margin-left: 10px;
	text-align: center;
	vertical-align : top;
	font-family: sans-serif;
	font-size: 12px;
	color: #800000;
}
.textlarge {
	margin-left: 10px;
	text-align: center;
	vertical-align : top;
	font-family: sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #800000;
}
.textlarge2 {
	margin-left: 10px;
	text-align: center;
	vertical-align : top;
	font-family: sans-serif;
	font-size: 18px;
	color: #800000;
}
.name {
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	font-family: sans-serif;
	font-size: 48px;
	color: white;
}
.address {
	margin-right : 20px;
	text-align: right;
	font-family: sans-serif;
	font-size: 12px;
	color: white;
}
.spacer {
	padding: 0px;
	margin: 0px auto;
	font-size: 15px;
}
.smspacer {
	padding: 0px;
	margin: 0px auto;
	font-size: 8px;
}
.tel {
	padding: 0px;
	margin: 0px ;
	margin-right : 20px;
	text-align: right;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: white;
}
.copyright {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: sans-serif;
	font-size: 13px;
	color : #333333;
}
.copyright a:hover {
	color : #FF0000;
}
.copyright a {
	color : black;
	text-decoration : none;
}
