@charset "utf-8";
/* CSS Document */
.photos {
	float:left;
	}

.content {
	float:right;
	padding-left:15px;
	width:448px;
	padding-bottom:10px;
	}
	
.content p {
	margin:0;
	line-height:27px;
	}
	
@media screen and (max-width:1024px) {
	
	.content {
		width:62%;
		float:right;
		}
		
	.photos{
		width:33%;
		}
	
	.photos img{
		width:100%;
		}
	}
	
