body {
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:100%;
	line-height:1em; /* 16x1.125=18px */
	}

p {
display: block;
margin: 1em 0;
}

/* Page Div's */
	
#container {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header  {
	height: 135px;
	background-image:url(images/01_header.jpg);
	background-repeat:no-repeat;
	padding: 14px 16px 0px 0px;
	}

#menu  {
	height: 40px;
	background-image:url(images/01_menu.jpg);
	background-repeat:repeat;
	text-align:center;
	}

#content  {
	height: auto;
	padding:10px 40px 10px 40px;
	background-image:url(images/01_content.jpg);
	background-repeat:repeat;
	}

/*	
#pilates {
	background-image:url(images/01_pilates.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:156px;
	width:156px;
	} */

#footer  {
	height: 78px;
	padding:8px;
	text-align:center;
	background-image:url(images/01_footer.jpg);
	background-repeat:no-repeat;
	}
	
#image {
margin:0px 8px 8px 8px;
/*border: solid 1px #669933;*/
}

#class_detail {
border: solid 1px #669933;
margin-bottom: 10px;
padding: 8px;
}

#class_home {
	background-color: #E7E7E7;
}

#pink_detail {
border: solid 1px #F5499B;
width:auto;
margin-bottom: 10px;
padding: 8px;
/*background-image:url(images/PilatesForPinkLogo_sm.jpg);
background-repeat:no-repeat;
background-position:right top;*/
}

#blog {
width: 600px;
margin: 0px auto;
border-top: 1px dotted #cccccc;
border-bottom: 1px dotted #cccccc;
}

/* Text */

.footer {
font-size:.65em;
text-align:center;
}

.menu {
font-size:.8em;
line-height:3.2em;
}

.text_class {
font-size:.7em;
padding-left:16px;
}

.text {
font-size:.7em;
}

#indent {
padding-left:100px;
padding-right:100px;
}

.classes	{
font-size:.8em;
font-weight:bold;
color:#669;
	}
	
.pink {
color:#F5499B;
}

.waitlist {
color:#8EBE46;
font-weight:bold;
}


.title   { 
	color: #669933; 
	font-style: italic; 
	font-weight: bold; 
	text-align:right;
	font-size:1.2em; }


/* Columns */

.col-1 {
width:46%;
float:left;
border-right:1px solid #ddd;
padding: 0 16px;
}

.col-2 {
width:35%;
float:right;
padding: 0 16px;
}

/* Links */

A:link 
{
	color: #669; 
	text-decoration: none;
}
a:hover {
	color: #669;
	text-decoration:underline;
	}

a:visited { 
	color:#669;
	text-decoration: none;}

a:visited:hover  {
	color: #669;
	text-decoration:underline;
	}

/* Menu */

#menu A:link 
{
	color: #ffffff; 
	text-decoration: none;
}

#menu a:hover {
	color: #669;
	text-decoration:underline;
	}

#menu a:visited { 
	color:#ffffff;
	text-decoration: none;}

#menu a:visited:hover  {
	color: #669;
	text-decoration:underline;
	}
	
/* Sprites */
a.email-list {
	display: block;
	width: 250px;
	height: 82px;
	text-decoration: none;
	background: url("images/email_list.png");
	}

a.email-list:hover {
	background-position: -250px 0;
	}
	
a.gift-cert {
	display: block;
	width: 250px;
	height: 82px;
	text-decoration: none;
	background: url("images/gift_certificates.png");
	}

a.gift-cert:hover {
	background-position: -250px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}