body
{
	background-color: c9b9ff;
}
a { color: #A14040; 
text-decoration: none; }

a:hover { color: black; }

#contact
{
	clear: both;
	float: left;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 145px;
	height: 145px;
}

#titleimg
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 170px;
	width: 614px;
	background-image: url('pilates-header.jpg');
}

#titletxt
{
	position: absolute;
	top: 20px;
	left: 190px;
	color: white;
}

#linkbar
{
	position: relative;
	left: 0px;
	height: 50px;
	width: 100%;
	background-color: 7764b5;
}

#linkbar a { color: white;
text-decoration: none; }


#linkbarinner
{
	position: relative;
	top: 15px;
	left: 10px;
	height: 25px;
	width: 800px;
}

#mainbody
{
	width: 800px;
	height: auto;
	background-image: url('main-bg2.jpg');
}

#textbody
{
	width: 550px;
	height: auto;
	position: relative;
	left: 10px;

}

#imagebox1
{
	width: 150px;
	height: 150px;
	border: 1px solid black;
	position: absolute;
	top: 270px;
	left: 490px;
	background-image: url('pilates-small.jpg');
}


