/* CSS Document */

body {	
	background-color:#9194B6;
	padding:0;
	margin:40px;
	font-family:Helvetica, Arial, sans-serif;
	}

a{
	color:#e89419;
}
#container {
	color: #333333;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	}


#topbar {
	background-image:url(../images/logo.png);
	height: 100px;
	width: 800px;
	background-repeat: no-repeat;
	margin-top: 0px;
	position: absolute;
	z-index:5;
	}
#buttons{
	height: 20px;
	width: 460px;
	margin-top: 50px;
	position: absolute;
	z-index:8;
	}
	
#top{
	background-image:url(../images/topline.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 800px;
	margin-top: 70px;
	position: absolute;
	}
#middle{
	background-color:#FFFFFF;
	position: absolute;
	height:450px;
	width: 800px;
	margin-top: 82px;
	}	
#bottom{
	background-image:url(../images/bottomline.png);
	height: 12px;
	width: 800px;
	position: absolute;
	margin-top: 532px;
	}
#middlespace{
	margin-left:30px;
	margin-top:18px;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px;
}
#addressbottom{
	width:400px;
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
	position: absolute;
	margin-top: 550px;
	margin-left: 400px;
}
#titletext{
	font-size:14px;
	font-weight:bold;
}
#frontpage{
	width:800px;
	height:474px;
	margin-top: 70px;
	position: absolute;
	background-image:url(../images/salonmain.jpg);
	background-repeat: no-repeat;
	}
#creditbottom{
	width:400px;
	text-align:left;
	font-size:10px;
	color:#666699;
	position: absolute;
	margin-top: 550px;
}
#bottomlink{
	color:#666699;
}
