body {
	background-image: url("../images/back.gif");
	text-align: center;
	font: 1em times, serif;
}


#headerimage {
	position: relative;
	height: 401px;
	width: 1024px;
	background-image: url("../images/header.jpg");	
	background-repeat: no-repeat;
}

#homelink{

	position: absolute;
	margin-left: 261px;
	margin-top: 30px;

}

#btnabout{

	position: absolute;
	margin-left: 110px;
	margin-top: 30px;

}

#btnpilates{

	position: absolute;
	margin-left: 67px;
	margin-top: 126px;

}

#btngroup{

	position: absolute;
	margin-left: 139px;
	margin-top: 215px;

}


#btnschedule{

	position: absolute;
	margin-left: 305px;
	margin-top: 266px;

}

#btnmassage{

	position: absolute;
	margin-left: 490px;
	margin-top: 280px;

}

#btnprices{

	position: absolute;
	margin-left: 678px;
	margin-top: 267px;

}

#btnlocation{

	position: absolute;
	margin-left: 837px;
	margin-top: 215px;

}



#fadein {

	width: 925px;
	height: 43px;
	background-image: url("../images/fade.jpg");
	background-repeat: no-repeat;
	text-align: justify;

}

#content {

	width: 925px;
	background-image: url("../images/body.jpg");
	background-repeat: repeat-y;
}


#contentspace {


	margin-left: 325px;
	margin-right: 55px;
	text-align: justify;

}


#sidebar {

	position: absolute;
	width: 150px;
	margin-left: 35px;
	text-align: center;


}


h1 {

	text-align: right;
	padding-right: 50px;
	padding-top: 20px;
	margin: 0px 0px 0px 0px;
	color: #800000;
	font-size: 2.5em;
}

h1.center {

	padding-right: 10px;

}

h2 {
	color: black;
	font-weight: bold;
	text-align: left;
	padding-right: 20px;
	font-size: 2em;
}

h2.center {

	padding-right: 10px;

}

h2.black {
	
	color: black;

}


h3 {

	font-weight: bold;
	text-align: left;
	font-size: 1.5em;

}




h4 {
	font-size: 1.25em;
	font-weight: bold;
}

.center {
	text-align: center;

}

.u  {

	text-decoration: underline;

}




a:link {

	text-decoration: underline;
	color: #008000;
}

a:visited {

	text-decoration: underline;
	color: #800000;
}

a:hover {

	text-decoration: none;
	color: #008000;

}

#box {

	border: 3px groove;
	width: 400px;
	margin-left: 75px;
}




#padbox {

	border: 3px groove;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;

}





#footerimage {
	position: absolute;
	background-image: url("../images/footer.jpg");
	background-repeat: no repeat;
	width: 925px;
	height: 190px;

}




}

p {
	font-size: 1.25em;

}

p.bold {

	font-weight: bold;
}

p.red {
	color: red;
	font-weight: bold;
}

p.indent {

	margin-left: 50px;

}

p#foot {
	position: relative;
	color: black;
	top: 45px;
	margin-left: 300;
	font-size: 80%;
	font-weight: bold;
}

#bigbold{

	font-weight: bold;
	font-size: 1.25em;
}


#blockquote{


	background-image: url("../images/back.gif");
	width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	padding-botton: 20px;
	font: 1em arial, sans-serif;
	border: 3px outset #e4e4c2;
	font-size: 90%; 
}



#pixl {

	float: left;
	padding-right: 10px;
	

}

#pixr {

	float: right;
	padding-left: 10px;
}

#border{

	border: 2px solid black;


}



