body
{
	background-color: cccccc;
}
a { color: white; 
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: 300px;
	color: white;
}

#linkbar
{
	position: relative;
	left: 0px;
	height: 50px;
	width: 100%;
	background-color: 3e7639;
}

#linkbarinner
{
	position: relative;
	top: 15px;
	left: 10px;
	height: 25px;
	width: 800px;
}

#mainbody
{
	width: 800px;
	height: 500px;
	background-image: url('main-bg2.jpg');
}

#textbody
{
	width: 450px;
	height: 550px;
	position: absolute;
	left: 20px;
	top: 240px;

}

#imagebox1
{
	width: 180px;
	height: 200px;
	border: 1px solid black;
	position: absolute;
	top: 270px;
	left: 500px;
	background-image: url('pilates-small.jpg');
}


