@import url(noaala.css);

*{
	font-family: arial;
}

#newspaper1{
	height: 380px;
}
#topimage_left{
	position: absolute;
	left: 20px;
	top: 30px;
}
#topimage_right{
	position: absolute;
	right: 20px;
	top: 30px;
}
/*
#nw_image4{
	margin-bottom: 60px;
}
#nw_caption4{
	position: absolute;
	right: 20px;
	bottom: 130px;
	width: 302px;
}
*/
#nw_image4{
	width: 304px;
	
}

.newspaper{
	position: relative;
	width: 580px;
	background-color: #F5F2D5;
	border: solid black 1px;
	text-align: center;
	margin-bottom: 40px;
}
.title{
	position: relative;
	top: -13px;
	background-color: white;
	border: solid black 1px;
	font-size: 22px;
	padding-left: 8px;
	padding-right: 8px;
}
.topimage{
	width: 250px;
	text-align: left;
}
.caption{
	font-size: 8pt;
	font-weight: bold;
}
.heading1{
	font-size: 22px;
}
.heading2{
	font-weight: bold;
}
.content{
	padding: 20px;
	text-align: left;
	margin-bottom: 40px;
}
.article .right{
	margin-left: 10px;
	float: right;
}
