@charset "utf-8";
/* CSS Document */

.top{
	width:100%;
	height:30px;

}

.images{
	height:345px;
	width:100%;	
	background-image:url(../images/redgradient.png);
	background-repeat:repeat-x;
	text-align:left;
}

.city{
	height:345px;
	width:100%;
	background-image:url(../images/boston.png);
	background-repeat:no-repeat;
	background-position:left;
}

.sisters{
	width:292px;
	height:345px;
	left:500px;
	float:right;
	right:30%;
	margin-right:10%;
	background-image:url(../images/soulsisters.png);
	background-repeat:no-repeat;
	}
	

.main{
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:12px;
	color:#f4f1e8;
	line-height:18px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x, repeat-y;
}

.writing{
	width:100%;
	position:relative;
	left:50px;
}	

.writing2{
	width:720px;
	position:relative;
	left:50px;
}	

.footer{
	background-color:#300404;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:12px;
	color:#f4f1e8;
	position:relative;
	}
