body {
	background: #f6fcfe url("../images/bg_grad.gif") repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: .85em;
	font-weight: normal;
	line-height: 150%;
	color: #003163;
}

a, a:link, a:visited {
	color: #003163;
	text-decoration: underline;
}

a:hover {
	color: #fff;
}

h1 {
	font-size: 1.4em;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
}

sup {
	font-size: 70%;
	vertical-align: top;
}

img {
	border: 0;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	font: 0px;
}

#container {
	width: 960px;
	border: 1px solid #003163;
	margin: 20px auto;
	position: relative;
}

#banner {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	position: relative;
}

#nav {
	position: relative;
}

#welcome {
	float: left;
	display: block;
	width: 180px;
	height: 46px;
	background: url("../images/nav_welcome.gif") no-repeat 0 0;
	cursor: pointer;
}

#welcome:hover { 
	background-position: -180px 0;
}

#welcome span, #welcome_on span {
	display: none;
}

#welcome_on {
	float: left;
	display: block;
	width: 180px;
	height: 46px;
	background: url("../images/nav_welcome.gif") no-repeat 0 0;
	background-position: -180px 0;
}

#aboutpilates {
	float: left;
	display: block;
	width: 233px;
	height: 46px;
	background: url("../images/nav_aboutpilates.gif") no-repeat 0 0;
	cursor: pointer;
}

#aboutpilates:hover { 
	background-position: -233px 0;
}

#aboutpilates span, #aboutpilates_on span {
	display: none;
}

#aboutpilates_on {
	float: left;
	display: block;
	width: 233px;
	height: 46px;
	background: url("../images/nav_aboutpilates.gif") no-repeat 0 0;
	background-position: -233px 0;
}

#aboutus {
	float: left;
	display: block;
	width: 177px;
	height: 46px;
	background: url("../images/nav_aboutus.gif") no-repeat 0 0;
	cursor: pointer;
}

#aboutus:hover { 
	background-position: -177px 0;
}

#aboutus span, #aboutus_on span {
	display: none;
}

#aboutus_on {
	float: left;
	display: block;
	width: 177px;
	height: 46px;
	background: url("../images/nav_aboutus.gif") no-repeat 0 0;
	background-position: -177px 0;
}

#schedule {
	float: left;
	display: block;
	width: 178px;
	height: 46px;
	background: url("../images/nav_schedule.gif") no-repeat 0 0;
	cursor: pointer;
}

#schedule:hover { 
	background-position: -178px 0;
}

#schedule span, #schedule_on span {
	display: none;
}

#schedule_on {
	float: left;
	display: block;
	width: 178px;
	height: 46px;
	background: url("../images/nav_schedule.gif") no-repeat 0 0;
	background-position: -178px 0;
}

#contactus {
	float: left;
	display: block;
	width: 192px;
	height: 46px;
	background: url("../images/nav_contactus.gif") no-repeat 0 0;
	cursor: pointer;
}

#contactus:hover { 
	background-position: -192px 0;
}

#contactus span, #contactus_on span {
	display: none;
}

#contactus_on {
	float: left;
	display: block;
	width: 192px;
	height: 46px;
	background: url("../images/nav_contactus.gif") no-repeat 0 0;
	background-position: -192px 0;
}

#content {
	background: #d4e1f0 url("../images/content_grad.gif") repeat-x;
	clear: both;
	border-top: 1px solid #003163;
	padding: 30px 30px 150px 30px;
}

#photo {
	float: left;
	background: #f6fcfe;
	width: 300px;
}

#photo div {
	padding: 10px;
	margin: 0px;
	line-height: 0px;
}

#copy {
	float: left;
	margin-left: 30px;
	width: 570px;
}