html, body {
	font-family: "Comic Sans MS";
	font-size: 100%;
	color: #000000;
	text-align: center;
	background-color: #fcd0d1;
}
* {
	margin: 0;
	padding: 0;
}

/*min-width styling*/
.width {
	width: 75%;
	min-width: 760px;
	text-align: left;
	background-color: #f4e072;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html .minwidth {
	padding-left: 760px;
}
* html .container {
	margin-left: -760px;
	position: relative;
}
/*\*/
* html, * html .width, * html .minwidth, * html .layout, * html .container, * html #top_content, * html #bottom_content {
	height: 1px;
}
/*/
.width {
	display: inline-block;
}
/**/
/*upper page styling*/
#top_content {
	padding: 20px 5px 5px 5px;
}
#logo {
	background-color: #f4e072;
	height: 210px;
	width: 642px;
	margin: 0 auto;
	text-align: center;
}
#business {
	background-color: #f4e072;
	height: 100px;
	width: 642px;
        border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #000000;
}
#services {
	height: 42px;
	width: 642px;
	background-color: #f5a350;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #000000;
}
#intro {
	text-align: left;
	height: 38px;
	margin: 10px;
}
/*styles menu*/
#menu {
	float: right;
	height: 42px;
	width: 95%;
	background-image: url(http://www.noelshairsalon.com/files/ivy.gif);
	background-repeat: repeat-x;
	position: relative;
}
#menu ul {
	list-style-type: none;
	width: 512px;
	float: left;
}
#menu ul a {
	display: block;
}
/*styles menu buttons*/
#menu li {
	float: left;
	width: 100px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #f5a350;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
/*styles buttons rollover states*/
#menu li a{
	float: left;
	width: 100px;
	height: 40px;
	text-decoration: none;
	color: #000000;
	line-height: 40px;
}
#menu li a:hover {
	float: left;
	background-color: #f4e072;
}
#menu #here a {
	background-color: #fcd0d1;
	border-style: none;
}
#menu .first {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
#menu .last {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}


/*lower page styling*/
#bottom_content {
	padding: 0;
	text-align: center;
}
#bottom_content li {
	list-style-type: none;
}
.girl {
	clear: left;
	float: left;
	height: 504px;
	width: 360px;
    margin: 0 15px 5px 0;
}
#map {
	width: 760px;
	margin: 0 auto;
}
#bottom_content #map img {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#footer {
	background-image: url(files/ivy.gif);
	background-repeat: repeat-x;
	height: 42px;
}
#inner_footer {
	width: 640px;
	height: 42px;
	margin: 0 auto;
	background-color: #f5a350;
	text-align: center;
}
/*text styling*/
.design {
	font-size: 0.6em;
	text-align: right;
	margin: 5px 15px 5px 0;
}
h1 {
	font-size: 3.5em;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.5em;
}
h2 span {
	font-weight: bold;
	color: #800000;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
        margin: 5px 0 5px 0;
}
.logo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.logo_text span {
	font-weight: bold;
}
.phone {
	float: right;
	clear: right;
	font-weight: bold;
}
.copy {
	font-size: 1em;
        margin: 0 59px 0 59px;
}

