/* CSS Document */
body {
	align: center;
	background-color: #5d6c5a;
	font-family: helvetica, arial;
	margin: 0 auto;
	text-align: center;
}


#splash{
	align: center;
	margin: 0 auto;
}

#splash img{
	align: center;
	margin: 0 auto;
}


#main {
   width: 701px; 
	margin: 0 auto;
	background: #fff;
}


#main p{
	font-weight: none;
   font-size: 13px;
   color: #666;
   margin-top: 5px;
   text-align: center;
}


#header{
	width: 701px;
	height: 178px;
	background-color: transparent;
	background-image:  url(images/pilatesheader.jpg);
}

#navigation {
	align: center;
	width: 701px;
	background: #5d705a;
	margin: 0 auto;


}

#navigation a{
	font-family: helvetica, arial;
	text-decoration: none;
	color: #b8c6b5;
	font-weight: none;
	font-size: 14px;
	line-height: 2em;
	padding-right: 15px;
}

#navigation a:hover{
	color: #fff;
}

#current a{
	color: #fff;
}








#pilatesbars{
	align: center;
	margin: 0 auto;
	width: 600px;
}


#left-box{
	width: 00px;
	padding-top: 15px;
	float: left;
}

#center-box;{
 width:60px;}

#center-box img{
	padding-top: 10px;
	
}

#right-box{
	padding-top: 15px;
}

#right-box img{
	padding-top: 10px;
}







#content img{
padding: 5px;
}

#content{
	width: 650px;
   align: center;
   background: transparent;
   margin: 0 auto;
}
	
#content h1, p, h3{
   text-decoration: none;
   line-height: 1.3em;
   text-align: center;
}

#content p{
   font-weight: none;
   font-size: 13px;
   color: #666;
   margin-top: 5px;
}

#content a{
   font-weight: bold;
   font-size: 16px;
   color: #5d705a;
   margin-top: 5px;
   text-decoration: none;
}

#content h2{
   font-weight: normal;
   font-size: 18px;
   color: #5d705a;
   margin-bottom: 0;
}



#content h1{
   font-weight: bold;
   font-size: 20px;
   color: #5d705a;
   margin-bottom: 0;
}

#content h3{
   font-weight: normal;
   font-size: 14px;
   color: #000;
   margin: 0;
}

#content h4{
   text-align: center;
   font-weight: none;
   font-size: 13px;
   color: #666;
   margin-top: 5px;
   margin-left: 10px;
   
}


#content img{
   border: none;
   
}











#item-box{
	width: 600px;
	height: 150px;
	background: #eee;
	margin: 20 auto;
	border: 2px solid #cdcdcd;
}

#item-box img{
	width: 100px;
	height: 100px;
	float: left;
	border: 1px solid #000;
	margin: 10px;
	background: #ccc;
}










#program{ 
	background:#ddd;
	padding:15px;
	width: 500px;
	margin: 10px auto;
	
}
	
	
#program img{ 
   width: 125px;
   height: 125px;
   float: left;
   border: 1px solid #000;
   background: #ccc;
}
	
	
#program h3{ 
   display: block;
   color: #fff;
   background: #445b40;
   margin-left: 135px;
}

#program h4{ 
   font-size: 16px;
}

#savings{
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	color: 
}


#event{
	text-align: left;
	width: 600px;
	background: #ddd;
	margin: 10px auto;
   padding: 5px;
   border: 1px solid #000;
}

#event h2{
	font-size: 14px;
}

#event h1{
	text-align: left;
	font-size: 20px;
	margin: 0;
	display: block;
	background: #5d6c5a;
	color: #fff;
	padding: 5px;
}

#event-title{
	font-weight: bold;
	font-size: 16px;
	font-decoration: italic;
	
}







#footer {
	width: 701px;
	background-color: transparent;
	background-image:  url(images/footer1.jpg);
   margin: 0 auto;
	clear: both;
}