@charset "utf-8";
body {
	background-color: #2f252c;
	margin: 10px;
	}
#page {
	width: 925px;
	height: auto;
	margin: 0px auto;
}	
#header_leslie {
	height: auto;
	width: 925px;
}

#topround {
	height: 17px;
	width: 925px;
}

#main-image-display {
	height: 217px;
	display: block;
	float: left;
}

#navs {		
		width:925px;
		height:64px;
		background:transparent;
	}
	
.navs {
	width:925px;
	margin:0;
	float:left;
	display: inline;
}

#content-leslie {
	width: 865px;
	background-color:#FFF;
	padding: 30px;
}
#bottom {
	height: 17px;
	width: 925px;
	float: left;
}
#footer{
	width: 925px;
	height: auto;
	text-align: center;
	float: left;
}

#stylist {
	float: left;
	width: 25%;
	text-align:left;
	padding-right: 40px;
}

#stylistright {
	float: left;
	width: 25%;
	text-align:left;
	
}

/* Links */

a.maintext:link {
	text-decoration: underline;
}
a.maintext:hover{
	text-decoration: none;
}
a.footer:link{
	color: #a27e97;	
	text-decoration: none;
}

a.footer:hover{
	color: #878787;
	text-decoration: underline;
}
a.home:hover, a.about:hover, a.products:hover, a.services:hover, a.gallery:hover, a.contact:hover {
	background-position: 0px -64px;
}
a.home {
	display: block;
	float:left;
	width: 160px;
	height: 64px;
	background-image: url(images/nav_home.jpg)
}
a.about {
	display: block;
	float:left;
	width: 138px;
	height: 64px;
	background-image: url(images/nav_aboutus.jpg)
}
a.products {
	display: block;
	float:left;
	width: 139px;
	height: 64px;
	background-image: url(images/nav_products.jpg)
}
a.services {
	display: block;
	float:left;
	width: 143px;
	height: 64px;
	background-image: url(images/nav_services.jpg)
}
a.gallery {
	display: block;
	float:left;
	width: 170px;
	height: 64px;
	background-image: url(images/nav_photogallery.jpg)
}
a.contact {
	display: block;
	float:left;
	width: 175px;
	height: 64px;
	background-image: url(images/nav_contactus.jpg)
}
/* text */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6b4e62;
	margin-top: 0px;

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6b4e62;

}

/* Photo Captions */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #626262;
	line-height: 20px;

}

/* Breadcrumbs for Photo Gallery */
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #626262;
	margin-top: 0px;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 29px;
	font-weight: normal;
	color: #626262;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #a27e97;	
}
.footersub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #513b4a;
}
/* images */

.socialmedia{
	vertical-align: bottom;
}

.picture {
	width: 300px;
	height: 225px;
	float: right;
	text-align: left;
}