@charset "utf-8";
/* CSS Document */


@media only screen and (min-width: 1000px) { 
	
    .textLeft {
        width: 55%;
        padding: 0 10% 0 0;
		border: none;
        border-right: solid 1px #000;
    }


    .textRight {
        width: 25%;
        height: 100%;
        margin: 50px 0 0 10%;
    }
	
	
	.imageCell {
		width: 50%;
		height: 380px;
	}


	.lifestyleTextLeft {
		width: 50%;
	}

	.lifestyleTextRight {
		width: 50%;
	}
	
	
}