/*main style*/
body {
	color:#252F42;
	font-family:Georgia, 'Times New Roman',serif;
	background: #F2F6E4;
}
h1 {
	font-size:1.2em;
	font-weight:bold;
	margin:2px;
}
h2 {
	font-size:1.1em;
	font-weight:bold;
	margin:2px;
}
a,a:link,a:active {
	color:#693;
	text-decoration:underline;
	font-weight:bold;
}
a:visited,a:hover {
	text-decoration:none;
	border-bottom:dotted 1px #693;
}
p,address,ul {
	margin:5px;
	font-size:1.0em;
}

/*menu & header style*/
#hd {
		background:url('images/headerbg1.jpg') top right no-repeat #CFDC9E;
		text-align:left;
}
#hd img {
	margin:10px;
}
ul#menu {
	list-style: none;
	width: 100%;
	border: solid 2px #933;
	background-color:#;
	background-color:#933;
	min-width:775px;
	margin:5px 0 5px 0;
}
#menu li {
	display:inline;
	margin:0.8em 1em;
	font-size:1.6em;
	font-style:italic;
	text-transform:lowercase;
	color:#B8CF65;	
}

#menu a,#menu a:link,#menu a:active,#menu a:visited {
	color:#B8CF65;
	font-weight:normal;
	text-decoration:none;
}
#home #menu .home,#cut_color #menu .cut_color,#bridal #menu .bridal,#hair_removal #menu .hair_removal,
#nails_makeup #menu .nails_makeup,#skin_care #menu .skin_care {
	color:#F2F6E4;
}

#menu a:hover {
	color:#99B8CC;
}

/*content blocks*/
.yui-u div {
	background:url('images/p.png') repeat #FFF;
	margin:5px 0 5px 0;
	padding:5px;
	border:3px solid #693;
}

.yui-u div img {
	border:2px solid #B8CF65;
    margin:3px;
	
}

.yui-u1 div img {
	border:2px solid #B8CF65;
    margin:3px;
	display:block; 
	margin-left:auto; 
	margin-right:auto;
	
}

#post img {  
font-size:.85em;
display:block; 
margin-left:auto; 
margin-right:auto;
 
} 


.yui-s div {
	float:  left;
	background:url('images/p.png') repeat #FFF;
	margin:5px 0 5px 0;
	padding:5px;
	border:3px solid #693;
}

.yui-u div ul {
	list-style:disc;
	margin:20px;
}

#ft p {
	font-size:.85em;
	margin:30px 5px 5px 5px;
}
#location_hours p,#location_hours li,#location_hours address,#location_hours h1,#location_hours h2 {
	font-size:.85em;
}

/*General Styles*/
.left {
	float:left;
}
.right {
	float:right;
}
.break {
	clear:both;
}
.smaller {
	font-size:.85em;
}
.bold,strong {
	font-weight:bold;
}