/* CSS Document */
body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}

#holder {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #666666;
	padding-top: 294px;
	background-color: #FFFFFF;
}

#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	position: absolute;
	height: 250px;
	width: 750px;
	left: 0px;
	top: 0px;
}
 /* This style is for the horizontal CSS menu */
#menu {
	position: absolute;
	height: 30px;
	left: 0;
	top: 250px;
	width: 750px;
	font-size: 11px;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu li {
	float: left;
	width: 123px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center;
	color: #333333;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BB7E00;
	border-right-color: #795200;
	border-bottom-color: #553900;
	border-left-color: #795200;
}

#menu  a:link, #menu a:active, #menu a:visited {
	display: block;
	width: 100%;
	text-decoration: none;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	background-image: url(images/buttonbg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
}
#menu a:hover {
	background-repeat: repeat-x;
	background-position: center;
	background-color: #FFFFCC;
	background-image: url(images/buttonup.jpg);
	color: #FFFFFF;
}
#textarea{
	border: 1px solid #666666;
	position: relative;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
}
h1,h2,h3,h4{
	font-size: 14px;
	text-transform: capitalize;
}
#bottom {
	padding: 15px;
	background-color: #FFFF99;
	border: 1px solid #999999;
	background-image: url(images/footbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#manicure{
	border: 1px solid #666666;
	position: relative;
	background-image: url(images/manicurebg.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
	background-position: right top;
}
