body {
	
	background: #FCFEBD url(images/body_bg.jpg);
	background-repeat:repeat-y;
	background-position: center top;
	margin:0;
	font-family:Garamond, serif;
}
img {
	border:0;
}
p {
	font-size: 15px;
}
h1 {
	font-size:24px;
	text-align: left;
}
#content_1 {
	background: #fafaba url(images/content_1.jpg);
	width:381px;
	height:558px;
	vertical-align:top;
	text-align:justify;
	padding-right: 15px;

}
#content_1 p, #content_1 h1 {
	margin-right: 30px;
	margin-top:30px;
}
#content_2 {
	background: #fafaba url(images/content_2.jpg);
	width:394px;
	height:558px;
	vertical-align:top;
	text-align:justify;
	padding-right: 15px;
	padding-left: 15px;
}
#content_2 p, #content_2 h1{
	margin-left:25px;
	margin-top:30px;
}
p.article:first-letter {
	font-size:300%;
	font-weight: bold;
	line-height: 75%;
	margin-right:5px;
	float: left;
}
