/* CSS Document */


div.body {
	font-family: Georgia,Verdana,Arial,sans-serif;
	font-size: 85%;
	background-image: url("images/newspatternteal.gif");

}


/*locks layout into center of browser*/
div.centered {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
	
/*logo header graphic all pages*/
div.header {
	
		width: 776px;
		margin-bottom: 0px; 
		margin-top: 0px;
		margin-left: 0px; 
		margin-right: 0px;
		padding: 0px;
}

	
/*main menubar at top all pages*/
.menubar { 
	width: 776px;
	background-color: black;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 12px;
	text-indent: 18px;
}

/*menu bar links before and after clicked*/
a.Menulink:link {
	color: #fc6;
	text-decoration: none;
}

a.Menulink:visited {
	color: #fc6;
	text-decoration: none;
}

		

/* main text and page layout all pages*/
div.maintext {
	text-align: left;
	line-height: 18px;
	padding-top: 10px;
	padding-left: 28px;
	padding-right: 15px;
	width: 757px;
	margin-bottom: 0px;
	background-image: url("images/newspatterngold.gif");

}

/*links for main body text*/
a.Bodylink:link {
	color: black;
}

a.Bodylink:visited {
	color: black;
}

/*footer for all pages*/
div.footer{
    background-color: black;
    color: #fc6;
    width: 780px;
    margin-top: 1px;
    margin-bottom: 4px;
	
    padding: 10px;	
	
	
}

/*facebook logo*/
.facebook{
	float: right;
	
}

/*float right pictures*/

.picright{
    float: right;
	padding: 5px;
}


/*float left pictures*/

.picleft{
    float: left;
	padding: 5px;
}


/*salon hours table*/

td, tr {
	padding: 2px;
	
}


/*Salon specials picture*/
.floatright{
	float: right;
	margin: 10px;
	padding: 5px;
}
