body {
    color:#333;
	font-family: sans-serif;
}
#main_photo{
    position: absolute;
    top: 12px;
    left: 12px;
}
#info{
    position: absolute;
    top: 666px;
    left: 12px;
    width: 1062px;
    background: #CF9;
    padding: 12px;  
}
#title{
    position: absolute;
    left: 774px;
    top: 12px;
    height: 76px;
    width: 322px;
    background: #CCD;
    text-align: center;
    padding-top: 22px;
 }
#contact{
    position: absolute;
    left: 774px;
    top: 126px;
    width: 298px;
    height: 248px;
    background: #3c6;
    padding: 6px 12px 12px;  
}
#contact h2 {
    font-size: 20px;
    line-height: 12px;
    margin: 8px 0px 0px;
}
#contact p {
    line-height: 10px;
}
#contact p.schedule {
    line-height: 8px;
}
span.day{
    font-weight: bold;
    margin-left: 18px;
}
span.time{
    float: right;
    margin-right: 18px;
}
#small_photos{
    position: absolute;
    top: 404px;
    left: 12px;
    width: 1098px;
}
#menu{
    position: absolute;
    top: 404px;
    left: 12px;
    width: 820px;
    height: 250px;
    background: #3CC;
}
#description{
    position: absolute;
    top: 388px;
    left: 16px;
    width: 790px;
    height: 125px;
    padding:10px;
}
#yoga_rates{
    position: absolute;
    top: 529px;
    left: 12px;
    width: 380px;
    padding:10px;
}
#combo_rates{
    position: absolute;
    top: 529px;
    left: 382px;
    width: 400px;
    padding:10px;
}
#combo_rates p, #yoga_rates p{
    margin:0;
}
#small_photos img{
    padding-right: 12px;
}
#byline{
    color:#666;
    font-size: 8pt;
    position: absolute;
    top: 366px;
    left: 16px;
    text-decoration: none;
    z-index: 99;
}
#byline a{
    color:#F90;
    text-decoration: none;
}
#byline a:hover{
    text-decoration: underline;
}