@import url(text.css);
@import url(navigation.css);
/**
* background-color
* #fff
*
* Body Text
* #9a9a9a
*
* Pro-Fit Blue
* #313764
*
* Section 1 - Corporate Services 
* #3c72a4
* #bcd5ef // rollover
* #dbe8f7 // background
*
* Section 2 - Public Fitness
* #66864e
* #d2efbc // rollover
* #e6f7db // background
*
* Section 3 - Seminars
* #d2723a
* #efcfbc // rollover
* #f7e6db // background
*
* Section 4 - Our Company
* #911016
* #efbcbd // rollover
* #f7dbdc // background
*
* Section 5 - Contact Us
* #532d63
* #e0bcef // rollover
* #efdbf7 // background
*
*/
*
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	color: #9a9a9a;
}

html
{
	background-color: #fff;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 115px 0 53px 0;
}

#page
{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	
	border-width: 1px 0;
	border-style: solid;
	border-color: #9a9a9a;
	min-height:500px;
}

#content
{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 539px;
	padding-left: 263px;
	height: 100%;
}

#splash
{
	display: block;
	position: relative;
	width: 802px;
	top: 0;
	margin: 0 auto;
}

#masthead
{
	display: block;
	position: relative;
	width: 802px;
	height: 115px;
	top: 0;
	margin: -115px auto 0 auto;
	z-index: 101;
}

.hidden
{
	display: none;
	visibility: hidden;
}

#footer
{
	display: block;
	position: relative;
}

#footer div
{
	display: block;
	position: relative;
	width: 802px;
	top: 0;
	margin: 0 auto;
}


#featureBox{
float:left;
margin:60px 0 0 0;
padding:12px;
border: 1px dashed #CCCCCC;
}

#featureBox img{
border:none;
}


#headingBlock{
	
	border-width: 21px 0 0 0;
	border-style: solid;
}

