body
{
	margin: 0px auto;
	padding: 0px;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2c1c5e;
	text-align: center; /*centering for ie*/
	background-color: #1F0F46;
	line-height: 140%;
	background-image: url(layout-images/bg.jpg);
	background-repeat: repeat;
}

.wrapper 
{
	margin: 0px auto;
	text-align: left;
	width: 676px;	
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
}

a:link, a:visited
{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active
{
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

p

{
}
h1 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 -10px 0;
	text-align: center;
}
h2 {
	font-size: 16px;
	margin: 0 0 -10px 0;
	color: #5C3E9F;
}
.floatleft {
	float: left;
}
.nav {
	margin: 0px auto;
	width: 676px;
	height: 39px;
}

.nav a {
	display: block;
	height: 39px;
	text-indent: -9999px;
}
.nav li { list-style: none; float: left; }
.nav ul, li {
	margin: 0px;
	padding: 0px;
}

.nav li.nav-schedule a {
	background: url(layout-images/nav-schedule.gif) no-repeat;
	width: 139px;
}
.nav li.nav-pilates  a {
	background: url(layout-images/nav-pilates.gif) no-repeat;
	width: 81px;
}
.nav li.nav-fitness a {
	background: url(layout-images/nav-fitness.gif) no-repeat;
	width: 148px;
}
.nav li.nav-prices a {
	background: url(layout-images/nav-prices.gif) no-repeat;
	width: 79px;
}
.nav li.nav-policies a {
	background: url(layout-images/nav-policies.gif) no-repeat;
	width: 146px;
}
.nav li.nav-email  a {
	background: url(layout-images/nav-email.gif) no-repeat;
	width: 82px;
}

.nav li.nav-schedule a:hover {
	background: url(layout-images/nav-schedule.gif) no-repeat 0 -39px;
}
.nav li.nav-pilates a:hover {
	background: url(layout-images/nav-pilates.gif) no-repeat 0 -39px;
}
.nav li.nav-fitness a:hover {
	background: url(layout-images/nav-fitness.gif) no-repeat 0 -39px;
}
.nav li.nav-prices a:hover {
	background: url(layout-images/nav-prices.gif) no-repeat 0 -39px;
}
.nav li.nav-policies a:hover {
	background: url(layout-images/nav-policies.gif) no-repeat 0 -39px;
}
.nav li.nav-email a:hover {
	background: url(layout-images/nav-email.gif) no-repeat 0 -39px;
}
.header {
	margin: 4px auto 20px auto;
	width: 676px;
}
.content-top {
	width: 676px;
	background-image: url(layout-images/contentbg-top.jpg);
	margin: 0px auto;
	height: 10px;
}
.content-mid {
	background-image: url(layout-images/contentbg-mid.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 646px;
	padding: 15px;
}
.content-btm {
	width: 676px;
	background-image: url(layout-images/contentbg-btm.jpg);
	margin: 0px auto 20px auto;
	height: 10px;
	clear: both;
}
.content-interior {
	margin: 0px 20px 0 25px;
	width: 600px;
	float: left;
}
.content-left {
	margin: 0px 20px 0 25px;
	width: 310px;
	float: left;
}
.content-left p {
	text-align: justify;
}
.rotator {
	padding: 20px 0 0 5px;
}

.footer {
	font-size: 15px;
	text-align: center;
	background-image: url(layout-images/footer.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 676px;
}
.footer p {
	font-size: 19px;
	padding: 25px 0;
}
