    
    #frame {
        background-position: right top;
        background-repeat: no-repeat;
    }
    
        .home #frame {
	background-image: url(../_img/jo_home_2.jpg);
        }
        
        .philosophy #frame {
            background-image: url('../_img/jo_philosophy_2.jpg'); background-color: #FFFFFF;
        }
        
        .therapies #frame {
            background-image: url('../_img/jo_studies_2.jpg'); background-color: #FFFFFF;
        }
        
        .studies #frame {
            background-image: url('../_img/jo_studies_3.jpg'); background-color: #FFFFFF;
        }
		.GR-studies #frame {
            background-image: url('../_img/jo_studies_3.jpg'); background-color: #FFFFFF;
        }
        
        .sessions #frame {
            background-image: url('../_img/jo_studies_2.jpg'); background-color: #FFFFFF;
        }
        
        .contact #frame {
            background-image: url('../_img/jo_contact_2.jpg'); background-color: #FFFFFF;
        }
        
        .map #frame {
            background-image: url('../_img/jo_map.jpg'); background-color: #FFFFFF;
        }

    #navigation {
        float: left;
        width: 197px;
        height: 425px;
        background: #FFF;
    }
    
        #logo {
            width: 126px;
            height: 70px;
            margin: 34px auto 40px auto;
            border: 0;
        }
        
        #navigation a {
            display: block;
            margin: 4px 0;
        }
        
            #navigation a.home {
                margin-top: 52px !important;
            }
			 #navigation a.home1 {
	margin-top: 24px !important;
            }
            
            #navigation a.active {
                color: #95C051;
            }
        
        #content {
	position: relative;
	top: 55px;
	float: left;
	width: 220px;
	height: 317px;
	background-color: #edf7df;
        }
        
            .home #content,
            .therapies #content,
            .sessions #content,
            .contact #content {
                left: 260px;
            }
            
            .philosophy #content {
                left: 30px;
            }
            
            .therapies.inner #content {
                left: 33px;
                background: #DAE9C2;
            }

            .studies #content {
                left: 188px;
                width: 289px;
            }
			.GR-studies #content {
                top: 50px;
				left: 188px;
                width: 289px;
				height: 330px;
            }
            
            #content h1 {
                padding-top: 15px;
            }
            
                #content h1 .therapies.inner,
                #content h1 .sessions,
                #content h1 .contact {
                    padding-top: 30px;
                }
            
            #content p {
                padding-top: 10px;
                padding-bottom: 10px;
            }
            
                #content p.links {
                    padding-bottom: 0px;
                    line-height: 30px;
                }
                
                #content p.study {
                    padding: 4px;
                    line-height: 16px;
                }
                
                #content p.study greek {
                    padding: 3px 4px;
                    line-height: 15px;
                }
                
            #content a {
                color: #799F39;
				font-size: 11px;
				font-weight: normal;
            }
            
                #content a:hover {
                    color: #000;
                }
                
        .links a {
	color: #799F39;
	font-size: 11px;
	font-weight: normal;
				}
				
		
				 
        
            .links a:hover {
                color: #000;
            }
        
         #links {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-left: 13px;
	padding-top: 260px;
	width: 207px;
        }
        
            #links a.active {
                color: #000;
            }
            
        #map {
            position: relative;
            float: left;
            margin-left: 33px;
            padding-top: 50px;
        }
        
            #map p {
                text-align: left !important;
                color: #799F39 !important;
                font-size: 12px !important;
				font-weight: bold;
            }

